Tool/software: TI-RTOS
I am upgrading from TI-RTOS 2.14.04.313 to 2.16.01.14
I understand there were changes in some of the config file commands, specifically my question is moving:
var TIRTOS = xdc.useModule('ti.tirtos.TIRTOS'); TIRTOS.useSPI = true; TIRTOS.useGPIO = true;
to the new format.
from
and here:
I found the replacement for the TI-RTOS line, but is there an equivalent for enabling SPI and GPIO?
Thanks.