File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
ports/stm32/boards/NUCLEO_F091RC Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
#define MICROPY_EMIT_THUMB (0)
5
5
#define MICROPY_EMIT_INLINE_THUMB (0)
6
6
#define MICROPY_OPT_COMPUTED_GOTO (0)
7
+ #define MICROPY_PY_BUILTINS_COMPLEX (0)
7
8
#define MICROPY_PY_IO_FILEIO (0)
8
9
#define MICROPY_PY_USOCKET (0)
9
10
#define MICROPY_PY_NETWORK (0)
10
11
#define MICROPY_PY_STM (0)
11
12
#define MICROPY_PY_PYB_LEGACY (0)
13
+ #define MICROPY_PY_UHEAPQ (0)
14
+ #define MICROPY_PY_UTIMEQ (0)
15
+ #define MICROPY_PY_FRAMEBUF (0)
12
16
13
- #define MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE (0)
14
17
#define MICROPY_HW_ENABLE_RTC (1)
15
18
#define MICROPY_HW_ENABLE_ADC (1)
16
19
#define MICROPY_HW_ENABLE_DAC (1)
17
20
#define MICROPY_HW_HAS_SWITCH (1)
21
+ #define MICROPY_HW_HAS_FLASH (1)
18
22
19
23
// For system clock, enable one source:
20
24
// #define MICROPY_HW_CLK_USE_HSI (1) // internal 8MHz -> PLL = 48MHz.
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ LD_FILES = boards/stm32f091xc.ld boards/common_basic.ld
5
5
6
6
# MicroPython settings
7
7
MICROPY_VFS_FAT = 0
8
+ MICROPY_VFS_LFS1 ?= 1
8
9
9
10
# Don't include default frozen modules because MCU is tight on flash space
10
11
FROZEN_MANIFEST ?=
You can’t perform that action at this time.
0 commit comments