aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/make-stmconst.py
AgeCommit message (Expand)Author
2021-03-10stm32/make-stmconst.py: Allow "[]" chars when parsing source comments.Herwin Grobben
2020-09-08stm32/make-stmconst.py: Add support for WB55 header files.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-07-17stm32/make-stmconst.py: Allow more variation in parens and int-suffix L.Damien George
2019-02-19stm32/make-stmconst.py: Improve regex to parse more constants.Dave Hylands
2018-04-24stm32: Introduce MICROPY_PY_STM config to include or not the stm module.Damien George
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