Revisions 0 to 10 in in which 'uart.c' was changed are listed below. These revisions are ancestors of the revision [4cc7246c..]. The "diff" links listed with each revision will show changes in 'uart.c' between that revision and [4cc7246c..].

4708 days ago: Use events to invoke menu handling on UART receive. We now have a basic
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Use events to invoke menu handling on UART receive. We now have a basic
main dispatch loop.
Date: Sat, 04 Jun 2011 19:41:12 GMT
4708 days ago: Change API for getch to make it the caller's responsibility to poll for
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: 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.
Date: Sat, 04 Jun 2011 19:28:59 GMT
4720 days ago: Use interrupts and buffer the UART receive side too.
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Use interrupts and buffer the UART receive side too.
Date: Mon, 23 May 2011 21:41:17 GMT
4721 days ago: Use interrupts and buffering for UART TX
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: * 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
Date: Sun, 22 May 2011 10:34:44 GMT
4722 days ago: Move UART code into its own file
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: * Move UART code into its own file
* Set up vectored interrupt controller
* Set up timer interrupt
Date: Sat, 21 May 2011 22:26:19 GMT