Skip to content

Commit f98b772

Browse files
committed
scripts/ble_library.py: Update path/files used for 802.15.4 files
Path and list file for 802.15.4 reference cube fw files have been updated. Signed-off-by: Alessandro Manganaro <[email protected]>
1 parent ec75ca2 commit f98b772

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

scripts/ble_library.py

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
ble_transparent_mode_app_path = "Projects/NUCLEO-WBA65RI/Applications/BLE/" \
4343
+ "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/" \
4545
+ "Zigbee_OnOff_Client_SED"
4646
file_list_wba = {
4747
"STM32_WPAN": [
@@ -66,6 +66,12 @@
6666
"Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/inc/rfd_dev_config.h",
6767
"Middlewares/ST/STM32_WPAN/link_layer/ll_cmd_lib/config/ble_full/"
6868
+ "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",
6975
"Middlewares/ST/STM32_WPAN/ble/stack/include/ble_bufsize.h",
7076
"Middlewares/ST/STM32_WPAN/ble/stack/include/ble_const.h",
7177
"Middlewares/ST/STM32_WPAN/ble/stack/include/ble_defs.h",
@@ -97,17 +103,17 @@
97103
ble_transparent_mode_app_path + "/STM32_WPAN/Target/ll_sys_if.h",
98104
],
99105
"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",
111117
],
112118
"Common": [
113119
"Projects/Common/WPAN/Modules/Flash/rf_timing_synchro.c",

0 commit comments

Comments
 (0)