2022-02-24 16:49:28 +00:00
|
|
|
include_directories(${CMAKE_CURRENT_LIST_DIR}/../../)
|
|
|
|
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")
|
|
|
|
|
|
|
|
include(pimoroni_i2c/micropython)
|
2022-05-28 21:39:49 +01:00
|
|
|
include(pimoroni_bus/micropython)
|
2022-02-24 16:49:28 +00:00
|
|
|
|
2023-02-20 15:35:52 +00:00
|
|
|
include(micropython-common-breakouts)
|
2022-02-24 16:49:28 +00:00
|
|
|
|
2022-03-28 16:54:03 +01:00
|
|
|
include(hershey_fonts/micropython)
|
2022-03-29 15:13:14 +01:00
|
|
|
include(bitmap_fonts/micropython)
|
|
|
|
|
2022-02-24 16:49:28 +00:00
|
|
|
include(badger2040/micropython)
|
2022-07-27 09:58:44 +01:00
|
|
|
if(NOT DEFINED BADGER2040_NO_MODULES)
|
2022-03-04 15:13:32 +00:00
|
|
|
include(micropython/examples/badger2040/micropython-builtins)
|
2022-07-27 09:58:44 +01:00
|
|
|
endif()
|
2022-02-24 16:49:28 +00:00
|
|
|
include(plasma/micropython)
|
2022-03-04 15:13:32 +00:00
|
|
|
include(ulab/code/micropython)
|
2022-03-03 16:11:31 +00:00
|
|
|
include(qrcode/micropython/micropython)
|