From 96dd2a254a8f289dd65b8e9009eea3e39b0313c4 Mon Sep 17 00:00:00 2001 From: Alonof Date: Thu, 15 Mar 2018 15:53:44 +0200 Subject: [PATCH] Add Dragonfly SPI pins --- config/mbed_lib.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mbed_lib.json b/config/mbed_lib.json index b962117dc3..a51e2ff0d1 100644 --- a/config/mbed_lib.json +++ b/config/mbed_lib.json @@ -150,6 +150,12 @@ "SPI_MISO": "PTE1", "SPI_CLK": "PTE2", "SPI_CS": "PTE4" + }, + "MTB_MTS_DRAGONFLY": { + "SPI_MOSI": "SPI2_MOSI", + "SPI_MISO": "SPI2_MISO", + "SPI_CLK": "SPI2_SCK", + "SPI_CS": "SPI_CS2" } } }