|
41 | 41 |
|
42 | 42 | ble_transparent_mode_app_path = "Projects/NUCLEO-WBA65RI/Applications/BLE/" \
|
43 | 43 | + "BLE_TransparentMode"
|
44 |
| -zgbee_onoff_client_sed_app_path = "Projects/NUCLEO-WBA65RI/Applications/BLE/" \ |
| 44 | +zigbee_onoff_client_sed_app_path = "Projects/NUCLEO-WBA65RI/Applications/Zigbee/" \ |
45 | 45 | + "Zigbee_OnOff_Client_SED"
|
46 | 46 | file_list_wba = {
|
47 | 47 | "STM32_WPAN": [
|
|
66 | 66 | "Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/inc/rfd_dev_config.h",
|
67 | 67 | "Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ble_full/"
|
68 | 68 | + "ll_fw_config.h",
|
| 69 | + "Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ble_basic/" |
| 70 | + + "ll_fw_config.h", |
| 71 | + "Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ieee_15_4_basic/" |
| 72 | + + "ll_fw_config.h", |
| 73 | + "Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/thread/" |
| 74 | + + "ll_fw_config.h", |
69 | 75 | "Middlewares/ST/STM32_WPAN/ble/stack/include/ble_bufsize.h",
|
70 | 76 | "Middlewares/ST/STM32_WPAN/ble/stack/include/ble_const.h",
|
71 | 77 | "Middlewares/ST/STM32_WPAN/ble/stack/include/ble_defs.h",
|
|
97 | 103 | ble_transparent_mode_app_path + "/STM32_WPAN/Target/ll_sys_if.h",
|
98 | 104 | ],
|
99 | 105 | "IEEE802154": [
|
100 |
| - zgbee_onoff_client_sed_app_path + "/Core/Inc/app_common.h", |
101 |
| - zgbee_onoff_client_sed_app_path + "/Core/Inc/app_conf.h", |
102 |
| - zgbee_onoff_client_sed_app_path + "/Core/Inc/app_entry.h", |
103 |
| - zgbee_onoff_client_sed_app_path + "/Core/Inc/utilities_conf.h", |
104 |
| - zgbee_onoff_client_sed_app_path + "/Core/Inc/main.h", |
105 |
| - zgbee_onoff_client_sed_app_path + "/System/Config/Debug_GPIO/debug_config.h", |
106 |
| - zgbee_onoff_client_sed_app_path + "/System/Config/Log/log_module_conf.h", |
107 |
| - zgbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/power_table.c", |
108 |
| - zgbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/linklayer_plat.c", |
109 |
| - zgbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/ll_sys_if.c", |
110 |
| - zgbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/ll_sys_if.h", |
| 106 | + zigbee_onoff_client_sed_app_path + "/Core/Inc/app_common.h", |
| 107 | + zigbee_onoff_client_sed_app_path + "/Core/Inc/app_conf.h", |
| 108 | + zigbee_onoff_client_sed_app_path + "/Core/Inc/app_entry.h", |
| 109 | + zigbee_onoff_client_sed_app_path + "/Core/Inc/utilities_conf.h", |
| 110 | + zigbee_onoff_client_sed_app_path + "/Core/Inc/main.h", |
| 111 | + zigbee_onoff_client_sed_app_path + "/System/Config/Debug_GPIO/debug_config.h", |
| 112 | + zigbee_onoff_client_sed_app_path + "/System/Config/Log/log_module_conf.h", |
| 113 | + zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/power_table.c", |
| 114 | + zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/linklayer_plat.c", |
| 115 | + zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/ll_sys_if.c", |
| 116 | + zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/ll_sys_if.h", |
111 | 117 | ],
|
112 | 118 | "Common": [
|
113 | 119 | "Projects/Common/WPAN/Modules/Flash/rf_timing_synchro.c",
|
|
0 commit comments