mirror of
https://github.com/usatiuk/cardboy.git
synced 2025-10-28 15:17:48 +01:00
22 lines
697 B
CMake
22 lines
697 B
CMake
idf_component_register(SRCS
|
|
src/app_main.cpp
|
|
src/app_system.cpp
|
|
src/apps/menu_app.cpp
|
|
src/apps/clock_app.cpp
|
|
src/apps/tetris_app.cpp
|
|
src/apps/gameboy_app.cpp
|
|
src/display.cpp
|
|
src/bat_mon.cpp
|
|
src/spi_global.cpp
|
|
src/i2c_global.cpp
|
|
src/disp_tools.cpp
|
|
src/disp_tty.cpp
|
|
src/shutdowner.cpp
|
|
src/buttons.cpp
|
|
src/power_helper.cpp
|
|
src/buzzer.cpp
|
|
src/fs_helper.cpp
|
|
PRIV_REQUIRES spi_flash esp_driver_i2c driver sdk-esp esp_timer nvs_flash littlefs
|
|
INCLUDE_DIRS "include" "Peanut-GB")
|
|
|
|
littlefs_create_partition_image(littlefs ../flash_data FLASH_IN_PROJECT) |