summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * altos: Try IMU self-test 10 times before giving upKeith Packard2013-12-18
| | | | | | | | | | | | | | | | This should keep the device from failing to boot unless the IMU is actually broken. Oh, and if self test does fail, this places the flight computer in 'Invalid' state rather than panic. Signed-off-by: Keith Packard <keithp@keithp.com>
| * doc: Add tables describing AltOS beeps and flashesKeith Packard2013-12-18
| | | | | | | | | | | | Provide a convenient place to reference when listening to the device. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altos/stm: Semantic error in STM usb disable caused it to not workKeith Packard2013-12-18
| | | | | | | | | | | | | | The USB enable register wasn't actually getting rewritten with the enable bit turned off, so the USB device was still powered on in flight. Signed-off-by: Keith Packard <keithp@keithp.com>
* | update Debian standards version we claim compliance withBdale Garbee2013-12-18
|/
* update release docs to include option for submodulesBdale Garbee2013-12-18
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2013-12-18
|\
| * doc: typo in micropeak doc hole->holdKeith Packard2013-12-18
| |
| * doc: Update micropeak quick start guide to note new boost detectKeith Packard2013-12-18
| | | | | | | | | | | | Now waits for one minute and 30m of altitude change to avoid false detections. Signed-off-by: Keith Packard <keithp@keithp.com>
| * micropeak: Compile for java 6Keith Packard2013-12-18
| | | | | | | | | | | | Don't a require later version as not all target OSes support it Signed-off-by: Keith Packard <keithp@keithp.com>
| * Move pdclib build results to pdclib-rootKeith Packard2013-12-18
| | | | | | | | | | | | This makes pdclib easier to manage as a submodule Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Remove some debug printfsKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosdroid: Use altoslib standard voltages to control lightsKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Define 3.8 as a good battery and 3.5 as a good igniterKeith Packard2013-12-18
| | | | | | | | | | | | | | Use defined values everywhere instead of copying. Adjust battery up to 3.8 to ensure there's enough voltage to not trip the comparators Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: create eeprom download thread before telling monitor about itKeith Packard2013-12-18
| | | | | | | | | | | | | | Telling the monitor too early resulted in passing a null thread handle, which meant that 'cancel' wouldn't ever work. Signed-off-by: Keith Packard <keithp@keithp.com>
| * altoslib: Don't close telemetry reader at startup unless something failsKeith Packard2013-12-18
| | | | | | | | | | | | Was always closing the file, which led to very little telemetry being received. Signed-off-by: Keith Packard <keithp@keithp.com>
| * libaltos: Import newly build libaltos.dylibKeith Packard2013-12-18
| |
| * libaltos: remove usb id filtering from darwin codeKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * libaltos: fix test harness main typeKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * altosui: Add docs to Mac OS X dmg distributionKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | we're using packaged and local-to-our-tree ARM toolchain nowBdale Garbee2013-12-18
|/
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2013-12-18
|\
| * fix git: path for pdclibKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Use git: path for pdclibKeith Packard2013-12-18
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | a fresher changelog entry for test buildsBdale Garbee2013-12-18
| |
* | need to include the Cortex toolchainBdale Garbee2013-12-18
|/
* Ignore .dll files in libaltosKeith Packard2013-12-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: complain if st-flash is not availableKeith Packard2013-12-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: get stm-bringup building againKeith Packard2013-12-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Remove stale stm test apps from regular buildKeith Packard2013-12-18
|
* altos/stm: Update pdclib paths for flash-loader buildsKeith Packard2013-12-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: create target pdclib directories before buildingKeith Packard2013-12-18
|
* altos: Build pdclib locally if necessaryKeith Packard2013-12-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* include pdclib in wrong placeKeith Packard2013-12-18
|
* altosui: Hide non-applicable altimeter config valuesKeith Packard2013-12-18
| | | | | | This makes configuring EasyMini a lot easier... Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/lpc: Be a bit more resistant to toolchain section name changesKeith Packard2013-12-18
| | | | | | | Just add some wild cards on the ends of each section name in case the toolchain changes names in the future. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Pass InterruptedException up the stack instead of hiding itKeith Packard2013-12-18
| | | | | | | | | | When interrupting a thread that is talking to a serial device, it's important not to have that thread discard the InterruptedException so that it will actually terminate. This patch removes a bunch of places that were discarding InterruptedExceptions and lets higher level code see them so that they can exit cleanly. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Make TeleMega v0.1 work more like TeleMega v1.0Keith Packard2013-12-18
| | | | | | | | | | | I've still got one working v0.1 board which is useful for testing stuff, so make it work more like the released TeleMega: * Use E for drogue, F for main * Use on-chip eeprom for config * Fix ADC report printf to match Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Use all 16 bits of setup packet len when limiting reply lenKeith Packard2013-12-17
| | | | | | | | | We were only using the low 8 bits of the setup packet reply max len, which meant that if the other side sent a weird max len (as Windows 7 does), then we'd truncate our setup reply to whatever was in the low 8 bits of that value. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Add EasyMini bits to fat distribution images. Update telemetrum.infKeith Packard2013-12-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Publish images with HTML bitsKeith Packard2013-12-17
| | | | | | Otherwise the html won't render right. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Broke TeleMetrum GPS reporting by holding the GPS mutex too muchKeith Packard2013-12-17
| | | | | | | We can't hold the GPS mutex while waiting for the GPS receiver to load data as it protects the GPS data with the GPS mutex. Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: Add screen shots everywhereKeith Packard2013-12-17
| | | | | | This has screen shots of every dialog in altosui Signed-off-by: Keith Packard <keithp@keithp.com>
* Add altosui image and attempt to add launch photo to titleKeith Packard2013-12-17
|
* further documentation tweaksBdale Garbee2013-12-17
|
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2013-12-17
|\ | | | | | | | | Conflicts: doc/altusmetrum.xsl
| * doc: Add product pictures to manualKeith Packard2013-12-17
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
| * Keep tables together on a pageKeith Packard2013-12-17
| |
| * doc: Convert several more itemizedlists to variablelistsKeith Packard2013-12-17
| | | | | | | | | | | | When defining a term, use variablelist to pull the term out to the left. Signed-off-by: Keith Packard <keithp@keithp.com>
* | capture my changes so farBdale Garbee2013-12-17
|/
* Clean up reflashing section, include section on self-flash recoveryKeith Packard2013-12-16
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>