summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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>
* ao-tools: Use st-flash for STM flashing instead of openocdKeith Packard2013-12-14
| | | | | | | st-flash, from the stlink tools, appears more reliable when flashing STM CPUs. Signed-off-by: Keith Packard <keithp@keithp.com>
* add serial number to ao-usbload call, pass SERIAL to cal-freqBdale Garbee2013-12-14
|
* temporarily force stlink location in debian/rules to allow complete buildBdale Garbee2013-12-13
|
* java: Missed libaltos java compile flags from previous patchKeith Packard2013-12-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* java: Add -target 1.6 to all java compilesKeith Packard2013-12-10
| | | | | | This makes sure the results can run with the old JVM Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Remove ARM .ihx files on 'make clean'Keith Packard2013-12-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.3 in preparation for releaseKeith Packard2013-12-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* doc: More altusmetrum.xsl updates for 1.3Keith Packard2013-12-10
| | | | | | Spell checking even Signed-off-by: Keith Packard <keithp@keithp.com>
* debian: .ihx and .map files are left in subdirs nowKeith Packard2013-12-09
| | | | | | Install them from the right place Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Ship TeleMega-v1.0 firmwareKeith Packard2013-12-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-bringup: Add turnon_telemega scriptKeith Packard2013-12-09
| | | | | | And a few helper programs Signed-off-by: Keith Packard <keithp@keithp.com>
* altos: Rename telemega-v0.3 to telemega-v1.0Keith Packard2013-12-09
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>