I've ported the USB_API library from the Code Compiler studio into the Energia libraries, and created a wrapper based on the Energia
Serial example code. The USB port shows up in the Windows device manager it is in the HID section where it should be, but it doesn't
have a serial number or a serial string. The VID is the TI one along with a PID of 0x301 which should be OK.
Everything compiles without errors but something isn't getting baked in the mix.
Energia uses GCC, I think. Well at least I had to add #ifdefs to several of the modules to pull in GCC type definitions.
I used the USB descripter program to create the descriptor files, and they look identical to the one in the TI CCStudio example
directory. The TI example works and the USB shows up correctly in the windows device manger.
Can anyone point me at an answer, or at least a few clues?