PSAS/ LPC2148Software/ Links
  1. USB (General)
  2. LPC2148 USB Driver examples
  3. Linux USB documentation
  4. Microcontroller
    1. SparkFun forums
    2. LPC2000 Yahoo Group
  5. RTOS
    1. eCos

USB (General)

LPC2148 USB Driver examples

All three USB driver examples don't include a makefile. The IAR and Olimex boards are probably missing a file (or a constant is misspelled) since there is no declaration of "ENDPINTS" anywhere but in one line of code. The hex file shipped with the doesn't work (see report under "Done" section). Keil example is a special USB device that mascarades as a HID device. It requires a "custom windows app" to control the LEDs on the board. On first glance, it seems unusable in Linux.

Linux USB documentation

The Linux Cross Reference allows you to browse through the Linux kernel source code, and contains hyper links to declarations, references, etc. The documentation directory for USB might be helpful.

Microcontroller

SparkFun forums

LPC2000 Yahoo Group

RTOS

Info about real-time operating systems can be found here

eCos