summaryrefslogtreecommitdiff
path: root/ports/stm/supervisor
AgeCommit message (Expand)Author
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
2020-03-28Support cached internal flash on the H743Lucian Copeland
2020-03-27Flash additionsLucian Copeland
2020-03-26Merge remote-tracking branch 'upstream/master' into stm32x7-setupLucian Copeland
2020-03-26Add F7 and H7 Support to the STM32 portLucian Copeland
2020-03-24Simplify STM a bit.Scott Shawcroft
2020-03-23Rename pinsjgillick
2020-03-23Factor out stm32f4xx_hal_conf.hScott Shawcroft
2020-03-22PR feedback.jgillick
2020-03-22Add non-volatile memory support to STMjgillick
2020-03-20Initial work for STM32. Need to fix us delay and PulseIn still.Scott Shawcroft
2020-03-19Cleanupjgillick
2020-03-18Fix disable VBUS sensing.jgillick
2020-03-17PR Cleanup.jgillick