I used the 1758 version (Seems abandoned in favour for the 1768) but removed ethernet and redrew the layout using more hole-mounted components to make it easier to mount, probe and re-wire.
I will add the schematic and board files someday, hopefully soon...
The result:
Features:
- LPC1758 clocked at 12.5MHz internally "PLLed" to up to 100MHz
- JTAG-connector, can be used for programming and debugging
- SD-card slot (verified working using M. Thomas Chan's FatFs port)
- USB-port (verified working using CMSIS USB mass storage device example)
- Access to all pins of the chip
The GNU toolchain I use is the arm-none-eabi lite edition of G++ from Codesourcery.
As an IDE I use Eclipse. Stepping through C and assembler code works like a charm. I think I used these instructions to get it working.