summaryrefslogtreecommitdiff
path: root/ports/stm32/make-stmconst.py
AgeCommit message (Collapse)Author
2019-10-13remove ports/stm32Dan Halbert
2018-04-24stm32: Introduce MICROPY_PY_STM config to include or not the stm module.Damien George
By default the stm module is included in the build, but a board can now define MICROPY_PY_STM to 0 to not include this module. This reduces the firmware by about 7k.
2017-09-12stm32/make-stmconst.py: Make sure mpz const data lives in ROM.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.