raiden00pl opened a new pull request, #8702:
URL: https://github.com/apache/nuttx/pull/8702

   ## Summary
   arch/nrf52: use the lates SoftDevice release (v2.3.0)
   
   depends on https://github.com/apache/nuttx/pull/8688
   
   ## Impact
   A list of breaking changes:
   - SoftDevice libraries was renamed and libaries are now cmpatible with all 
platfroms with a given faimily.
   - The random number generator was decoupled from the controller and must now 
be provided by the user. We use arc4random_buf NuttX API for this.
   - sdc_support_ API must be called before sdc_cfg_set()
   - update public API terms to Bluetooth Core Specification v5.3 (mainly 
change slave/master to central/peripheral) NuttX NRF52 configuration options 
properly updated.
   - BLE features are supported only if the proper BLE role is selected
   - sdc_hci_evt_get() and sdc_hci_data_get() have been replaced by 
sdc_hci_get()
   
   ## Testing
   nrf52 sdc configurations


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to