stm32: enable ulab
This is needed because stm32 defines CIRCUITPY_MINIMAL_BUILD "for early port".
This commit is contained in:
parent
e128d770f1
commit
66aa0dec60
|
@ -71,5 +71,7 @@ endif
|
|||
|
||||
CFLAGS += -DMICROPY_CPYTHON_COMPAT=1
|
||||
|
||||
MICROPY_PY_ULAB = 1
|
||||
|
||||
#ifeq ($(MCU_SUB_VARIANT), stm32f412zx)
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue