This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/bsp/board/bl702dk/CMakeLists.txt
jzlv ce46974340 [update][board] update board init
* 702/616/808 dvp gpio init
* 702 psram init
* 602 uart1 init
2022-12-21 20:11:28 +08:00

7 lines
139 B
CMake

sdk_add_include_directories(.)
sdk_set_linker_script(bl702_flash.ld)
if(CONFIG_PSRAM)
sdk_add_compile_definitions(-DCONFIG_PSRAM)
endif()