commit
a66ee4a824
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -52,6 +52,9 @@ jobs:
|
||||
- package: embassy-stm32f4
|
||||
target: thumbv7em-none-eabi
|
||||
features: stm32f405
|
||||
- package: embassy-stm32f4
|
||||
target: thumbv7em-none-eabi
|
||||
features: stm32f446
|
||||
- package: embassy-stm32f4
|
||||
target: thumbv7em-none-eabi
|
||||
features: stm32f405,defmt
|
||||
|
@ -889,7 +889,7 @@ mod irqs {
|
||||
declare!(TIM8_CC);
|
||||
declare!(DMA1_STREAM7);
|
||||
declare!(FMC);
|
||||
declare!(SDIO);
|
||||
// declare!(SDIO);
|
||||
declare!(TIM5);
|
||||
declare!(SPI3);
|
||||
declare!(UART4);
|
||||
|
@ -278,6 +278,6 @@ usart! {
|
||||
|
||||
UART4 => (UART4),
|
||||
UART5 => (UART5),
|
||||
UART7 => (UART7),
|
||||
UART8 => (UART8),
|
||||
// UART7 => (UART7),
|
||||
// UART8 => (UART8),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user