change(ble): Supported cuttable architecture for ble

This commit is contained in:
Shen Weilong
2025-02-17 19:38:39 +08:00
committed by cjin
parent 472320a7a3
commit c2449607dc
13 changed files with 667 additions and 243 deletions
+1
View File
@@ -91,6 +91,7 @@ if(CONFIG_BT_ENABLED)
endif()
set(ldscripts "linker_esp32c2.lf")
else()
list(APPEND srcs "controller/${target_name}/ble.c")
list(APPEND ldscripts "linker_esp_ble_controller.lf")
endif()