summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update changelogs for Debian builddebian/1.0.3Bdale Garbee2011-12-25
|
* Merge branch 'branch-1.0' of ssh://git.gag.com/scm/git/fw/altos into branch-1.01.0.3Bdale Garbee2011-12-25
|\
| * Add 1.0.3 release notes.Keith Packard2011-12-25
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | more notes on release notes in ReleasingBdale Garbee2011-12-25
|/
* mention release notes in Releasing file prep stageBdale Garbee2011-12-25
|
* don't try to link bluetooth libBdale Garbee2011-12-25
|
* don't try to include bluetooth headersBdale Garbee2011-12-25
|
* releasing 1.0.3Bdale Garbee2011-12-25
|
* altos: Create TeleMetrum v1.2 directoryKeith Packard2011-12-25
| | | | | | | | | | 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)
* lose the bluetooth lib dependency until it's relevantBdale Garbee2011-09-28
|
* update changelogs for Debian builddebian/1.0.2Bdale Garbee2011-09-28
|
* roll back Debian changelog to build for release1.0.2Bdale Garbee2011-09-28
|
* doc: Add 1.0.2 release notesKeith Packard2011-09-28
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: TM: Don't turn on packet slave mode until idle/invalid stateKeith Packard2011-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.0Bdale Garbee2011-09-27
|\
| * add run-time dependency on libjfreechart-javaBdale Garbee2011-09-27
| |
* | Bump to version 1.0.2Keith Packard2011-09-26
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | altos: Delay reboot by a second to avoid re-entering idle modeKeith Packard2011-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/altosBdale Garbee2011-09-24
|\
| * include 1.0.1 release notes in docsBdale Garbee2011-08-30
| |
* | include 1.0.1 release notes in docs, closes: #642705Bdale Garbee2011-09-24
|/
* update changelogs for Debian buildBdale Garbee2011-08-28
|
* more release process doc updatesBdale Garbee2011-08-26
|
* update release process docsBdale Garbee2011-08-26
|
* update changelogs for Debian builddebian/1.0.1Bdale Garbee2011-08-26
|
* roll back packaging changelog for rebuild1.0.1Bdale Garbee2011-08-26
|
* roll release notes version from 1.0 to 1.0.1Bdale Garbee2011-08-26
|
* ignore generated log fileBdale Garbee2011-08-26
|
* fix telemini firmware path nameBdale Garbee2011-08-26
|
* update changelogs for Debian buildBdale Garbee2011-08-26
|
* get ready for a 1.0.1 releaseBdale Garbee2011-08-26
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2011-08-26
|\
| * 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>
* | moving git-buildpackage config into .git/ since it is fairly specific toBdale Garbee2011-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 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>