summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: control TD GPIO pins directly with the 'o' commandgpioKeith Packard2010-10-24
* Add version numbers to released files. Set version to 0.7.1Keith Packard2010-09-04
* altos: add some SDCDB config filesKeith Packard2010-09-04
* altos: Bounds check Skytraq GPS tracking data arrayKeith Packard2010-09-01
* altos: Windows sends USB Out packets of 0 length. Ack them.Keith Packard2010-08-30
* altos: shut down packet mode cleanlyKeith Packard2010-08-29
* altos: Abort radio harder when terminating packet mode.Keith Packard2010-08-29
* altos: flush pending output when terminating packet modeKeith Packard2010-08-29
* altos: prepare for sdcc 2.9.1Keith Packard2010-08-27
* altos: mark gps date written only after it gets into eepromKeith Packard2010-08-26
* altos: print GPS state flags in GPS 'g' commandKeith Packard2010-08-26
* altos: always rebuild ao_product.c to track git versionKeith Packard2010-08-26
* altosui: write USB serial number string while flashingKeith Packard2010-08-24
* altos: Place rom config variables in fixed locationKeith Packard2010-08-23
* altos: Define USB product ID in per-product Makefile.defs fileKeith Packard2010-08-21
* altos: add callsign to packet mode, increase payload to 64 bytesKeith Packard2010-08-07
* Make ao_log_data re-entrant as it is used for both sensor and GPS logsKeith Packard2010-07-28
* When the EP0 IN buffer is full, don't panic, just skip sending anotherKeith Packard2010-07-26
* Switch DBG pins to GPIO when using any debug commands. Reboot to restore.Keith Packard2010-07-14
* Telemetry code was mis-computing RSSIKeith Packard2010-07-14
* Abort any in-progress radio operation when changing radio channelKeith Packard2010-06-21
* Add special code for USB panic's.Keith Packard2010-06-16
* Revert "Merge remote branch 'remotes/origin/fix-reset'"Bdale Garbee2010-05-06
* Don't change dbg clock while changing reset_n. Use 20ms everywhereKeith Packard2010-05-05
* Use ao_delay to sleep for 2 seconds instead of trying ao_sleepKeith Packard2010-05-05
* Fix all stdio reading functions to be __criticalKeith Packard2010-05-05
* Disable interrupts while reading from stdinKeith Packard2010-05-05
* Revert "Add optional 's' command to packet slave to enable/disable slave mode"Keith Packard2010-05-04
* Add optional 's' command to packet slave to enable/disable slave modeKeith Packard2010-04-22
* Increase reset switch time to 100msKeith Packard2010-04-10
* Only have the slave return a packet if it received one.Keith Packard2010-04-09
* When changing RESET line, delay 20msKeith Packard2010-04-08
* Tasks may move in task structure as a result of ao_exitKeith Packard2010-04-06
* Switch TeleMetrum from v0.2 to v1.0Keith Packard2010-04-04
* Don't abort the radio when enabling telemetry monitoringKeith Packard2010-04-04
* Make ao_radio_idle keep trying to get the radio to idle.Keith Packard2010-04-04
* Fix up LED colors for each product.Keith Packard2010-02-27
* Eliminate deadlock when writing config from radio linkKeith Packard2010-02-27
* Leave .ihx files in the build directory too - easier to debug that wayKeith Packard2010-02-27
* Must install .map files for ao-load to workKeith Packard2010-02-20
* Add back stack size checking to altos linking phaseKeith Packard2010-02-20
* Quiet make output.Keith Packard2010-02-20
* Update .gitignore filesKeith Packard2010-02-20
* Change altos build process to support per-product compile-time changesKeith Packard2010-02-20
* Change barometer conversion code to shrink conversion tableKeith Packard2010-02-20
* Log GPS data on pad after boost detect.Keith Packard2010-02-13
* Missing ao_mutex_put in gps_dumpKeith Packard2010-02-11
* Switch to using internal cc1111 temperature sensorKeith Packard2010-01-10
* Force idle mode by shorting the SPI clock to ground at boot time.Keith Packard2010-01-09
* Add simple gps dump command 'g'Keith Packard2010-01-09