Tiva Ethernet: Update Ethernet intializaiton logic. Still things to be done
This commit is contained in:
parent
9c74f502d6
commit
47480b4696
@ -156,12 +156,24 @@
|
|||||||
#define BUTTON_SW4_BIT (1 << BUTTON_SW4)
|
#define BUTTON_SW4_BIT (1 << BUTTON_SW4)
|
||||||
|
|
||||||
/* Pin Multiplexing Disambiguation **************************************************/
|
/* Pin Multiplexing Disambiguation **************************************************/
|
||||||
|
/* USARTs */
|
||||||
|
|
||||||
#define GPIO_UART1_CTS GPIO_UART1_CTS_1
|
#define GPIO_UART1_CTS GPIO_UART1_CTS_1
|
||||||
#define GPIO_UART1_RTS GPIO_UART1_RTS_1
|
#define GPIO_UART1_RTS GPIO_UART1_RTS_1
|
||||||
#define GPIO_UART1_RX GPIO_UART1_RX_1
|
#define GPIO_UART1_RX GPIO_UART1_RX_1
|
||||||
#define GPIO_UART1_TX GPIO_UART1_TX_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
|
* Public Function Prototypes
|
||||||
************************************************************************************/
|
************************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user