Skip to content

Commit

Permalink
Merge pull request ARMmbed#95 from ARMmbed/add_nucleo_f411re
Browse files Browse the repository at this point in the history
Add Nucleo F411RE config
  • Loading branch information
Deepika authored May 7, 2018
2 parents f9c33ca + 0be3290 commit 08a7c1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 08a7c1b

Please sign in to comment.