remove trailing spaces

This commit is contained in:
Weird Constructor 2022-01-09 13:31:10 +01:00
parent 160099b6d8
commit f4a4b80459

View file

@ -19,23 +19,23 @@ pub use hal::pac;
hal::bsp_pins!( hal::bsp_pins!(
/// GPIO 0 supports following functions: /// GPIO 0 supports following functions:
/// - `SPI0 RX ` /// - `SPI0 RX`
/// - `UART0 TX ` /// - `UART0 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM0 A` /// - `PWM0 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
Gpio0 { name: gpio0 }, Gpio0 { name: gpio0 },
/// GPIO 1 supports following functions: /// GPIO 1 supports following functions:
/// - `SPI0 CSn ` /// - `SPI0 CSn`
/// - `UART0 RX ` /// - `UART0 RX`
/// - `I2C0 SCL` /// - `I2C0 SCL`
/// - `PWM0 B` /// - `PWM0 B`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
Gpio1 { name: gpio1 }, Gpio1 { name: gpio1 },
/// GPIO 2 supports following functions: /// GPIO 2 supports following functions:
/// - `SPI0 SCK ` /// - `SPI0 SCK`
/// - `UART0 CTS` /// - `UART0 CTS`
/// - `I2C1 SDA` /// - `I2C1 SDA`
/// - `PWM1 A` /// - `PWM1 A`
@ -43,7 +43,7 @@ hal::bsp_pins!(
Gpio2 { name: gpio2 }, Gpio2 { name: gpio2 },
/// GPIO 3 supports following functions: /// GPIO 3 supports following functions:
/// - `SPI0 TX ` /// - `SPI0 TX`
/// - `UART0 RTS` /// - `UART0 RTS`
/// - `I2C1 SCL` /// - `I2C1 SCL`
/// - `PWM1 B` /// - `PWM1 B`
@ -51,23 +51,23 @@ hal::bsp_pins!(
Gpio3 { name: gpio3 }, Gpio3 { name: gpio3 },
/// GPIO 4 supports following functions: /// GPIO 4 supports following functions:
/// - `SPI0 RX ` /// - `SPI0 RX`
/// - `UART1 TX ` /// - `UART1 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM2 A` /// - `PWM2 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
Gpio4 { name: gpio4 }, Gpio4 { name: gpio4 },
/// GPIO 5 supports following functions: /// GPIO 5 supports following functions:
/// - `SPI0 CSn ` /// - `SPI0 CSn`
/// - `UART1 RX ` /// - `UART1 RX`
/// - `I2C0 SCL` /// - `I2C0 SCL`
/// - `PWM2 B` /// - `PWM2 B`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
Gpio5 { name: gpio5 }, Gpio5 { name: gpio5 },
/// GPIO 6 supports following functions: /// GPIO 6 supports following functions:
/// - `SPI0 SCK ` /// - `SPI0 SCK`
/// - `UART1 CTS` /// - `UART1 CTS`
/// - `I2C1 SDA` /// - `I2C1 SDA`
/// - `PWM3 A` /// - `PWM3 A`
@ -75,7 +75,7 @@ hal::bsp_pins!(
Gpio6 { name: gpio6 }, Gpio6 { name: gpio6 },
/// GPIO 7 supports following functions: /// GPIO 7 supports following functions:
/// - `SPI0 TX ` /// - `SPI0 TX`
/// - `UART1 RTS` /// - `UART1 RTS`
/// - `I2C1 SCL` /// - `I2C1 SCL`
/// - `PWM3 B` /// - `PWM3 B`
@ -83,16 +83,16 @@ hal::bsp_pins!(
Gpio7 { name: gpio7 }, Gpio7 { name: gpio7 },
/// GPIO 8 supports following functions: /// GPIO 8 supports following functions:
/// - `SPI1 RX ` /// - `SPI1 RX`
/// - `UART1 TX ` /// - `UART1 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM4 A` /// - `PWM4 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
Gpio8 { name: gpio8 }, Gpio8 { name: gpio8 },
/// GPIO 9 supports following functions: /// GPIO 9 supports following functions:
/// - `SPI1 CSn ` /// - `SPI1 CSn`
/// - `UART1 RX ` /// - `UART1 RX`
/// - `I2C0 SCL` /// - `I2C0 SCL`
/// - `PWM4 B` /// - `PWM4 B`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -107,7 +107,7 @@ hal::bsp_pins!(
Gpio10 { name: gpio10 }, Gpio10 { name: gpio10 },
/// GPIO 11 supports following functions: /// GPIO 11 supports following functions:
/// - `SPI1 TX ` /// - `SPI1 TX`
/// - `UART1 RTS` /// - `UART1 RTS`
/// - `I2C1 SCL` /// - `I2C1 SCL`
/// - `PWM5 B` /// - `PWM5 B`
@ -115,8 +115,8 @@ hal::bsp_pins!(
Gpio11 { name: gpio11 }, Gpio11 { name: gpio11 },
/// GPIO 12 supports following functions: /// GPIO 12 supports following functions:
/// - `SPI1 RX ` /// - `SPI1 RX`
/// - `UART0 TX ` /// - `UART0 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM6 A` /// - `PWM6 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -124,7 +124,7 @@ hal::bsp_pins!(
/// GPIO 13 supports following functions: /// GPIO 13 supports following functions:
/// - `SPI1 CSn` /// - `SPI1 CSn`
/// - `UART0 RX ` /// - `UART0 RX`
/// - `I2C0 SCL` /// - `I2C0 SCL`
/// - `PWM6 B` /// - `PWM6 B`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -139,7 +139,7 @@ hal::bsp_pins!(
Gpio14 { name: gpio14 }, Gpio14 { name: gpio14 },
/// GPIO 15 supports following functions: /// GPIO 15 supports following functions:
/// - `SPI1 TX ` /// - `SPI1 TX`
/// - `UART0 RTS` /// - `UART0 RTS`
/// - `I2C1 SCL` /// - `I2C1 SCL`
/// - `PWM7 B` /// - `PWM7 B`
@ -147,8 +147,8 @@ hal::bsp_pins!(
Gpio15 { name: gpio15 }, Gpio15 { name: gpio15 },
/// GPIO 16 supports following functions: /// GPIO 16 supports following functions:
/// - `SPI0 RX ` /// - `SPI0 RX`
/// - `UART0 TX ` /// - `UART0 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM0 A` /// - `PWM0 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -156,7 +156,7 @@ hal::bsp_pins!(
/// GPIO 17 supports following functions: /// GPIO 17 supports following functions:
/// - `SPI0 CSn` /// - `SPI0 CSn`
/// - `UART0 RX ` /// - `UART0 RX`
/// - `I2C0 SCL` /// - `I2C0 SCL`
/// - `PWM0 B` /// - `PWM0 B`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -171,7 +171,7 @@ hal::bsp_pins!(
Gpio18 { name: gpio18 }, Gpio18 { name: gpio18 },
/// GPIO 19 supports following functions: /// GPIO 19 supports following functions:
/// - `SPI0 TX ` /// - `SPI0 TX`
/// - `UART0 RTS` /// - `UART0 RTS`
/// - `I2C1 SCL` /// - `I2C1 SCL`
/// - `PWM1 B` /// - `PWM1 B`
@ -179,8 +179,8 @@ hal::bsp_pins!(
Gpio19 { name: gpio19 }, Gpio19 { name: gpio19 },
/// GPIO 20 supports following functions: /// GPIO 20 supports following functions:
/// - `SPI0 RX ` /// - `SPI0 RX`
/// - `UART1 TX ` /// - `UART1 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM2 A` /// - `PWM2 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -188,7 +188,7 @@ hal::bsp_pins!(
/// GPIO 21 supports following functions: /// GPIO 21 supports following functions:
/// - `SPI0 CSn` /// - `SPI0 CSn`
/// - `UART1 RX ` /// - `UART1 RX`
/// - `I2C0 SCL` /// - `I2C0 SCL`
/// - `PWM2 B` /// - `PWM2 B`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`
@ -220,7 +220,7 @@ hal::bsp_pins!(
Gpio26 { name: gpio26 }, Gpio26 { name: gpio26 },
/// GPIO 27 supports following functions: /// GPIO 27 supports following functions:
/// - `SPI1 TX ` /// - `SPI1 TX`
/// - `UART1 RTS` /// - `UART1 RTS`
/// - `I2C1 SCL` /// - `I2C1 SCL`
/// - `PWM5 B` /// - `PWM5 B`
@ -228,8 +228,8 @@ hal::bsp_pins!(
Gpio27 { name: gpio27 }, Gpio27 { name: gpio27 },
/// GPIO 28 supports following functions: /// GPIO 28 supports following functions:
/// - `SPI1 RX ` /// - `SPI1 RX`
/// - `UART0 TX ` /// - `UART0 TX`
/// - `I2C0 SDA` /// - `I2C0 SDA`
/// - `PWM6 A` /// - `PWM6 A`
/// - `SIO`, `PIO0`, `PIO1` /// - `SIO`, `PIO0`, `PIO1`