Skip to content

Commit

Permalink
Merge pull request stm32duino#55 from fpistm/CubeWB_v1.16.0
Browse files Browse the repository at this point in the history
chore: update to STM32Cube_FW v1.16.0
  • Loading branch information
fpistm authored Apr 5, 2023
2 parents df96671 + a9bef0c commit cf77ef0
Show file tree
Hide file tree
Showing 15 changed files with 1,089 additions and 51 deletions.
3 changes: 2 additions & 1 deletion src/utility/HCISharedMemTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,8 @@ int HCISharedMemTransportClass::stm32wb_start_ble(void)
CFG_BLE_MAX_ADV_DATA_LEN,
CFG_BLE_TX_PATH_COMPENS,
CFG_BLE_RX_PATH_COMPENS,
CFG_BLE_CORE_VERSION
CFG_BLE_CORE_VERSION,
CFG_BLE_OPTIONS_EXT
};
/**
* Starts the BLE Stack on CPU2
Expand Down
4 changes: 2 additions & 2 deletions src/utility/STM32Cube_FW/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## Source

[STMicroelectronics/STM32CubeWB Release vv1.15.0](https://github.com/STMicroelectronics/STM32CubeWB/releases/tag/vv1.15.0)
- Application: [BLE_TransparentMode](https://github.com/STMicroelectronics/STM32CubeWB/tree/vv1.15.0/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_TransparentMode)
[STMicroelectronics/STM32CubeWB Release vvv1.16.0](https://github.com/STMicroelectronics/STM32CubeWB/releases/tag/vvv1.16.0)
- Application: [BLE_TransparentMode](https://github.com/STMicroelectronics/STM32CubeWB/tree/vvv1.16.0/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_TransparentMode)

Loading

0 comments on commit cf77ef0

Please sign in to comment.