These are useful for dealing with low power situations, though powman's time keeping leaves a little to be desired.
10 lines
305 B
CMake
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) |