Skip to content

Commit

Permalink
Merge pull request #4 from pimoroni/patch-default-modules
Browse files Browse the repository at this point in the history
default.cmake: Enable Pimoroni common modules.
  • Loading branch information
Gadgetoid authored Sep 11, 2024
2 parents bb78d0f + a45606d commit 7081443
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7081443

Please sign in to comment.