boards: stm32l562_dk: Add spi on arduino header
It adds Arduino SPI support Signed-off-by: Luc Viala <lviala@zaack.io>
This commit is contained in:
parent
a0b7f26814
commit
1bc36323e2
5 changed files with 13 additions and 0 deletions
|
@ -197,6 +197,7 @@ Default Zephyr Peripheral Mapping:
|
|||
- USART_1 TX/RX : PA9/PA10
|
||||
- I2C_1 SCL/SDA : PB6/PB7
|
||||
- SPI_1 SCK/MISO/MOSI : PG2/PG3/PG4 (BT SPI bus)
|
||||
- SPI_3 NSS/SCK/MISO/MOSI : PE0/PG9/PB4/PB5 (Arduino SPI)
|
||||
- USER_PB : PC13
|
||||
- LD10 : PG12
|
||||
- PWM_2_CH1 : PA0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue