summaryrefslogtreecommitdiff
path: root/ports/stm/tools
AgeCommit message (Collapse)Author
2020-07-22Merge branch 'main' into stm32-timer-allocatorhierophect
2020-07-09Complete F405 pin and periph definitionsLucian Copeland
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-04-13Fix pin mapping for the H7 NucleoLucian Copeland
2020-04-02Implement F7 NucleoLucian Copeland
2020-03-28Support cached internal flash on the H743Lucian Copeland
2020-03-26Add F7 and H7 Support to the STM32 portLucian Copeland
Restructures the STM port of Circuitpython to be more generic about the STM32 chip lines to support the F7 and H7 series of chips. Adds the new Packages directory to organize different chip layouts between lines. Makes general changes to the Makefile to condense board-level flags to the minimum and support the new chip series. Adds the new chip line to the Peripherals directory, along with new python tools used to generate peripheral text automatically in the tools/ directory.