nuttx/boards/arm/stm32wl5/nucleo-wl55jc/src
Michał Łyszczek 4d4566e9ed nucleo-wl55jc: add partition table support for progmem FLASH
This patch adds working integration of progmem FLASH. User can partition
internal FLASH memory to up to 4 partitions and use any combination of
raw, nxffs, smartfs and mtd_config filesystems (unless there are other
limitations like nxffs supports only single instance).

Support for dual CPU is added to Kconfig to not overwrite CPU2 program code.

Code guards user to not allocate more memory than there is on FLASH, and
warns user if not all FLASH memory is used. Errors will be printed when
user tries to initialize two instances of nxffs or mtd_config filesystems.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
2022-06-15 20:29:17 +08:00
..
Makefile nucleo-wl55jc: add partition table support for progmem FLASH 2022-06-15 20:29:17 +08:00
nucleo-wl55jc.h nucleo-wl55jc: add partition table support for progmem FLASH 2022-06-15 20:29:17 +08:00
stm32_appinit.c nucleo-wl55jc: add partition table support for progmem FLASH 2022-06-15 20:29:17 +08:00
stm32_boot.c
stm32_buttons.c
stm32_flash.c nucleo-wl55jc: add partition table support for progmem FLASH 2022-06-15 20:29:17 +08:00
stm32_leds.c