Rebase on master

This commit is contained in:
Mathias
2022-09-29 10:00:13 +02:00
61 changed files with 1927 additions and 1149 deletions

View File

@ -8,6 +8,7 @@ mod intrinsics;
pub mod dma;
pub mod gpio;
pub mod i2c;
pub mod interrupt;
pub mod rom_data;
pub mod rtc;
@ -76,6 +77,9 @@ embassy_hal_common::peripherals! {
SPI0,
SPI1,
I2C0,
I2C1,
DMA_CH0,
DMA_CH1,
DMA_CH2,