kopia lustrzana https://github.com/pimoroni/pimoroni-pico
CI: Enable ulab for Tiny 2040 8MB.
This build has plenty of room for fancy extras. Replaces #570pull/927/head
rodzic
abe2bdda44
commit
cfcbaceb64
|
@ -9,5 +9,9 @@ set(CMAKE_CXX_STANDARD 17)
|
|||
|
||||
include(micropython-common)
|
||||
|
||||
# Tiny 2040 has 8MB flash with 1MB reserved for app,
|
||||
# weighs about 612k without ulab
|
||||
enable_ulab()
|
||||
|
||||
# C++ Magic Memory
|
||||
include(cppmem/micropython)
|
||||
|
|
Ładowanie…
Reference in New Issue