summaryrefslogtreecommitdiff
path: root/ports/stm/mpconfigport.h
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-02-10Fix I2C Repeated start error by converting to IT modeLucian Copeland
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
This isn't perfect and needs a bit more testing.
2020-04-09Add busio support, cleanupLucian Copeland
2020-04-03Linker file restructure, TCM and MPU additionsLucian 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.
2020-03-11create copyLucian Copeland