实现基本串口回传
This commit is contained in:
@@ -7,7 +7,7 @@ list(APPEND incs "../components/system/source/shell")
|
||||
list(APPEND incs "drivers/data_port/usb-host")
|
||||
list(APPEND incs "drivers/data_port/ble_spp")
|
||||
list(APPEND incs "drivers/data_port/socket_inet")
|
||||
|
||||
list(APPEND incs "drivers/sertrf")
|
||||
|
||||
|
||||
list(APPEND srcs "app_main.c")
|
||||
@@ -26,6 +26,10 @@ list(APPEND srcs "config/app_log.c")
|
||||
list(APPEND srcs "utils/crc.c")
|
||||
list(APPEND srcs "utils/sb_aes.c")
|
||||
|
||||
|
||||
list(APPEND srcs "drivers/sertrf/sertrf.c")
|
||||
list(APPEND srcs "drivers/sertrf/device.c")
|
||||
|
||||
if(CONFIG_BUILD_BLE)
|
||||
list(APPEND srcs "drivers/data_port/ble_spp/ble_spp_server.c")
|
||||
list(APPEND srcs "drivers/data_port/ble_spp/ble_spp_server_shell.c")
|
||||
|
||||
Reference in New Issue
Block a user