diff options
| author | Damien George | 2019-11-14 16:36:05 +1100 |
|---|---|---|
| committer | Damien George | 2019-11-26 00:08:57 +1100 |
| commit | 120368ba1ab444b2f1c17d1eb69bc6f09072ec5d (patch) | |
| tree | 253121aab16c7158a7fb8f50233ca8239a710bbd /ports/stm32/boards/PYBV11 | |
| parent | 5634a31a9835ead5bdf7bbff5380c878f16db56d (diff) | |
stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards.
Diffstat (limited to 'ports/stm32/boards/PYBV11')
| -rw-r--r-- | ports/stm32/boards/PYBV11/mpconfigboard.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/stm32/boards/PYBV11/mpconfigboard.mk b/ports/stm32/boards/PYBV11/mpconfigboard.mk index a4430cc1d..cb78a7846 100644 --- a/ports/stm32/boards/PYBV11/mpconfigboard.mk +++ b/ports/stm32/boards/PYBV11/mpconfigboard.mk @@ -11,3 +11,6 @@ LD_FILES = boards/stm32f405.ld boards/common_ifs.ld TEXT0_ADDR = 0x08000000 TEXT1_ADDR = 0x08020000 endif + +# MicroPython settings +MICROPY_VFS_LFS2 = 1 |
