Part Number:OMAP-L138
Tool/software:TI-RTOS
In our application we are currently using the GPIO driver from biospsp_03_00_01_00\drivers\gpio\src which has functions such as Gpio_setPinDir, Gpio_setPinVal, Gpio_getPinVal, Gpio_open, Gpio_close
However the recent driver (e.g. pdk_omapl138_1_0_3\packages\ti\drv\gpio) does not have these functions instead it has functions: GPIO_setConfig, GPIO_read, GPIO_write.
Are there any migration guides or similar that detail the changes required for the application?
Thanks