File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
## Source
3
3
4
- [ STMicroelectronics/STM32CubeWB Release v1.19 .0] ( https://github.com/STMicroelectronics/STM32CubeWB/releases/tag/v1.19 .0 )
5
- - Application: [ BLE_TransparentMode] ( https://github.com/STMicroelectronics/STM32CubeWB/tree/v1.19 .0/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_TransparentMode )
4
+ [ STMicroelectronics/STM32CubeWB Release v1.20 .0] ( https://github.com/STMicroelectronics/STM32CubeWB/releases/tag/v1.20 .0 )
5
+ - Application: [ BLE_TransparentMode] ( https://github.com/STMicroelectronics/STM32CubeWB/tree/v1.20 .0/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_TransparentMode )
6
6
Original file line number Diff line number Diff line change 1
1
/*****************************************************************************
2
2
* @file ble_bufsize.h
3
- * @author MDG
3
+ *
4
4
* @brief Definition of BLE stack buffers size
5
5
*****************************************************************************
6
6
* @attention
49
49
*/
50
50
#define BLE_MEM_BLOCK_SIZE 32
51
51
52
- #if (SLAVE_ONLY != 0 ) || (BASIC_FEATURES != 0 )
52
+ #if (SLAVE_ONLY != 0 ) || (BASIC_FEATURES != 0 )
53
53
#define BLE_MEM_BLOCK_X_PTX (n_link ) 0
54
54
#else
55
55
#define BLE_MEM_BLOCK_X_PTX (n_link ) (n_link)
Original file line number Diff line number Diff line change @@ -882,6 +882,7 @@ extern "C" {
882
882
#define SHCI_C2_CONFIG_CONFIG1_BIT0_BLE_NVM_DATA_TO_SRAM (1<<0)
883
883
#define SHCI_C2_CONFIG_CONFIG1_BIT1_THREAD_NVM_DATA_TO_INTERNAL_FLASH (0<<1)
884
884
#define SHCI_C2_CONFIG_CONFIG1_BIT1_THREAD_NVM_DATA_TO_SRAM (1<<1)
885
+ #define SHCI_C2_CONFIG_CONFIG1_BIT2_SET_EUI64_FORMAT (1<<2)
885
886
886
887
/**
887
888
* EvtMask1
@@ -1340,7 +1341,9 @@ typedef struct {
1340
1341
* 1 - BLE NVM Data are written in SRAM cache pointed by BleNvmRamAddress
1341
1342
* - bit1 : 0 - THREAD NVM Data data are flushed in internal secure flash
1342
1343
* 1 - THREAD NVM Data are written in SRAM cache pointed by ThreadNvmRamAddress
1343
- * - bit2 to bit7 : Unused, shall be set to 0
1344
+ * - bit2 : 0 - Thread EUI64 is set to new (and current) format
1345
+ * 1 - Thread EUI64 is set to old format
1346
+ * - bit3 to bit7 : Unused, shall be set to 0
1344
1347
* uint8_t EvtMask1 :
1345
1348
* When a bit is set to 0, the event is not reported
1346
1349
* bit0 : Asynchronous Event with Sub Evt Code 0x9201 (= SHCI_SUB_EVT_ERROR_NOTIF)
You can’t perform that action at this time.
0 commit comments