en-us Changes to file uart.c (from [a39fe798..]) http://mtn.coolfactor.org/viewmtn.py/revision/filechanges/a39fe7980c8f14b70401f4c97f3e10232dce016a/uart.c Changes to file uart.c (from [a39fe798..]) http://mtn.coolfactor.org/viewmtn.py/revision/info/68c54ace6787b0823a233e780455f7371665a228 Change API for getch to make it the caller's responsibility to poll for Change API for getch to make it the caller's responsibility to poll for
input, allowing it to do other stuff if it wants to.
gavan@coolfactor.org Sat, 04 Jun 2011 19:28:59 GMT
http://mtn.coolfactor.org/viewmtn.py/revision/info/a2621a92a8c03a907239e78df69f38370d023a70 Use interrupts and buffer the UART receive side too. Use interrupts and buffer the UART receive side too. gavan@coolfactor.org Mon, 23 May 2011 21:41:17 GMT http://mtn.coolfactor.org/viewmtn.py/revision/info/cbddc8b347cfe68cf634efaf314c99652ed27527 Use interrupts and buffering for UART TX * Use interrupts and buffering for UART TX
* Set up P0.26 as an output, driving the on-board LED
* Toggle the LED while waiting for UART input to demonstrate activity
gavan@coolfactor.org Sun, 22 May 2011 10:34:44 GMT
http://mtn.coolfactor.org/viewmtn.py/revision/info/961b04ddb07ba2b5dd6bccfa66a03e442e40d8f0 Move UART code into its own file * Move UART code into its own file
* Set up vectored interrupt controller
* Set up timer interrupt
gavan@coolfactor.org Sat, 21 May 2011 22:26:19 GMT