micropython/ports
Angus Gratton 2919a9fbf3 stm32/modstm: Add MICROPY_PY_STM_CONST flag, clear it for STM32WL5.
MICROPY_PY_STM_CONST defaults to 1 if MICROPY_PY_STM is set.  Overriding to
0 disables the named register peripheral constants being including in the
stm32 module.

This saves about 7.5KB of code size for the STM32WL55, which is significant
as this SoC doesn't have a lot of flash.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2023-08-23 11:58:11 +10:00
..
bare-arm
cc3200 cc3200/tools: Fix exception raised on process failure. 2023-08-16 16:13:11 +10:00
embed
esp32 esp32/partitions.csv: Rename to partitions-4MiB.csv. 2023-08-15 17:38:02 +10:00
esp8266
mimxrt mimxrt: Fix UART RTS/CTS assignments for the OLIMEX and Adafruit boards. 2023-08-16 10:06:59 +02:00
minimal
nrf all: Add missing imports for micropython.const. 2023-08-16 16:13:27 +10:00
pic16bit
powerpc
qemu-arm examples: Mark asm, pio, etc. as noqa: F821 (undefined-name). 2023-08-16 16:12:33 +10:00
renesas-ra renesas-ra/boards: Remove unreachable code in make-pins.py. 2023-08-16 16:16:40 +10:00
rp2
samd
stm32 stm32/modstm: Add MICROPY_PY_STM_CONST flag, clear it for STM32WL5. 2023-08-23 11:58:11 +10:00
teensy
unix
webassembly
windows
zephyr