summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: M25P driver had bogus extra arguments in flash info printf format.Keith Packard2010-11-01
* Revert "teleterra: hack to leave amp on all the time"Keith Packard2010-11-01
* altos: Fix remaining SPI users to initialize SPI in mainKeith Packard2010-11-01
* altos: Don't initialize SPI bus twice.Keith Packard2010-11-01
* altos: Cannot scan for flash chips until the OS is running.Keith Packard2010-11-01
* altos: Split out SPI driver. Add Numonyx M25P driver for TT.Keith Packard2010-11-01
* teleterra: hack to leave amp on all the timeKeith Packard2010-11-01
* teleterra: audio amp is enabled by bringing audio_en (P2_4) highKeith Packard2010-10-31
* teleterra: comment the audio output implementation a bit betterKeith Packard2010-10-31
* teleterra: Add PWM audio systemKeith Packard2010-10-31
* Add initial teleterra implementation.Keith Packard2010-10-30
* 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