mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add PSRAM
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
idf_component_register(SRCS "main.cpp" "LoopManager.cpp"
|
||||
PRIV_REQUIRES spi_flash nvs_flash esp_event rpc constants config rmt esp_driver_gptimer dataLink flatbuffers
|
||||
PRIV_REQUIRES esp_psram spi_flash nvs_flash esp_event rpc constants config rmt esp_driver_gptimer dataLink flatbuffers
|
||||
INCLUDE_DIRS "")
|
||||
|
||||
if(DEFINED BOARD_NAME AND BOARD_NAME)
|
||||
@@ -37,4 +37,4 @@ endif()
|
||||
if(DEFINED VERIFY_RECEIVE AND VERIFY_RECEIVE)
|
||||
message(STATUS "Building with VERIFY_RECEIVE: " ${VERIFY_RECEIVE})
|
||||
idf_build_set_property(COMPILE_DEFINITIONS VERIFY_RECEIVE APPEND)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user