Skip to content

Commit

Permalink
default.cmake: Enable Pimoroni common modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 10, 2024
1 parent bb78d0f commit 8cd77b5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ 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)
Expand Down

0 comments on commit 8cd77b5

Please sign in to comment.