Skip to content

Commit

Permalink
MicroPython: Prune modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 14, 2024
1 parent 071df57 commit 9d27a22
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion modules/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,37 @@ set(CMAKE_CXX_STANDARD 17)

include(c/presto/micropython)

include(micropython-common)
# Essential
include(pimoroni_i2c/micropython)
include(pimoroni_bus/micropython)

# Pico Graphics Essential
include(hershey_fonts/micropython)
include(bitmap_fonts/micropython)
include(picographics/micropython)

# Pico Graphics Extra
include(pngdec/micropython)
include(jpegdec/micropython)
include(picovector/micropython)
include(qrcode/micropython/micropython)

# Sensors & Breakouts
include(micropython-common-breakouts)

# Utility
include(adcfft/micropython)

# LEDs & Matrices
include(portal/micropython)
include(plasma/micropython)

# ULAB
include(micropython-common-ulab)
enable_ulab()

include(modules_py/modules_py)

# C++ Magic Memory
include(cppmem/micropython)

Expand Down

0 comments on commit 9d27a22

Please sign in to comment.