Skip to content

Commit

Permalink
stm32/boards/NUCLEO_L432KC: Enable LFS1 filesystem.
Browse files Browse the repository at this point in the history
Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed May 26, 2021
1 parent 0abf6f8 commit dd23f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
#define MICROPY_PY_UHEAPQ (0)
#define MICROPY_PY_UTIMEQ (0)

#define MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE (0)
#define MICROPY_HW_ENABLE_RTC (1)
#define MICROPY_HW_ENABLE_ADC (1)
#define MICROPY_HW_ENABLE_DAC (1)
#define MICROPY_HW_ENABLE_USB (0) // requires a custom USB connector on PA11/PA12
#define MICROPY_HW_ENABLE_TIMER (1)
#define MICROPY_HW_HAS_SWITCH (0)
#define MICROPY_HW_HAS_FLASH (1)

// MSI is used and is 4MHz
#define MICROPY_HW_CLK_PLLM (1)
Expand Down
1 change: 1 addition & 0 deletions ports/stm32/boards/NUCLEO_L432KC/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ OPENOCD_CONFIG = boards/openocd_stm32l4.cfg

# MicroPython settings
MICROPY_VFS_FAT = 0
MICROPY_VFS_LFS1 = 1

# Don't include default frozen modules because MCU is tight on flash space
FROZEN_MANIFEST ?=

0 comments on commit dd23f95

Please sign in to comment.