summaryrefslogtreecommitdiff
path: root/src/lpcxpresso/ao_demo.c
Commit message (Collapse)AuthorAge
* altos/lpc: Get USB workingKeith Packard2013-05-17
| | | | | | | The lpc demo now has a USB command line. Also allocates system stack so we know when ram is tight at build time Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lpc: Get USART runningKeith Packard2013-05-17
| | | | | | Adds a simple demo thread that spews data to the serial port Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lpc: Get 100Hz timer runningKeith Packard2013-05-17
| | | | | | Use systick, which is built into the ARM core Signed-off-by: Keith Packard <keithp@keithp.com>
* lpcxpresso: Add ao_demo.cKeith Packard2013-05-17
Kinda necessary for the demo to build Signed-off-by: Keith Packard <keithp@keithp.com>