summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | add run-time dependency on libjfreechart-javaBdale Garbee2011-09-27
| | |
| * | 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
| |\
| * | 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
* | | altos: Debug code for telepyro doesn't fit in telescienceKeith Packard2011-09-23
| | | | | | | | | | | | | | | | | | Just too many strings. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Dump test conversion of ADC0Keith Packard2011-09-21
| | |
* | | Dump ADC registersKeith Packard2011-09-21
| | |
* | | altos: Fix make-kalman to run under dashKeith Packard2011-09-21
| | | | | | | | | | | | | | | | | | Dash can't deal with >&, so use the old-school > file 2>&1 Signed-off-by: Keith Packard <keithp@keithp.com>
* | | fix bashism that prevents building with /bin/sh->/bin/dashBdale Garbee2011-09-21
| | |
* | | add missing sense_h entry in TelePyro tableBdale Garbee2011-09-21
| | |
* | | altos: missing ao_log_single.cKeith Packard2011-09-21
| | | | | | | | | | | | | | | | | | Neglected to add this file. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Add TelePyro v0.1 supportKeith Packard2011-09-21
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Support staging by going back to boost as neededKeith Packard2011-09-21
| | | | | | | | | | | | | | | | | | | | | Detect additional motor burns by looking for high positive acceleration in coast or fast modes. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Pre-compute RDF packet len at compile timeKeith Packard2011-09-21
| | | | | | | | | | | | | | | | | | | | | Instead of computing the RDF packet len at run time, which takes a pile of code space. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: SPI slave code is now per-productKeith Packard2011-09-21
| | | | | | | | | | | | | | | | | | | | | We can't write general purpose SPI slave code as we must eliminate any latency because the SPI ports have no buffering. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Split avr clock initialization to ao_clock.cKeith Packard2011-08-29
| | | | | | | | | | | | | | | | | | This will be shared with the attiny code for TeleTerra v0.1 Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: don't beep igniter continuity for telenanoKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | Without any igniters, it's not nice to annoy people. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Report continuity in telebtKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | Report continuity values from remote altimeter Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: add 'report' to telebtKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | This beeps out flight state changes and max altitude at landing, just like the altimeter. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altosui: Report error message back from libaltosKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | This includes changing all of the error dialogs to show the error message rather than just the file name. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altosui: Add bluetooth bits back inKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | Stub out functions on mac/windows for now. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Add the BT serial debug code back in, disabledKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | This code is useful whenever the BT stuff is acting up, so just leave the source in place, turned off by default. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Add pragma to eliminate unreachable code warning on SDCCKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | This pragma was removed as GCC doesn't support it; make it conditional on SDCC so that we eliminate a warning message. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Blink on telem packet receive instead of toggleKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | Toggling the LED was too confusing; just blink for 100ms each time a packet comes in. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Remove RSSI reporting from telebtKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | Telebt uses one LED for bluetooth connection and the other for telem packet reception leaving none for RSSI. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Add RSSI blinking to new-style telemetry codeKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | Pull the RSSI data out locally and set the RSSI led blinking when using the variable-length TELEM output mechanism. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Bump version to 1.0.9.0Keith Packard2011-08-28
| | | | | | | | | | | | | | | | | | Make it distinct from any production version Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Start logging telemetry data right at boot timeKeith Packard2011-08-28
| | | | | | | | | | | | | | | | | | | | | Anything logging telemetry data should just start logging packets as soon as they boot. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Share log code between telescience and telebt. Add telebt logKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | | | | | | | Telescience and telebt both log data in 32-byte chunks, so share some code which manages that between the two products. Add simple telemetry logging to telebt. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altosui: launch controller button needs to move overKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | monitor idle was inserted into position 2,2 Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Fix up telelaunch MakefileKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | Adding all of the mising sources Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Add HAS_LOG for products that log to eepromKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | Some products have eeprom for config, but none for logging (like telelaunch) Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: ao_launch belongs in cc1111Keith Packard2011-08-27
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: add ao_aes/radio_cmac to tidongle, teledongle and telebtKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | All of these can do the telelco stuff at this point. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: move igniter defines back to ao_pins.hKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | so that ao_launch gets them too Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altos: Add makefile for telelaunchKeith Packard2011-08-27
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altosui: Hook up the launch controller UI from the main button boxKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | Provide a button to start the launch controller UI. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | altosui: Add primitive UI for TeleLaunchKeith Packard2011-08-27
| | | | | | | | | | | | | | | | | | Display status along with arm and fire buttons. Signed-off-by: Keith Packard <keithp@keithp.com>