summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump version to 1.0.9.41.0.9.4Keith Packard2012-03-28
* altos: Add ao_freq.c to megametrum buildKeith Packard2012-03-28
* stm-demo does not use altitude.hKeith Packard2012-03-28
* Use -Os for STM apps. Fix altos.ld to matchall .rodata* sectionsKeith Packard2012-03-28
* Get config stuff hooked up for MegaMetrumKeith Packard2012-03-28
* Add preliminary MegaMetrum v0.1 supportKeith Packard2012-03-28
* Use new Makefile.defs in stm-demoKeith Packard2012-03-28
* Use 16-bits for STM32 LED mask. Export serial I/O functionsKeith Packard2012-03-28
* Allow skytraq to be on non-default serial portKeith Packard2012-03-28
* Allow for more than 8 LEDsKeith Packard2012-03-28
* Clean up STM build by moving common defs to Makefile.defsKeith Packard2012-03-28
* Make stm-demo display a scrolling messageKeith Packard2012-03-28
* Flush LCD changes each time the text is updatedKeith Packard2012-03-28
* Automatically set ALTERNATE pin mode when setting alternate functionKeith Packard2012-03-28
* Allow any STM usart to be used for stdioKeith Packard2012-03-28
* Allow for more than one serial port in core AltOSKeith Packard2012-03-28
* Move LCD string output code to ao_lcd_font.cKeith Packard2012-03-28
* Add LCD device driver to STM32L portKeith Packard2012-03-28
* Add defines for LCD controller and RTC clockingKeith Packard2012-03-28
* Actually enable usarts with the new usart codeKeith Packard2012-03-28
* Clean up multiple serial port support for STM32LKeith Packard2012-03-28
* Add support for multiple serial ports on STM32LKeith Packard2012-03-28
* Save/restore PRIMASK register on Cortex-M3Keith Packard2012-03-28
* Don't disable interrupts before saving interrupt flag on AVRKeith Packard2012-03-28
* Add .gitignore file to stm-bringupKeith Packard2012-03-28
* Fix STM LED driver and blink LEDs on discovery boardKeith Packard2012-03-28
* Basic OS running on STM32LKeith Packard2012-03-28
* Add AO_PANIC_STACKKeith Packard2012-03-28
* When debugging, send ao_panic message to ao_debug_outKeith Packard2012-03-28
* When debugging, send pre-init output to ao_debug_outKeith Packard2012-03-28
* Incorrect type in ao_task_info for wchanKeith Packard2012-03-28
* Add stm-demo programKeith Packard2012-03-28
* These were moved to the src/stm directoryKeith Packard2012-03-28
* Add stm bringup timers and move most of the setup code to the stm dirKeith Packard2012-03-28
* Add STM platform and stm-bringup demo programKeith Packard2012-03-28
* Add example STM32L programsKeith Packard2012-03-28
* 'stdin' is a special name in some compiler environments, don't use it.Keith Packard2012-03-28
* altosui: Disable launch controller buttonKeith Packard2012-03-28
* altosui: Add Configure Ground Station dialog (trac #29)Keith Packard2012-03-28
* altos: Make sure config values are loaded in 'c s' commandKeith Packard2012-03-28
* altosui: Sanity check values from device configurationKeith Packard2012-03-27
* altos: Reset config version if it's too large as wellKeith Packard2012-03-27
* altosui: Make 'monitor idle' work with older TeleMetrum firmware (trac #28)Keith Packard2012-03-27
* altosui: Mark data 'Age' in monitor idle UI tooKeith Packard2012-03-27
* altosui: Catch attempt to set radio frequency to 0.0 -- use defaultKeith Packard2012-03-27
* altosui: Find actual landing time when computing stats (trac #23)Keith Packard2012-03-27
* altosui: Change flight data saving UI to separate download/delete selectionsKeith Packard2012-03-27
* altos: Optimize ao_freq_to_set a bitKeith Packard2012-03-27
* altosui: Show only supported telemetry versionKeith Packard2012-03-27
* altosui: Configure radio with new direct frequency settingKeith Packard2012-03-27