summaryrefslogtreecommitdiff
path: root/ports/stm/supervisor/port.c
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-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-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-01Add timer allocator, adjust pulsio to use general purpose timersLucian Copeland
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-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-16startup file crash fix, H7 bin fixLucian Copeland
2020-04-15Implement requested changesLucian 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-03-26Add F7 and H7 Support to the STM32 portLucian Copeland
2020-03-24Simplify STM a bit.Scott Shawcroft
2020-03-23Factor out stm32f4xx_hal_conf.hScott Shawcroft
2020-03-20Initial work for STM32. Need to fix us delay and PulseIn still.Scott Shawcroft
2020-03-12Merge remote-tracking branch 'upstream/master' into stm32-port-namechangeLucian Copeland
2020-03-11create copyLucian Copeland