mirror of
https://github.com/Fishwaldo/OBLFR.git
synced 2025-03-15 19:31:28 +00:00
* Initial Work on setting custom BSP for ox64 * add M1S Dock BSP * Add Apache 2.0 License file * refactor to support bl702 and BL616 Chips * Update SDK Variable name * Ensure we get the BOARD from our proj.conf when recompiling * Till bl_mcu_sdk merge https://github.com/bouffalolab/bl_mcu_sdk/pull/82 lets just let Make warn about overriding targets * change PINE64_SDK_PATH to OBLFR_SDK_PATH
6 lines
99 B
CMake
6 lines
99 B
CMake
sdk_add_include_directories(.)
|
|
|
|
target_sources(app PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/board.c)
|
|
|
|
|
|
|