Browse Source

stm32/boards: Remove trailing spaces, and add newline at end of file.

Signed-off-by: Damien George <damien@micropython.org>
pull/7773/head
Damien George 3 years ago
parent
commit
0a51073724
  1. 2
      ports/stm32/boards/MIKROE_CLICKER2_STM32/pins.csv
  2. 2
      ports/stm32/boards/NUCLEO_F412ZG/pins.csv
  3. 2
      ports/stm32/boards/OLIMEX_E407/mpconfigboard.h
  4. 2
      ports/stm32/boards/STM32F4DISC/mpconfigboard.h
  5. 2
      ports/stm32/boards/STM32F769DISC/mpconfigboard.h
  6. 2
      ports/stm32/boards/stm32h743.ld
  7. 2
      ports/stm32/boards/stm32l432_af.csv

2
ports/stm32/boards/MIKROE_CLICKER2_STM32/pins.csv

@ -85,4 +85,4 @@ T2,PE0
T3,PA10
USB_VBUS,PA9
USB_DM,PA11
USB_DP,PA12
USB_DP,PA12

1 MB1_AN PA2
85 T3 PA10
86 USB_VBUS PA9
87 USB_DM PA11
88 USB_DP PA12

2
ports/stm32/boards/NUCLEO_F412ZG/pins.csv

@ -115,4 +115,4 @@ PH1,PH1
SW,C13
LED_RED,B14
LED_GREEN,B0
LED_BLUE,B7
LED_BLUE,B7

1 PA0 PA0
115 SW C13
116 LED_RED B14
117 LED_GREEN B0
118 LED_BLUE B7

2
ports/stm32/boards/OLIMEX_E407/mpconfigboard.h

@ -27,7 +27,7 @@
#define MICROPY_HW_UART3_RTS (pin_D12)
#define MICROPY_HW_UART3_CTS (pin_D11)
#if MICROPY_HW_HAS_SWITCH == 0
// NOTE: A0 also connects to the user switch. To use UART4 you should
// NOTE: A0 also connects to the user switch. To use UART4 you should
// set MICROPY_HW_HAS_SWITCH to 0, and also remove SB20 (on the back
// of the board near the USER switch).
#define MICROPY_HW_UART4_TX (pin_A0)

2
ports/stm32/boards/STM32F4DISC/mpconfigboard.h

@ -31,7 +31,7 @@
#define MICROPY_HW_UART3_RTS (pin_D12)
#define MICROPY_HW_UART3_CTS (pin_D11)
#if MICROPY_HW_HAS_SWITCH == 0
// NOTE: A0 also connects to the user switch. To use UART4 you should
// NOTE: A0 also connects to the user switch. To use UART4 you should
// set MICROPY_HW_HAS_SWITCH to 0, and also remove SB20 (on the back
// of the board near the USER switch).
#define MICROPY_HW_UART4_TX (pin_A0)

2
ports/stm32/boards/STM32F769DISC/mpconfigboard.h

@ -85,7 +85,7 @@ extern struct _spi_bdev_t spi_bdev;
// LEDs
#define MICROPY_HW_LED1 (pin_J13) // red
#define MICROPY_HW_LED2 (pin_J5) // green
#define MICROPY_HW_LED2 (pin_J5) // green
#define MICROPY_HW_LED3 (pin_A12) // green
#define MICROPY_HW_LED_ON(pin) (mp_hal_pin_high(pin))
#define MICROPY_HW_LED_OFF(pin) (mp_hal_pin_low(pin))

2
ports/stm32/boards/stm32h743.ld

@ -10,7 +10,7 @@ MEMORY
FLASH_FS (r) : ORIGIN = 0x08020000, LENGTH = 128K /* sector 1, 128K */
FLASH_TEXT (rx) : ORIGIN = 0x08040000, LENGTH = 1792K /* sectors 6*128 + 8*128 */
DTCM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K /* Used for storage cache */
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 512K /* AXI SRAM */
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 512K /* AXI SRAM */
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288K
}

2
ports/stm32/boards/stm32l432_af.csv

@ -25,4 +25,4 @@ PortB,PB6,,LPTIM1_ETR,,,I2C1_SCL,,,USART1_TX,,TSC_G2_IO3,,,,SAI1_FS_B,TIM16_CH1N
PortB,PB7,,LPTIM1_IN2,,,I2C1_SDA,,,USART1_RX,,TSC_G2_IO4,,,,,,EVENTOUT,,COMP2_INM,
PortC,PC14,,,,,,,,,,,,,,,,EVENTOUT,,,
PortC,PC15,,,,,,,,,,,,,,,,EVENTOUT,,,
PortH,PH3,,,,,,,,,,,,,,,,EVENTOUT,,,
PortH,PH3,,,,,,,,,,,,,,,,EVENTOUT,,,

Can't render this file because it has a wrong number of fields in line 20.
Loading…
Cancel
Save