-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: bluetooth: hci: Use TRNG peripheral for BLE purpose on WB0x #90018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Call entropy APIs to use TRNG peripheral on STM32WB0x devices for BLE purposes. Enable RNG node on Nucleo-WB0x boards. Remove RNG initialization as it's done in the entropy driver. Signed-off-by: Ali Hozhabri <[email protected]>
Restore main stack size to the default value since fake entropy implementation from mbedtls is replaced by STM32 entropy driver. Signed-off-by: Ali Hozhabri <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
Update west.yml to point to the recent changes for hal_stm32. Signed-off-by: Ali Hozhabri <[email protected]>
a87f482 to
4b6eba6
Compare
|



Call entropy APIs to use TRNG peripheral on STM32WB0x devices for BLE purposes.
Enable
rngnode on Nucleo-WB0x boards.Supplementary PR#267