mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be done
This commit is contained in:
@@ -156,12 +156,24 @@
|
||||
#define BUTTON_SW4_BIT (1 << BUTTON_SW4)
|
||||
|
||||
/* Pin Multiplexing Disambiguation **************************************************/
|
||||
/* USARTs */
|
||||
|
||||
#define GPIO_UART1_CTS GPIO_UART1_CTS_1
|
||||
#define GPIO_UART1_RTS GPIO_UART1_RTS_1
|
||||
#define GPIO_UART1_RX GPIO_UART1_RX_1
|
||||
#define GPIO_UART1_TX GPIO_UART1_TX_1
|
||||
|
||||
/* Ethernet LEDs
|
||||
*
|
||||
* PK4/EN0RXD3/LED0
|
||||
* PK6/EN0TXD2/LED1
|
||||
* PF1/LED2
|
||||
*/
|
||||
|
||||
# define GPIO_EN0_LED0 GPIO_EN0_LED0_2
|
||||
# define GPIO_EN0_LED1 GPIO_EN0_LED1_2
|
||||
# define GPIO_EN0_LED2 GPIO_EN0_LED2_1
|
||||
|
||||
/************************************************************************************
|
||||
* Public Function Prototypes
|
||||
************************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user