1- From dca5f9d1a4246cd158d38e1eb140bb40513618fc Mon Sep 17 00:00:00 2001
1+ From 3bce4e86b826f59faf048b8b140b4193a3c99cd5 Mon Sep 17 00:00:00 2001
22From: Frederic Pillon <frederic.pillon@st.com>
33Date: Wed, 10 Jan 2024 18:16:01 +0100
4- Subject: [PATCH 1/6 ] chore: adapt STM32_WPAN sources
4+ Subject: [PATCH 1/4 ] chore: adapt STM32_WPAN sources
55
66Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
77---
@@ -15,7 +15,7 @@ Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1515 7 files changed, 85 insertions(+), 12 deletions(-)
1616
1717diff --git a/src/utility/STM32_WPAN/app_conf_default.h b/src/utility/STM32_WPAN/app_conf_default.h
18- index 8356f0d..8db164d 100644
18+ index 49b957b..706ef5f 100644
1919--- a/src/utility/STM32_WPAN/app_conf_default.h
2020+++ b/src/utility/STM32_WPAN/app_conf_default.h
2121@@ -1,9 +1,9 @@
@@ -90,7 +90,7 @@ index 8356f0d..8db164d 100644
9090
9191 /**
9292 * BLE stack Options_extension flags to be configured with:
93- @@ -299 ,7 +322 ,11 @@
93+ @@ -305 ,7 +328 ,11 @@
9494 * This parameter is considered by the CPU2 when CFG_BLE_OPTIONS has SHCI_C2_BLE_INIT_OPTIONS_EXT_ADV flag set
9595 */
9696
@@ -103,7 +103,7 @@ index 8356f0d..8db164d 100644
103103
104104 /* Maximum advertising data length (in bytes)
105105 * Range: 31 .. 1650 with limitation:
106- @@ -308 ,7 +335 ,11 @@
106+ @@ -314 ,7 +341 ,11 @@
107107 * This parameter is considered by the CPU2 when CFG_BLE_OPTIONS has SHCI_C2_BLE_INIT_OPTIONS_EXT_ADV flag set
108108 */
109109
@@ -116,15 +116,15 @@ index 8356f0d..8db164d 100644
116116
117117 /* RF TX Path Compensation Value (16-bit signed integer). Units: 0.1 dB.
118118 * Range: -1280 .. 1280
119- @@ -331 ,6 +362 ,7 @@
119+ @@ -337 ,6 +368 ,7 @@
120120
121121 #define CFG_BLE_CORE_VERSION (SHCI_C2_BLE_INIT_BLE_CORE_5_4)
122122
123123+ #if 0
124124 /******************************************************************************
125125 * Transport Layer
126126 ******************************************************************************/
127- @@ -667 ,4 +699 ,5 @@ typedef enum
127+ @@ -673 ,4 +705 ,5 @@ typedef enum
128128
129129 #define CFG_OTP_END_ADRESS OTP_AREA_END_ADDR
130130
@@ -182,7 +182,7 @@ index 6a311b1..ad3c9d4 100644
182182 __weak void HW_IPCC_TRACES_EvtNot( void ){};
183183+ #endif /* STM32WBxx */
184184diff --git a/src/utility/STM32_WPAN/shci.c b/src/utility/STM32_WPAN/shci.c
185- index 5c32555..40110f4 100644
185+ index e04a2b4..e641530 100644
186186--- a/src/utility/STM32_WPAN/shci.c
187187+++ b/src/utility/STM32_WPAN/shci.c
188188@@ -17,6 +17,7 @@
@@ -193,7 +193,7 @@ index 5c32555..40110f4 100644
193193 /* Includes ------------------------------------------------------------------*/
194194 #include "stm32_wpan_common.h"
195195
196- @@ -759 ,3 +760 ,4 @@ SHCI_CmdStatus_t SHCI_GetWirelessFwInfo( WirelessFwInfo_t* pWirelessInfo )
196+ @@ -777 ,3 +778 ,4 @@ SHCI_CmdStatus_t SHCI_GetWirelessFwInfo( WirelessFwInfo_t* pWirelessInfo )
197197
198198 return (SHCI_Success);
199199 }
@@ -267,7 +267,7 @@ index 4c92864..df6c215 100644
267267 }
268268+ #endif /* STM32WBxx */
269269diff --git a/src/utility/STM32_WPAN/tl_mbox.c b/src/utility/STM32_WPAN/tl_mbox.c
270- index c13f098..e2a0400 100644
270+ index 8c059cf..21fa35f 100644
271271--- a/src/utility/STM32_WPAN/tl_mbox.c
272272+++ b/src/utility/STM32_WPAN/tl_mbox.c
273273@@ -16,6 +16,7 @@
0 commit comments