I was trying to implement a USB keyboard on LPC1343 using the ROM based HID driver when I came across some information on the internet which stated that the ROM based HID driver is very limited in terms of flexibility and using it for a keyboard project is not feasible. I took a look at the open source LPCUSBlib but it seems that it does not support LPC1343 (although it works on LPC1347).
I wanted to know if there are any other open source / free USB stacks for the LPC1343 which I can use for my HID keyboard project? I could have spent some time to look into the possibility of porting the LPCUSBlib to the LPC1343 but I do not have much time.
P.S.: I am using a custom LPC1343 based hardware and LPCXpresso IDE for my development