Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/bleplat.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,6 @@ int32_t BLEPLAT_AesCMACEncryptFinish(BLEPLAT_AESCMACctxTypeDef *pAESCMACctx,
}
#endif /* (BLESTACK_CONTROLLER_ONLY == 0) */

void BLEPLAT_RngGetRandom16(uint16_t* num)
{
HW_RNG_GetRandom16(num);
}

void BLEPLAT_RngGetRandom32(uint32_t* num)
{
HW_RNG_GetRandom32(num);
}

uint8_t BLEPLAT_DBmToPALevel(int8_t TX_dBm)
{
return RADIO_DBmToPALevel(TX_dBm);
Expand Down
2 changes: 2 additions & 0 deletions lib/stm32wb0/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ Patch List:
Impacted file: app_conf.h
- Exclude HAL_UART_MspInit and HAL_UART_MspDeInit from compilation:
Impacted file: stm32wb0x_hal_msp.c
- Removed BLEPLAT_RngGetRandom16 and BLEPLAT_RngGetRandom32 functions:
Impacted file: bleplat.c
- dos2unix applied
- trailing white spaces removed