Skip to content

Commit 4b3cddf

Browse files
authored
Merge pull request #12744 from heejungPark/master
Change files in TARGET_SDT64B
2 parents b1ce678 + 7cb2344 commit 4b3cddf

File tree

5 files changed

+394
-234
lines changed

5 files changed

+394
-234
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/TARGET_SDT64B/PeripheralNames.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
extern "C" {
2323
#endif
2424

25+
typedef enum {
26+
GPIO_X = 0, // dummy peripheral used instead of GPIO_A..GPIO_E
27+
} GPIOName;
28+
2529
typedef enum {
2630
OSC32KCLK = 0,
2731
} RTCName;
@@ -32,7 +36,6 @@ typedef enum {
3236
UART_2 = 2,
3337
UART_3 = 3,
3438
UART_4 = 4,
35-
UART_5 = 5,
3639
} UARTName;
3740

3841
#define STDIO_UART_TX USBTX
@@ -124,7 +127,7 @@ typedef enum {
124127
DAC_0 = 0
125128
} DACName;
126129

127-
130+
#define DEVICE_SPI_COUNT 3
128131
typedef enum {
129132
SPI_0 = 0,
130133
SPI_1 = 1,

0 commit comments

Comments
 (0)