Skip to content

Commit cc634b9

Browse files
dmazzelladpgeorge
authored andcommitted
stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards.
1 parent 210d053 commit cc634b9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

ports/stm32/boards/NUCLEO_WB55/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#define MICROPY_PY_PYB_LEGACY (0)
99

10+
#define MICROPY_HW_HAS_FLASH (1)
1011
#define MICROPY_HW_ENABLE_RTC (1)
1112
#define MICROPY_HW_ENABLE_RNG (1)
1213
#define MICROPY_HW_ENABLE_ADC (0)

ports/stm32/boards/NUCLEO_WB55/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ STARTUP_FILE = lib/stm32lib/CMSIS/STM32WBxx/Source/Templates/gcc/startup_stm32wb
77
# MicroPython settings
88
MICROPY_PY_BLUETOOTH = 1
99
MICROPY_BLUETOOTH_NIMBLE = 1
10+
MICROPY_VFS_LFS2 = 1

ports/stm32/boards/USBDONGLE_WB55/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#define MICROPY_PY_PYB_LEGACY (0)
99

10+
#define MICROPY_HW_HAS_FLASH (1)
1011
#define MICROPY_HW_ENABLE_RTC (1)
1112
#define MICROPY_HW_ENABLE_RNG (1)
1213
#define MICROPY_HW_ENABLE_ADC (0)

ports/stm32/boards/USBDONGLE_WB55/mpconfigboard.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ STARTUP_FILE = lib/stm32lib/CMSIS/STM32WBxx/Source/Templates/gcc/startup_stm32wb
77
# MicroPython settings
88
MICROPY_PY_BLUETOOTH = 1
99
MICROPY_BLUETOOTH_NIMBLE = 1
10+
MICROPY_VFS_LFS2 = 1

0 commit comments

Comments
 (0)