embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
5.34k stars 738 forks source link

STM32-WPAN: handle BLE_Stack_full_extended #2509

Closed TaylorCarpenter closed 8 months ago

TaylorCarpenter commented 8 months ago

The extended version of the BLE coprocessor stack requires a modified scatter file for the mailbox buffers. Even if the functionality of the extended stack is not supported, it would be ideal to still be able to use the regular BLE functionality in the presence of the extended stack.

Relevant modifications can be found here: https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_BLE_Wireless_Stack#Stack_extended_information

TaylorCarpenter commented 8 months ago

Addressed in #2510