pimoroni-pico/micropython/modules/micropython-common.cmake

40 wiersze
990 B
CMake
Czysty Zwykły widok Historia

2022-05-27 10:12:44 +00:00
include(pimoroni_i2c/micropython)
include(pimoroni_bus/micropython)
2022-05-27 10:12:44 +00:00
include(micropython-common-breakouts)
2022-05-27 10:12:44 +00:00
include(pico_scroll/micropython)
include(pico_rgb_keypad/micropython)
include(pico_unicorn/micropython)
include(pico_wireless/micropython)
include(pico_explorer/micropython)
2022-05-27 10:12:44 +00:00
include(hershey_fonts/micropython)
2022-05-27 10:12:44 +00:00
include(bitmap_fonts/micropython)
include(plasma/micropython)
include(hub75/micropython)
include(pwm/micropython)
include(servo/micropython)
include(encoder/micropython)
include(motor/micropython)
include(qrcode/micropython/micropython)
include(adcfft/micropython)
2022-05-25 16:21:27 +00:00
include(pcf85063a/micropython)
2022-05-27 10:12:44 +00:00
include(picographics/micropython)
2022-05-25 16:21:27 +00:00
include(jpegdec/micropython)
2022-07-26 19:52:37 +00:00
include(galactic_unicorn/micropython)
2022-05-27 10:12:44 +00:00
include(modules_py/modules_py)
# Most board specific ports wont need all of these
copy_module(gfx_pack.py)
copy_module(interstate75.py)
if(PICO_BOARD STREQUAL "pico_w")
copy_module(automation.py)
copy_module(inventor.py)
endif()
2023-02-02 15:31:01 +00:00
include(micropython-common-ulab)