Skip to content

Commit 345d950

Browse files
author
Deepika
authored
Merge pull request ARMmbed#88 from ARMmbed/TARGET_MTB_MTS_DRAGONFLY
Add Dragonfly SPI pins
2 parents 0db289d + 16d2120 commit 345d950

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/mbed_lib.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@
144144
"SPI_CLK": "PTE2",
145145
"SPI_CS": "PTE4"
146146
},
147+
"MTB_MTS_DRAGONFLY": {
148+
"SPI_MOSI": "SPI2_MOSI",
149+
"SPI_MISO": "SPI2_MISO",
150+
"SPI_CLK": "SPI2_SCK",
151+
"SPI_CS": "SPI_CS2"
152+
},
147153
"TB_SENSE_12": {
148154
"SPI_MOSI": "PC6",
149155
"SPI_MISO": "PC7",

0 commit comments

Comments
 (0)