We have recently updated to TivaWare C Series 1.0 through TI RTOS 1.10.00.23 ... after fixing all things necessary for the transition I noticed that I am still missing a few #defines from driverlib/pin_map.h for UART1. According to the datasheet for the processor, UART1 is allowed to be mapped onto the pins we have defined.
Below is a list of the undefined symbols which were previously defined in this file:
#20 identifier "GPIO_PF3_U1DSR" is undefined
#20 identifier "GPIO_PF1_U1CTS" is undefined
#20 identifier "GPIO_PF4_U1DTR" is undefined
#20 identifier "GPIO_PC5_U1TX" is undefined
#20 identifier "GPIO_PF0_U1RTS" is undefined
#20 identifier "GPIO_PC4_U1RX" is undefined
Any idea where to find these? Is this a known problem? Am I missing something obvious?