stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
This commit is contained in:
@ -93,5 +93,6 @@ pub struct PeripheralDmaChannel {
|
||||
pub signal: &'static str,
|
||||
pub channel: Option<&'static str>,
|
||||
pub dmamux: Option<&'static str>,
|
||||
pub dma: Option<&'static str>,
|
||||
pub request: Option<u32>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user