Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altos: Create TeleMetrum v1.2 directorybranch-1.0 | Keith Packard | 2011-12-24 |
| | | | | | | | | | | The hardware is software-compatible with v1.1, but it's nice to have the right version number in all of the files. Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit eff8611e3eb19853b06acfcd7e978c9046cd5f78) (this is quite different from the master version which is multi-arch) | ||
* | doc: Add 1.0.2 release notes | Keith Packard | 2011-09-28 |
| | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altos: TM: Don't turn on packet slave mode until idle/invalid state | Keith Packard | 2011-09-27 |
| | | | | | | | | Leave the packet link disabled until we've checked the accelerometer. That way, we cannot accidentally get to idle mode when the rocket is on the rail. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Merge branch 'master' into branch-1.0 | Bdale Garbee | 2011-09-27 |
|\ | |||
| * | add run-time dependency on libjfreechart-java | Bdale Garbee | 2011-09-27 |
| | | |||
* | | Bump to version 1.0.2 | Keith Packard | 2011-09-26 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | altos: Delay reboot by a second to avoid re-entering idle mode | Keith Packard | 2011-09-26 |
|/ | | | | | | | | | | | | | TM and Tm go into idle mode if they receive a packet after boot time. When tebooting the device over the packet link, the packet master would be (rapidly) polling the device for additional data and so the device would invariably receive a packet during bootup and go into idle mode again. Delay the reboot by a second to give the controller time to disable the master end of the packet link. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2011-09-24 |
|\ | |||
| * | include 1.0.1 release notes in docs | Bdale Garbee | 2011-08-30 |
| | | |||
* | | include 1.0.1 release notes in docs, closes: #642705 | Bdale Garbee | 2011-09-24 |
|/ | |||
* | update changelogs for Debian build | Bdale Garbee | 2011-08-28 |
| | |||
* | more release process doc updates | Bdale Garbee | 2011-08-26 |
| | |||
* | update release process docs | Bdale Garbee | 2011-08-26 |
| | |||
* | update changelogs for Debian builddebian/1.0.1 | Bdale Garbee | 2011-08-26 |
| | |||
* | roll back packaging changelog for rebuild1.0.1 | Bdale Garbee | 2011-08-26 |
| | |||
* | roll release notes version from 1.0 to 1.0.1 | Bdale Garbee | 2011-08-26 |
| | |||
* | ignore generated log file | Bdale Garbee | 2011-08-26 |
| | |||
* | fix telemini firmware path name | Bdale Garbee | 2011-08-26 |
| | |||
* | update changelogs for Debian build | Bdale Garbee | 2011-08-26 |
| | |||
* | get ready for a 1.0.1 release | Bdale Garbee | 2011-08-26 |
| | |||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2011-08-26 |
|\ | |||
| * | altos: Clear callsign on initial config load | Keith Packard | 2011-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> | ||
* | | moving git-buildpackage config into .git/ since it is fairly specific to | Bdale Garbee | 2011-08-26 |
|/ | | | | Bdale's build environment, and doesn't need to be in the source package | ||
* | update TeleMini turnon script now that we've made a stable firmware release | Bdale Garbee | 2011-08-25 |
| | |||
* | use multimaint-merge to make Debian changelogs less ugly | Bdale Garbee | 2011-08-25 |
| | |||
* | update changelogs for Debian builddebian/1.0 | Bdale Garbee | 2011-08-25 |
| | |||
* | add a postinst to remove sources.list.d fragment delivered by old private1.0 | Bdale Garbee | 2011-08-25 |
| | | | | versions of this package, no longer needed once we have official packages | ||
* | really, I mean it, no longer deliver the sources.list fragment | Bdale Garbee | 2011-08-25 |
| | |||
* | we need a main category in the desktop file | Bdale Garbee | 2011-08-25 |
| | |||
* | update desktop file for consistency with package section | Bdale Garbee | 2011-08-25 |
| | |||
* | rewind packaging changelog to last tagged version | Bdale Garbee | 2011-08-25 |
| | |||
* | ao-view is no longer included in the altos package, so have the old-style | Bdale Garbee | 2011-08-25 |
| | | | | Debian menu entry point to altosui instead | ||
* | changes in preparation for upload to Debian | Bdale Garbee | 2011-08-25 |
| | |||
* | don't deliver sources.list fragment in official Debian packages | Bdale Garbee | 2011-08-25 |
| | |||
* | prepare to release | Bdale Garbee | 2011-08-25 |
| | |||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2011-08-25 |
|\ | | | | | | | | | Conflicts: doc/altusmetrum.xsl | ||
| * | doc: Remove duplicate documentation about max flight log | Keith Packard | 2011-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 Packard | 2011-08-24 |
| |\ | |||
| * | | doc: Describe max flight log, ignite mode and pad orientation | Keith Packard | 2011-08-24 |
| | | | | | | | | | | | | | | | | | | These describe what these configuration parmaeters do, not how to set them. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | | more tweaks | Bdale Garbee | 2011-08-25 |
| |/ |/| | |||
* | | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2011-08-24 |
|\| | | | | | | | | | Conflicts: doc/altusmetrum.xsl | ||
| * | doc: Move the remaining command-mode descriptions to the appendix | Keith Packard | 2011-08-24 |
| | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | | tweak tweak tweak | Bdale Garbee | 2011-08-24 |
|/ | |||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2011-08-24 |
|\ | |||
| * | doc: Updating Firmware is now a separate chapter | Keith Packard | 2011-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 chapter | Keith Packard | 2011-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 changes | Bdale Garbee | 2011-08-24 |
|/ | |||
* | Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos | Bdale Garbee | 2011-08-24 |
|\ | |||
| * | doc: use 'radio link' to refer to packet command mode | Keith Packard | 2011-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 tweaking | Bdale Garbee | 2011-08-24 |
|/ |