Add HAL for SubGhz peripheral for STM32 WL series
Based on the HAL from stm32wl, the peripheral driver has been modified to fit into embassy, using the embassy APIs, providing operation of the radio peripheral. The initial version does not offer any async APIs, but the example shows how the radio IRQ can be used to perform async TX of the radio.
This commit is contained in:
@ -8,6 +8,7 @@ mod macros;
|
||||
pub mod peripheral;
|
||||
pub mod ring_buffer;
|
||||
pub mod usb;
|
||||
pub mod ratio;
|
||||
|
||||
/// Low power blocking wait loop using WFE/SEV.
|
||||
pub fn low_power_wait_until(mut condition: impl FnMut() -> bool) {
|
||||
|
Reference in New Issue
Block a user