summaryrefslogtreecommitdiff
path: root/ports/stm/supervisor
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-11-28Add movable allocation system.Christian Walther
2020-11-23Fix NVM by clearing FLASH_FLAG_PGPERRjgillick
2020-11-22Create a new linker script with more space for the firmware.jgillick
2020-10-13Fix stm sleep too longScott Shawcroft
2020-10-12Fix STM RTC read so it's atomic.Scott Shawcroft
2020-09-28Add some NORETURN attributesJeff Epler
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-07-30stm: fix if-guard of conditional codeJeff Epler
2020-07-30stm: Add sdioio support for feather_stm32f405_expressJeff Epler
2020-07-22Claim USB pins at startup to prevent overwritesLucian Copeland
2020-07-22Merge branch 'main' into stm32-timer-allocatorhierophect
2020-07-15supervisor: factor out, Handle USB via background callbackJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-03Merge remote-tracking branch 'upstream/main' into stm32-timer-allocatorLucian Copeland
2020-07-01Add timer allocator, adjust pulsio to use general purpose timersLucian Copeland
2020-06-25Move NVM block to increase program size.jgillick
2020-06-10Minor comment fixLucian Copeland
2020-06-09Add DTCM and ITCM support to F7 seriesLucian Copeland
2020-06-05Override HAL_Delay and HAL_GetTickLucian Copeland
2020-06-04Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fixLucian Copeland
2020-06-04Rework LSE clock init, allow clock overridesLucian Copeland
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-15Add port_fixed_stack for more buildsScott Shawcroft
2020-05-11Add recovery domain write access, adjust stackLucian Copeland
2020-05-08Add timeout and adjustment to LSILucian Copeland
2020-05-05Merge pull request #2842 from hierophect/stm32-h7-displayiohierophect
2020-04-30Increase H7 filesystem sizeLucian Copeland
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-26Merge pull request #2805 from tannewt/update_tinyusbScott Shawcroft
2020-04-24Remove empty #if and add missing includes.Scott Shawcroft
2020-04-23STM32: adds support for stm32f746xx MCU and the nucleo_f746zg boardMark Olsson
2020-04-22Fix STM so it matches the correct RTC fields.Scott Shawcroft
2020-04-21Use our own flag for board crystal config.Scott Shawcroft
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-17Update TinyUSB and add interrupt hooks.Scott Shawcroft
2020-04-16startup file crash fix, H7 bin fixLucian Copeland
2020-04-15Implement requested changesLucian Copeland
2020-04-13Implement cache-based readsLucian Copeland
2020-04-13Various requested fixesLucian Copeland
2020-04-09Add busio support, cleanupLucian Copeland
2020-04-08Fix up STMScott Shawcroft
2020-04-08Tweaks based on dhalberts feedbackScott Shawcroft
2020-04-03Linker file restructure, TCM and MPU additionsLucian Copeland
2020-04-02Implement F7 NucleoLucian Copeland
2020-04-01Implement requested changesLucian Copeland
2020-03-31Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft