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

4224 days ago: Improve handling of arming, providing LED blink codes if the arming fails.
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Improve handling of arming, providing LED blink codes if the arming fails.
Also, implement a software watchdog to make sure that the main real-time
modules are actually being run. Provide a panic facility, also giving blink
codes to indicate the panic reason.
Date: Sat, 22 Sep 2012 12:08:07 GMT
4247 days ago: Let's have an LED driving module so that we can output different patterns for
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Let's have an LED driving module so that we can output different patterns for
status indications etc.
Date: Thu, 30 Aug 2012 14:04:33 GMT
4247 days ago: Lots of development of new features. Radio input, motor output, PID control
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Lots of development of new features. Radio input, motor output, PID control
loops, boot-time initialisation, option to run without attached UART.
And.. it flies!
Date: Thu, 30 Aug 2012 12:42:38 GMT
4547 days ago: Take interleaved accelerometer and gyro readings, and integrate them into
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Take interleaved accelerometer and gyro readings, and integrate them into
a single attitude estimation.
A bunch of debug stuff, too.
Date: Fri, 04 Nov 2011 12:47:16 GMT
4574 days ago: Track gyro using a DCM.
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Track gyro using a DCM.
This brings in an implementation of some general matrix manipulation routines,
not all of which are used at teh moment.
Output the DCM on the UART at 50Hz for the host to display it usefully.
Date: Fri, 07 Oct 2011 23:39:28 GMT
4699 days ago: No point in calling event_dispatch() from the menu any more.
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: No point in calling event_dispatch() from the menu any more.
Date: Sat, 04 Jun 2011 20:57:13 GMT
4699 days ago: Use the timer to kick off WMP readings regularly.
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: Use the timer to kick off WMP readings regularly.
Date: Sat, 04 Jun 2011 20:56:20 GMT
4699 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
4699 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
4700 days ago: Make total stack size available as a symbol
view file | diff | revision info | browse files
Author: gavan@coolfactor.org
Changelog: * Make total stack size available as a symbol
* Implement SWI handler to enable/disable interrupts
* Implement event system to deal with kicking non-interrupt code
Date: Fri, 03 Jun 2011 21:22:01 GMT