From 6632282b4a86daae453187fa5d5bc1fb372b9c50 Mon Sep 17 00:00:00 2001 From: Malavika Sajikumar Date: Tue, 18 Jun 2019 08:15:01 -0700 Subject: [PATCH] Removing I2C and SPI pin names in SDP-K1 PinNames.h file. This is to ensure the use of Arduino pin names Dxx for I2C and SPI pins in programs written for SDP-K1 board. --- .../TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h index 7122a4dc50..ec97bd96cf 100644 --- a/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h +++ b/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h @@ -318,13 +318,6 @@ typedef enum { USBTX = STDIO_UART_TX, USBRX = STDIO_UART_RX, - // SPI and I2C pins on Arduino connector - SPI_CS = D10, - SPI_MOSI = D11, - SPI_MISO = D12, - SPI_SCK = D13, - I2C_SDA = D14, - I2C_SCL = D15, // Adding these signals for the SDP connector SDP_SPI_MOSI = PF_9, // SDP Connector for SPI lines