If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
SysConfig generates the driver configurations into the ti_drivers_config.c and ti_drivers_config.h files. Information on pins and resources used is present in both generated files. The SysConfig user interface can also be utilized to determine pins and resources used.
•CONFIG_GPIO_LED_0 - Indicates that the board was initialized within mainThread() also toggled by CONFIG_GPIO_BUTTON_0
•CONFIG_GPIO_LED_1 - Toggled by CONFIG_GPIO_BUTTON_1
•CONFIG_GPIO_BUTTON_0 - Toggles CONFIG_GPIO_LED_0
•CONFIG_GPIO_BUTTON_1 - Toggles CONFIG_GPIO_LED_1