27 lines
541 B
CMake
27 lines
541 B
CMake
idf_component_register(
|
|
SRCS
|
|
"src/platform_bootstrap.c"
|
|
"src/wifi_manager.c"
|
|
"src/ble_printer_client.c"
|
|
"src/display_st7789.c"
|
|
"src/voice_audio.c"
|
|
"src/runtime_policy.c"
|
|
"src/runtime_diagnostics.c"
|
|
INCLUDE_DIRS
|
|
"include"
|
|
PRIV_INCLUDE_DIRS
|
|
"internal"
|
|
REQUIRES
|
|
bt
|
|
esp_coex
|
|
esp_wifi
|
|
esp_netif
|
|
esp_event
|
|
nvs_flash
|
|
mbedtls
|
|
esp_lcd
|
|
esp_codec_dev
|
|
esp_audio_codec
|
|
driver
|
|
)
|