pimoroni-pico-rp2350/boards/pimoroni_pico_lipo2xl_w/usermodules.cmake
Phil Howard da4cbd989f LiPo: Add powman and wakeup modules.
These are useful for dealing with low power situations, though
powman's time keeping leaves a little to be desired.
2025-06-06 15:35:39 +01:00

10 lines
305 B
CMake

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")
# Wakeup module for early GPIO latch
include(modules/c/wakeup/micropython)
# Powman example for low power sleep
include(modules/c/powman/micropython)
include(usermod-common)