Hello,
I have installed TI-RTOs version 1.10.0.23 in my Windows XP.
In TI folder,
at path C:\ti\tirtos_1_10_00_23\packages\ti\drivers, I see the files GPIO.h, UART.h, I2C.h, EMAC.h, USB.h..alll files in big letters.
at path C:\ti\tirtos_1_10_00_23\products\MWare_v200a\MWare\driverlib, I see the files gpio.h, uart.h, i2c.h, emac.h, usb.h...all files in small letters.
The contents of the files are also different.
My question is why file with same name is with big letters at ...\ti\drivers and with small letters at ...\Mware\driverlib.?
Both are having macros to execute something. So what is technical differnece between i.e. gpio.c and GPIO.c?
Thanks in advance
/Priyank Soni