fw/altos
2013-04-08 Keith Packardaltos: Create telebt-v1.0 product. Remove old telebt...
2013-04-07 Keith Packardaltos: Try RDF mode for TX calibration
2013-04-03 Keith Packardaltosui: Graph TeleMini flights without crashing
2013-04-03 Keith Packardaltosui: Display current GPS in 'pad' tab for 'startup...
2013-04-02 Keith Packardaltosui: Hide flight-related tabs for telegps
2013-04-02 Keith Packardaltosui: Don't display missing sensor data
2013-04-02 Keith Packardaltoslib: Make any incoming telem packet update the...
2013-04-02 Keith PackardSet telegps USB id to 0025
2013-04-02 Keith Packardaltos: Shorten SD initialization timeouts.
2013-04-01 Keith Packardaltos: Horrible kludge -- disable radio while talking...
2013-04-01 Keith Packardaltos: Add defines for the specific pins used for teleg...
2013-04-01 Keith Packardaltos: Retry SD card I/O. Use time for timeouts instead...
2013-04-01 Keith Packardaltos: Provide build hooks for sampling profiler in...
2013-04-01 Keith Packardaltos: Add a FAT test that re-writes the same file...
2013-04-01 Keith Packardaltos: Support open on multiple simultaneous FAT files
2013-04-01 Keith Packardaltos: Make sure FAT cluster allocation works for size...
2013-04-01 Keith Packardaltos: let FAT tracing work in ao_fat_test as needed
2013-04-01 Keith Packardaltos: Flush the on-board mega log after every sample...
2013-03-31 Keith Packardaltos: Create the log file if it doesn't already exist
2013-03-31 Keith Packardaltos: Make ao_fat_readdir return real error values...
2013-03-31 Keith Packardaltos: Increase SD card timeout at startup time
2013-03-31 Keith Packardaltos: Fix command-line FAT filename parsing
2013-03-31 Keith Packardao-tools/ao-stmload: Be smarter about ELF parsing....
2013-03-31 Keith Packardaltos: Unmount file system after each testing pass...
2013-03-31 Keith Packardaltos: Don't add fat commands when building ao_fat_test
2013-03-31 Keith Packardaltos/stm: Always check for idle IN buffer before sending
2013-03-31 Keith Packardaltos/stm: Add debugging mechanism to STM USB driver
2013-03-31 Keith Packardaltos: Do not release interrupts from any pollchar...
2013-03-31 Keith Packardaltos: Add sdcard read/write tracing
2013-03-31 Keith Packardaltos: Move fat mount information to separate command.
2013-03-31 Keith Packardaltos: Disable CC115L debug commands
2013-03-31 Keith Packardaltos: Add SD card writing function
2013-03-30 Keith Packardaltos: Add logging and telem to telegps
2013-03-30 Keith Packardaltos: Export ao_fat_sync and ao_fat_full functions
2013-03-30 Keith Packardaltos: Lock cc115l radio mutex when using global radio...
2013-03-30 Keith Packardaltos: Configure cc115l sync byte count for each radio...
2013-03-30 Keith Packardaltos: Get CC115L radio working.
2013-03-29 Keith Packardaltos: Add temporary RF power settings
2013-03-29 Keith Packardaltos: Add FAT32 support. And lots more testing.
2013-03-29 Keith Packardaltos: seek forward on FAT cluster chain instead of...
2013-03-28 Keith Packardaltos: Add a simple cache for the FAT position->cluster...
2013-03-28 Keith Packardaltos: Clean up fat driver API. Improve fat test
2013-03-28 Keith Packardaltos: Add sanity checking to busy counts in bufio...
2013-03-28 Keith Packardaltosui: Don't deref null pyros when saving altimeter...
2013-03-28 Keith Packardaltos: Use FTDW, clear DATA bit. Disable backup write...
2013-03-27 Keith Packardaltos: Teleshield has a radio, set HAS_RADIO in ao_pins.h
2013-03-27 Keith Packardaltos: Add new panic flag for bufio misuse
2013-03-27 Keith Packardaltos: Hook up the FAT16 and SD card support to telegps
2013-03-27 Keith Packardaltos: Add SDCARD and FAT16 filesystem support
2013-03-26 Keith Packardaltos: Fix config to not abort radio recv when no recv...
2013-03-26 Keith Packardaltos: Allow radio recv and xmit to be separately confi...
2013-03-26 Keith Packardaltos/stm: Ensure SPI always sends 0xff during receive
2013-03-26 Keith Packardaltos: Improve CC115L driver. Generates carrier now.
2013-03-26 Keith Packardaltos: Add RFPA0133 amplifier driver
2013-03-25 Keith Packardaltos/telegps: Hook up cc115l driver
2013-03-25 Keith Packardaltos: Add cc115l driver (untested)
2013-03-24 Keith Packardao-tools/ao-stmload: Remove IRC dregs in source code
2013-03-24 Keith Packardaltosui/altoslib: Move more flashing code from altosui...
2013-03-24 Keith Packardaltosui & altoslib: Move a pile of debug/programming...
2013-03-24 Keith Packardaltosui: Support 32-bit ihx files
2013-03-24 Keith Packardao-tools/ao-stmload: Fix ELF, add IHX, add self-flashing
2013-03-24 Keith Packardao-tools/lib: Add loading support for 32-bit ihx files
2013-03-24 Keith Packardao-tools/lib: Deal with binary USB data in debugging...
2013-03-24 Keith Packardaltos/stm: Add comments to the .ld files explaining...
2013-03-24 Keith Packardaltos/stm: Add .elf to .ihx rule
2013-03-24 Keith Packardaltos: Switch ao_stm_flash to read/write binary blocks
2013-03-24 Keith Packardaltos: Create ihx version of stm-demo
2013-03-24 Keith Packardaltos/stm: Always declare all romconfig variables
2013-03-24 Keith Packardaltos: Call ao_task_init before initializing any drivers
2013-03-24 Keith Packardaltos: Expose ao_put_string function
2013-03-24 Keith Packardaltos/stm: Always check for idle IN buffer before sending
2013-03-24 Keith Packardaltos/stm: Add debugging mechanism to STM USB driver
2013-03-24 Keith Packardaltos: Do not release interrupts from any pollchar...
2013-03-23 Keith Packardaltos: Add erase command to stm-flash app. Validate...
2013-03-23 Keith Packardaltos: Fix STM flash programming
2013-03-23 Keith Packardaltos: Validate boot chain start address
2013-03-23 Keith Packardaltos: Mark .boot section as (NOLOAD)
2013-03-23 Keith Packardaltos: Fix up stm-flash output file name. Use discovery...
2013-03-23 Keith Packardao-tools/ao-stmload: Be smarter about ELF parsing....
2013-03-21 Keith Packardao-tools: Make library support µPusb
2013-03-21 Keith PackardAdd telegps initial version
2013-03-19 Keith Packardao-tools: add ao-dump-up
2013-03-12 Keith Packardmicropeak: Improve download docs and UI
2013-03-12 Keith Packardaltos: Add actual flashing functions to stm-flash app
2013-03-11 Keith Packardaltos: Clean up boot loader support
2013-03-11 Keith Packardaltos: Add program flash function
2013-03-11 Keith Packardaltos: Fix up 'help' command for 8051
2013-03-11 Keith Packardaltos: Make stm-flash capable of switching to application
2013-03-11 Keith PackardAdd STM self-flashing loader
2013-03-10 Keith PackardMerge remote-tracking branch 'mjb/altosdroid'
2013-03-10 Keith Packardaltos: re-enable optimization for stm-demo. remove...
2013-03-10 Mike Beattiealtosdroid: Add map polyline between pad and rocket
2013-03-10 Mike Beattiealtosdroid: Add rocket and pad map markers
2013-03-10 Mike Beattiealtosdroid: programmatically create map fragment
2013-03-10 Mike BeattieMerge branch 'master' into altosdroid
2013-03-10 Mike Beattiealtosdroid: Add SDK checks to configure.ac
2013-03-10 Mike Beattiealtosdroid: adjust clean targets to get rid of automake...
2013-03-10 Mike Beattieao-tools: Add ao-edit-telem to .gitignore
2013-03-10 Mike BeattieMerge branch 'master' into altosdroid
2013-03-10 Keith Packardao-tools: Add ao-edit-telem
next