summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* altos: re-order ao_task to match single-arch codeidentical-buildKeith Packard2011-08-26
| | | | | | | This is just for testing to make the new build match the old build exactly. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Integrate telescience supportKeith Packard2011-08-26
| | | | | | Adds a few drivers including an LCD driver Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: get avr-demo to build. Pull in AVR drivers and LCD driverKeith Packard2011-08-25
| | | | | | | This completes the basic task of making an AVR version of altos by getting the Teensy 'avr-demo' program to build. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooksKeith Packard2011-08-25
| | | | | | | | | | | | | | More arch-indepdency bits. GCC stdio is different from SDCC, so create suitable code in avr/ao_avr_stdio.c Create macros to initialize the task stack frame and save the task context. Add GCC/SDCC type definition compatibility macros Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: AVR changes - create ao_arch.h files, define ao_arch_rebootKeith Packard2011-08-25
| | | | | | | | Start pulling changes needed for avr port; architecture-specific code will live in <architcture>/ao_arch.h. This first change defines the ao_arch_reboot macro to reboot the microcontroller. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Restructure altos build to prepare for multi-arch supportKeith Packard2011-08-25
| | | | | | | | | | | | | | Split out sources into separate directories: core: architecture and product independent bits cc1111: cc1111-specific code drivers: architecture independent drivers product: product-specific sources and Makefile fragments util: scripts for building stuff This should have no effect on the built products, but testing is encouraged Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Clear callsign on initial config loadKeith Packard2011-08-25
| | | | | | | | | Before being written the first time, ao_config will get set to 0xff when the config storage is read. This leaves the tail of the callsign filled with invalid bytes. Zero the whole thing before loading the default callsign to make sure any extra bytes are set correctly. Signed-off-by: Keith Packard <keithp@keithp.com>
* update TeleMini turnon script now that we've made a stable firmware releaseBdale Garbee2011-08-25
|
* use multimaint-merge to make Debian changelogs less uglyBdale Garbee2011-08-25
|
* update changelogs for Debian builddebian/1.0Bdale Garbee2011-08-25
|
* add a postinst to remove sources.list.d fragment delivered by old private1.0Bdale Garbee2011-08-25
| | | | versions of this package, no longer needed once we have official packages
* really, I mean it, no longer deliver the sources.list fragmentBdale Garbee2011-08-25
|
* we need a main category in the desktop fileBdale Garbee2011-08-25
|
* update desktop file for consistency with package sectionBdale Garbee2011-08-25
|
* rewind packaging changelog to last tagged versionBdale Garbee2011-08-25
|
* ao-view is no longer included in the altos package, so have the old-styleBdale Garbee2011-08-25
| | | | Debian menu entry point to altosui instead
* changes in preparation for upload to DebianBdale Garbee2011-08-25
|
* don't deliver sources.list fragment in official Debian packagesBdale Garbee2011-08-25
|
* prepare to releaseBdale Garbee2011-08-25
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-25
|\ | | | | | | | | Conflicts: doc/altusmetrum.xsl
| * doc: Remove duplicate documentation about max flight logKeith Packard2011-08-24
| | | | | | | | | | | | | | This was described in detail in both the System Operation and AltosUI chapters. Remove the duplicate from the AltosUI chapter. Signed-off-by: Keith Packard <keithp@keithp.com>
| * Merge remote-tracking branch 'origin/master'Keith Packard2011-08-24
| |\
| * | doc: Describe max flight log, ignite mode and pad orientationKeith Packard2011-08-24
| | | | | | | | | | | | | | | | | | These describe what these configuration parmaeters do, not how to set them. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | more tweaksBdale Garbee2011-08-25
| |/ |/|
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\| | | | | | | | | Conflicts: doc/altusmetrum.xsl
| * doc: Move the remaining command-mode descriptions to the appendixKeith Packard2011-08-24
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | tweak tweak tweakBdale Garbee2011-08-24
|/
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * doc: Updating Firmware is now a separate chapterKeith Packard2011-08-24
| | | | | | | | | | | | The Flash Image paragraph references it, change the reference wording. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Move updating device firmware section to separate chapterKeith Packard2011-08-24
| | | | | | | | | | | | | | This isn't central to operation of the devices, so move it out to a separate chapter Signed-off-by: Keith Packard <keithp@keithp.com>
* | more changesBdale Garbee2011-08-24
|/
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * doc: use 'radio link' to refer to packet command modeKeith Packard2011-08-24
| | | | | | | | | | | | | | Make sure 'radio link' doesn't refer to telemetry and eliminate use of 'RF link' and other similar but not identical phrases. Signed-off-by: Keith Packard <keithp@keithp.com>
* | more tweakingBdale Garbee2011-08-24
|/
* more tweaksBdale Garbee2011-08-24
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * doc: Move Packet Command Mode section to System Operations chapterKeith Packard2011-08-24
| | | | | | | | | | | | It makes far more sense here. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Describe packet command mode a bit better.Keith Packard2011-08-24
| | | | | | | | | | | | | | | | Include comments about TeleMini in the introduction, and then explain a bit better what the best method of reliably initiating packet command mode are (start operation, then boot telemini). Signed-off-by: Keith Packard <keithp@keithp.com>
* | more doc tweaksBdale Garbee2011-08-24
|/
* more doc tweakingBdale Garbee2011-08-24
|
* doc: Document pad-mode 'on-board data logging' indicatorKeith Packard2011-08-24
| | | | | | There wasn't any documentation for this field in the 'Launch Pad' tab. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Spelling corrections in altusmetrum.xslKeith Packard2011-08-24
| | | | | | Lots of minor spelling errors. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc tweaks through chap 3Bdale Garbee2011-08-24
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-24
|\
| * altos/windows: Get latest JRE 1.6 version (Version 6 update 27)Keith Packard2011-08-24
| | | | | | | | | | | | No reason to download stale java bits. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Make flight monitor font size configurableKeith Packard2011-08-24
| | | | | | | | | | | | | | Tiny netbooks aren't tall enough for the 'usual' font size, so provide a smaller option. Then provide a bigger option, just because. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Don't trust companion telemetry record 'channels' countKeith Packard2011-08-24
| | | | | | | | | | | | | | It can be bogus, allowing the code to walk off the end of the allocated data array. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update changelogs for Debian buildBdale Garbee2011-08-24
| |
* | prepare for another rebuild0.9.7.1Bdale Garbee2011-08-24
| |
* | add pkg-config to the build depsBdale Garbee2011-08-24
| |