Skip to content

Commit f8b6ed0

Browse files
committed
scripts/ble_library.py: Correct path used for 802.15.4 files
Path for 802.15.4 reference cube fw files has been corrected. Signed-off-by: Alessandro Manganaro <[email protected]>
1 parent ec75ca2 commit f8b6ed0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

scripts/ble_library.py

Lines changed: 12 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": [
@@ -97,17 +97,17 @@
9797
ble_transparent_mode_app_path + "/STM32_WPAN/Target/ll_sys_if.h",
9898
],
9999
"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",
100+
zigbee_onoff_client_sed_app_path + "/Core/Inc/app_common.h",
101+
zigbee_onoff_client_sed_app_path + "/Core/Inc/app_conf.h",
102+
zigbee_onoff_client_sed_app_path + "/Core/Inc/app_entry.h",
103+
zigbee_onoff_client_sed_app_path + "/Core/Inc/utilities_conf.h",
104+
zigbee_onoff_client_sed_app_path + "/Core/Inc/main.h",
105+
zigbee_onoff_client_sed_app_path + "/System/Config/Debug_GPIO/debug_config.h",
106+
zigbee_onoff_client_sed_app_path + "/System/Config/Log/log_module_conf.h",
107+
zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/power_table.c",
108+
zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/linklayer_plat.c",
109+
zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/ll_sys_if.c",
110+
zigbee_onoff_client_sed_app_path + "/STM32_WPAN/Target/ll_sys_if.h",
111111
],
112112
"Common": [
113113
"Projects/Common/WPAN/Modules/Flash/rf_timing_synchro.c",

0 commit comments

Comments
 (0)