Merge pull request #95 from ARMmbed/add_nucleo_f411re

Add Nucleo F411RE config
pull/7774/head
Deepika 2018-05-07 09:42:14 -05:00 committed by GitHub
commit 08a7c1bbec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@
"SPI_CLK": "p13",
"SPI_CS": "p14"
},
"NUCLEO_F411RE": {
"SPI_MOSI": "PC_3",
"SPI_MISO": "PC_2",
"SPI_CLK": "PC_7",
"SPI_CS": "PB_9"
},
"NUCLEO_F429ZI": {
"SPI_MOSI": "PC_12",
"SPI_MISO": "PC_11",