micropython/ports/stm32/boards/NUCLEO_WL55
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
..
board.json stm32/boards/NUCLEO_WL55: Add new board definition. 2022-02-04 09:43:43 +11:00
mpconfigboard.h stm32/modstm: Add MICROPY_PY_STM_CONST flag, clear it for STM32WL5. 2023-08-23 11:58:11 +10:00
mpconfigboard.mk stm32/boards/NUCLEO_WL55: Add new board definition. 2022-02-04 09:43:43 +11:00
pins.csv stm32/subghz: Add STM32WL55 subghz radio interface to stm module. 2023-08-23 11:58:11 +10:00
stm32wlxx_hal_conf.h stm32/boards/NUCLEO_WL55: Add new board definition. 2022-02-04 09:43:43 +11:00