summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | update changelogs for Debian builddebian/0.6+111+g20d4d41Bdale Garbee2010-03-30
| | |
| * | initial harness for documentationBdale Garbee2010-03-30
| | |
| * | move gbp.conf into debian/Bdale Garbee2010-03-15
| | |
* | | Enable telemetry monitoringKeith Packard2010-04-06
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Tasks may move in task structure as a result of ao_exitKeith Packard2010-04-06
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | TD reports "not-connected" when GPS has 0 satsKeith Packard2010-04-06
| | |
* | | serial port read function cannot be interrupted. poll every 1 secondKeith Packard2010-04-06
| | |
* | | Interrupt running replay thread when starting another replayKeith Packard2010-04-05
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Add Linux device discoveryKeith Packard2010-04-05
| | | | | | | | | | | | | | | AltosDeviceLinux.java scans /proc to locate suitable devices. This will be hooked up to the UI shortly.
* | | Switch TeleMetrum from v0.2 to v1.0Keith Packard2010-04-04
| | | | | | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Clean up some altosui commentsKeith Packard2010-04-04
| | |
* | | Don't abort the radio when enabling telemetry monitoringKeith Packard2010-04-04
| | | | | | | | | | | | | | | | | | | | | If telemetry monitoring is already on, then there isn't any point, and if it's not on, then presumably there isn't any radio work to abort. Signed-off-by: Keith Packard <keithp@keithp.com>
* | | Make ao_radio_idle keep trying to get the radio to idle.Keith Packard2010-04-04
| | | | | | | | | | | | | | | | | | | | | Attempting to abort a radio operation could lead to a hang if the user of the radio jumped in and started using it again before the task attempting to abort woke up. This change just keeps smacking the radio until the radio goes idle long enough to detect it.
* | | Use RXTX for serial comm. Add logdir preference savingKeith Packard2010-04-04
| | |
* | | Make .jar fileKeith Packard2010-04-03
| | |
* | | Remove unused cell renderer classKeith Packard2010-04-02
| | |
* | | Remove GPS data missing from skytraq. Save max height/accel/speedKeith Packard2010-04-02
| | |
* | | Report current gps nsat, not last locked nsatKeith Packard2010-04-02
| | |
* | | Clean up GPS data formattingKeith Packard2010-04-02
| | |
* | | Fix state updatesKeith Packard2010-04-02
| | |
* | | Fix status updateKeith Packard2010-04-02
| | |
* | | Fix up table formattingKeith Packard2010-04-02
| | |
* | | Display table of flight info. gps is not working yet thoughKeith Packard2010-04-02
| | |
* | | Steal C code from ao-viewKeith Packard2010-04-02
| | |
* | | Add telem parsing codeKeith Packard2010-04-02
| | |
* | | Fix windows install fileKeith Packard2010-04-01
| | |
* | | Add Windows install .inf fileKeith Packard2010-04-01
| | |
* | | Add telemetry data parsing codeKeith Packard2010-03-31
| | |
* | | Start adding java-based UIKeith Packard2010-03-31
| |/ |/|
* | Merge remote branch 'origin/master'Keith Packard2010-03-12
|\ \
| * | update changelogs for Debian builddebian/0.6+109+geda5e11Bdale Garbee2010-03-05
| |/
| * update changelogs for Debian builddebian/0.6+108+g6e61170Bdale Garbee2010-03-04
| |
* | Document the ao-dumplog '--remote' flag for radio-link downloadsKeith Packard2010-03-12
| | | | | | | | | | | | | | | | The --remote (or -R) flag uses TeleDongle to fetch data over the radio command link from TeleMetrum. It's been there for a while, but the man page failed to mention it. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Round radio calibration value instead of truncatingKeith Packard2010-03-12
|/ | | | | | | | | | The radio calibration function in the bring-up code was truncating the radio calibration value which caused the resulting frequency to always measure above the target frequency, instead of trying to get as close as possible. This change will result in a closer frequency match, but may sometimes be below the target frequency. Signed-off-by: Keith Packard <keithp@keithp.com>
* Need to duplicate new altitude conversion code in aoview.Keith Packard2010-02-28
| | | | | | | Altitude conversion is now done with a smaller table and interpolation instead of a giant table. Signed-off-by: Keith Packard <keithp@keithp.com>
* update changelogs for Debian builddebian/0.6+106+ga1478f6Bdale Garbee2010-02-27
|
* Merge remote branch 'origin/master'Keith Packard2010-02-27
|\
| * create a turn on script for lighting up TeleDongle v0.2 boardsBdale Garbee2010-02-26
| |
* | Add .gitignore for ao-bringupKeith Packard2010-02-27
| | | | | | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* | Fix up LED colors for each product.Keith Packard2010-02-27
| | | | | | | | | | | | | | | | Different products assign different color LEDs to the two available LED drivers (P1_0, P1_1). Make the LED color pin assignments per-product (in ao_pins.h), then deal with not always having a green LED. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Eliminate deadlock when writing config from radio linkKeith Packard2010-02-27
| | | | | | | | | | | | | | | | | | | | | | | | Writing the 'Saved\r\n' string would fill the packet buffer and cause a flush to occur, which would need to wait for the radio link to receive and transmit a packet. The radio link always re-fetches the radio channel number when lighting up the radio, so it need to look in the config space. If the config mutex was held by the config writing process while the radio was trying to get the channel number, then we'd get a deadlock. Signed-off-by: Keith Packard <keithp@keithp.com>
* | Leave .ihx files in the build directory too - easier to debug that wayKeith Packard2010-02-27
|/ | | | | | | sdcdb wants the .ihx and .cdb files in the same directory, so humor it by copying the .ihx files to the src directory instead of moving them. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add LED testKeith Packard2010-02-26
|
* Fix and document the ao-rawload --run flagKeith Packard2010-02-25
| | | | | | This allows ram-based programs to be loaded and executed easily. Signed-off-by: Keith Packard <keithp@keithp.com>
* Allow product names to have suffixes (like board revisions)Keith Packard2010-02-25
| | | | | | | | When looking for a board by product name, just look at the prefix of the name instead of requiring an exact match. This will allow products to have board version suffixes. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao_radio_xmit to help test boards without flashing them.Keith Packard2010-02-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* update changelogs for Debian builddebian/0.6+95+g2f45953Bdale Garbee2010-02-24
|
* un-muck changelogBdale Garbee2010-02-24
|
* debuggingBdale Garbee2010-02-24
|
* conditionalize use of git on executability of /usr/bin/git binaryBdale Garbee2010-02-24
|