lpc: Initial lpcxpresso bits
authorKeith Packard <keithp@keithp.com>
Thu, 18 Apr 2013 20:54:13 +0000 (15:54 -0500)
committerKeith Packard <keithp@keithp.com>
Fri, 17 May 2013 10:50:07 +0000 (03:50 -0700)
commitbcc65597d3d20f1d58df784100af766cee5f0f20
tree5967a48c5f841aa04a58881248e164c424d1121b
parent6735a391c2a1e3be01ac9e68b44ec0974592c11c
lpc: Initial lpcxpresso bits

This gets the LPC11U14 clock set to the PLL and blinks the LED.

Signed-off-by: Keith Packard <keithp@keithp.com>
15 files changed:
src/lpc/Makefile.defs [new file with mode: 0644]
src/lpc/altos.ld [new file with mode: 0644]
src/lpc/ao_arch.h [new file with mode: 0644]
src/lpc/ao_arch_funcs.h [new file with mode: 0644]
src/lpc/ao_interrupt.c [new file with mode: 0644]
src/lpc/ao_led_lpc.c [new file with mode: 0644]
src/lpc/ao_romconfig.c [new file with mode: 0644]
src/lpc/ao_serial_lpc.c [new file with mode: 0644]
src/lpc/ao_timer_lpc.c [new file with mode: 0644]
src/lpc/baud_rate [new file with mode: 0644]
src/lpc/figure-checksum [new file with mode: 0755]
src/lpc/lpc.h [new file with mode: 0644]
src/lpc/registers.ld [new file with mode: 0644]
src/lpcxpresso/Makefile [new file with mode: 0644]
src/lpcxpresso/ao_pins.h [new file with mode: 0644]