Skip to content

Commit fcd1bc9

Browse files
Keyur HariyaKeyur Hariya
authored andcommitted
Add default defines for MAX32625PICO
1 parent 04ae15a commit fcd1bc9

File tree

1 file changed

+14
-0
lines changed
  • targets/TARGET_Maxim/TARGET_MAX32625/TARGET_MAX32625PICO_BASE

1 file changed

+14
-0
lines changed

targets/TARGET_Maxim/TARGET_MAX32625/TARGET_MAX32625PICO_BASE/PinNames.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,20 @@ typedef enum {
119119
SPI2_MISO = P2_6,
120120
SPI2_SS = P2_7,
121121

122+
// Default peripherals defines
123+
I2C_SCL = I2C0_SCL,
124+
I2C_SDA = I2C0_SDA,
125+
126+
UART_RX = UART0_RX,
127+
UART_TX = UART0_TX,
128+
UART_CTS = UART0_CTS,
129+
UART_RTS = UART0_RTS,
130+
131+
SPI_SCK = SPI0_SCK,
132+
SPI_MOSI = SPI0_MOSI,
133+
SPI_MISO = SPI0_MISO,
134+
SPI_SS = SPI0_SS,
135+
122136
// Not connected
123137
NC = NOT_CONNECTED
124138
} PinName;

0 commit comments

Comments
 (0)