Library to access LPC17xx peripherals. It uses static inline functions, constant propagation and dead code elimination to be as fast as possible.

Dependents:   Chua-VGA Wolfram-1D-VGA WolframRnd-1D-VGA Basin-VGA ... more

Committer:
Ivop
Date:
Wed Jan 04 01:42:56 2012 +0000
Revision:
2:148b9af2b336
Parent:
0:7a91348b4a02
fixed bug in fl_uart_send_byte. thanks to smayr for finding it

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Ivop 0:7a91348b4a02 1 /* on a "need to have" basis :)
Ivop 0:7a91348b4a02 2 *
Ivop 0:7a91348b4a02 3 * adc
Ivop 0:7a91348b4a02 4 * can
Ivop 0:7a91348b4a02 5 * dac
Ivop 0:7a91348b4a02 6 * ethernet
Ivop 0:7a91348b4a02 7 * external interrupts
Ivop 0:7a91348b4a02 8 * i2c
Ivop 0:7a91348b4a02 9 * mcpwm
Ivop 0:7a91348b4a02 10 * mpu (memory protection unit)
Ivop 0:7a91348b4a02 11 * quadrature encoder interface
Ivop 0:7a91348b4a02 12 * repetitive interrupt timer
Ivop 0:7a91348b4a02 13 * spi
Ivop 0:7a91348b4a02 14 * ssp
Ivop 0:7a91348b4a02 15 * system timer (systick)
Ivop 0:7a91348b4a02 16 * timer
Ivop 0:7a91348b4a02 17 * usb
Ivop 0:7a91348b4a02 18 * watchdog timer
Ivop 0:7a91348b4a02 19 *
Ivop 0:7a91348b4a02 20 */