LPC-P1343 USB:
Versions: 060 (distribution).
The binary file for the Olimex LPC-P1343 board in the Armpit Scheme 060 distribution
does not enumerate properly on the USB interface.
It uses USB code from the LPC_1700 mcu_specific directory (file usb.s) but
the code is missing a switch to add literals at the end of the file.
This is easily fixed by adding the following statements at the end of the
mcu_specific/LPC_1700/usb.s file:
.ifdef LPC_13xx
.ltorg
.endif
and re-assembling with: ./buildarmpit 060 LPC_1300 LPC_P1343 (see file: buildarmpit).
The resulting, updated, binary file is here.