2023-11-15 22:06:47 +08:00
|
|
|
set(SRCS
|
2024-04-15 18:04:26 +08:00
|
|
|
"uart_example.c"
|
|
|
|
"main.c"
|
|
|
|
"modbus-tcp.c"
|
|
|
|
"can_network.c"
|
|
|
|
"./stm32/ads1220.c"
|
|
|
|
"./stm32/bl0939.c"
|
|
|
|
"./stm32/capture.c"
|
|
|
|
"./stm32/comm.c"
|
|
|
|
"./stm32/depth.c"
|
|
|
|
"./stm32/fram.c"
|
|
|
|
"./stm32/flow.c"
|
|
|
|
"./stm32/utils.c"
|
|
|
|
"./stm32/config.c"
|
|
|
|
"./stm32/ModbusS.c"
|
|
|
|
"./stm32/ModbusM.c"
|
|
|
|
"./stm32/uart0_modbus_slave.c"
|
|
|
|
"./stm32/pile_id.c"
|
|
|
|
"./stm32/led.c"
|
|
|
|
|
|
|
|
"./communication_pad/wifi_softap.c"
|
|
|
|
"./communication_pad/tcp_server.c"
|
|
|
|
"./communication_pad/ble_gatts_server.c"
|
|
|
|
"./communication_pad/communication_pad.c"
|
|
|
|
|
|
|
|
#"C:\Espressif\frameworks\esp-idf-v4.4.5\components\bt\include"
|
2023-11-15 22:06:47 +08:00
|
|
|
)
|
|
|
|
|
2024-04-15 18:04:26 +08:00
|
|
|
set(INCLUDE_DIRS "." "./communication_pad/inc")
|
2023-11-15 22:06:47 +08:00
|
|
|
|
|
|
|
idf_component_register(SRCS ${SRCS}
|
|
|
|
INCLUDE_DIRS ${INCLUDE_DIRS})
|