File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 66 https://github.com/STMicroelectronics/STM32CubeWB
77
88Status:
9- version v1.19.1
9+ version v1.20.0
1010
1111Purpose:
1212 This library is used on stm32wb series to enable HCI communication between
4848 https://github.com/STMicroelectronics/STM32CubeWB
4949
5050Commit:
51- ea5475b0d214489a3a3556f7b3f66d0954d006e0
51+ 529e571e91c93d4bf1aae6e0d69b9a5dcf4d828d
5252
5353Maintained-by:
5454 External
Original file line number Diff line number Diff line change @@ -627,6 +627,7 @@ typedef enum
627627
628628#define PUSH_BUTTON_SW1_EXTI_IRQHandler EXTI4_IRQHandler
629629#define PUSH_BUTTON_SW2_EXTI_IRQHandler EXTI0_IRQHandler
630+ #define PUSH_BUTTON_SW3_EXTI_IRQHandler EXTI1_IRQHandler
630631/* USER CODE END Defines */
631632/******************************************************************************
632633 * Scheduler
Original file line number Diff line number Diff line change @@ -882,6 +882,7 @@ extern "C" {
882882#define SHCI_C2_CONFIG_CONFIG1_BIT0_BLE_NVM_DATA_TO_SRAM (1<<0)
883883#define SHCI_C2_CONFIG_CONFIG1_BIT1_THREAD_NVM_DATA_TO_INTERNAL_FLASH (0<<1)
884884#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)
885886
886887/**
887888 * EvtMask1
@@ -1340,7 +1341,9 @@ typedef struct {
13401341 * 1 - BLE NVM Data are written in SRAM cache pointed by BleNvmRamAddress
13411342 * - bit1 : 0 - THREAD NVM Data data are flushed in internal secure flash
13421343 * 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
13441347 * uint8_t EvtMask1 :
13451348 * When a bit is set to 0, the event is not reported
13461349 * 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