diff --git a/modules/default.cmake b/modules/default.cmake index 37272f6..685ea10 100644 --- a/modules/default.cmake +++ b/modules/default.cmake @@ -16,11 +16,14 @@ set(CMAKE_CXX_STANDARD 17) include(c/example/micropython) -# include(micropython-common) -# enable_ulab() +include(micropython-common) + +if(PICO_BOARD STREQUAL "pga2350") +enable_ulab() +endif() # C++ Magic Memory -# include(cppmem/micropython) +include(cppmem/micropython) # Disable build-busting C++ exceptions include(micropython-disable-exceptions) \ No newline at end of file