Skip to content

Commit 66aa0de

Browse files
committed
stm32: enable ulab
This is needed because stm32 defines CIRCUITPY_MINIMAL_BUILD "for early port".
1 parent e128d77 commit 66aa0de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/stm32f4/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,7 @@ endif
7171

7272
CFLAGS += -DMICROPY_CPYTHON_COMPAT=1
7373

74+
MICROPY_PY_ULAB = 1
75+
7476
#ifeq ($(MCU_SUB_VARIANT), stm32f412zx)
7577
#endif

0 commit comments

Comments
 (0)