altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
[fw/altos] / src /
2014-04-11 Keith Packardaltos: Add 'microwater' product
2014-04-07 Keith Packardaltos: Fix nanopeak compile
2014-04-07 Keith Packardaltos: Provide stable binaries for MicroPeak
2014-04-07 Keith Packardaltos: Replace C code attiny async output with inline asm
2014-04-06 Keith Packardaltos: Build TeleBalloon v2.0 by default
2014-04-05 Keith Packardaltos: Report battery voltage instead of S at startup
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'
2014-03-29 Keith Packardaltos: HAS_LED is useless; remove it
2014-03-17 Keith PackardAdd easymega firmware
2014-03-11 Keith Packardaltosui: Hide Tilt Angle values when not available
2014-03-10 Keith Packardaltos: Another missing usbtrng file
2014-03-10 Keith Packardaltos: Missing ao_pins files for usbtrng
2014-03-10 Keith Packardaltos: Fix LPC LED driver
2014-03-10 Keith Packardaltos: fix building LPC serial support for STDIO
2014-03-10 Keith Packardaltos: Don't require projects to define PACKET_HAS_SLAVE
2014-03-09 Keith PackardAdd USB True Random Number Generator product
2014-03-09 Keith PackardRe-add LCD bits to stm-demo
2014-03-09 Keith PackardAdd flash loader for stm-demo board
2014-02-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-02-18 Keith Packardaltos: Create balloon-specific load for TMv2 hardware
2014-02-18 Keith Packardaltos: Make balloon code run again
2014-02-18 Keith Packardaltos: Set reasonable accel values when !HAS_ACCEL
2014-02-18 Keith Packardaltos: Expose ao_usb_running globally
2014-02-18 Keith Packardaltos: Move balloon flight code to core
2014-02-10 Keith Packardaltos: Put locked/unlocked GPS status in APRS comments
2014-02-10 Keith Packardaltos: Re-send previous GPS position in APRS if lock...
2014-02-09 Keith Packardaltos: Fixup named ADC printing
2014-02-09 Keith Packardaltos: Add needed math sources to TeleGPS v0.1 build
2014-02-09 Keith Packardaltos: Report nsat in view in APRS packet
2014-02-09 Keith Packardaltos: Don't write more than 12 sat infos in ublox...
2014-02-09 Keith Packardaltos/stm: Block interrupts while reprogramming flash
2014-02-09 Keith Packardaltos: Enable system timer in flash loader and prod...
2014-02-09 Keith Packardaltos: Eliminate warnings in FAT code
2014-02-09 Keith Packardaltos: Add watchdog timer task
2014-02-09 Keith Packardaltos: Add names when reporting STM ADC values
2014-02-07 Keith Packardaltos: report 0/0/0 for APRS position when GPS is not...
2014-01-24 Keith Packardaltos: Tmega Don't try to log info about more than...
2014-01-15 Keith Packardaltos: Add missing ADC divider values for Tmega v1.0
2014-01-15 Keith Packardaltos: Report battery, apogee and main voltages over...
2014-01-15 Keith Packardaltos: Use factory calibration for all acceleration...
2014-01-15 Keith Packardaltos: Switch APRS to compressed position format
2014-01-02 Keith Packardaltos: Flip acceleration data consistently for orientat...
2013-12-28 Keith Packardaltos: Add 'O' command for TeleMega orient testing
2013-12-21 Keith Packardaltos: Turn on -Werror for STM and LPC builds
2013-12-21 Keith Packardaltos: Turn on warnings for LPC products too
2013-12-21 Keith Packardaltos/lpc: Missing */ in definition of PIO0_4
2013-12-21 Keith Packardaltos: lpc exti setup was incorrectly testing mode
2013-12-21 Keith Packardaltos: cc115l driver tone_run wasn't recording number...
2013-12-21 Keith Packardaltos: Clean up warnings for LPC products
2013-12-21 Keith Packardaltos/stm: Turn on -Wextra
2013-12-21 Keith Packardaltos: Add default button return value from ao_button_get
2013-12-21 Keith Packardaltos: unsigned value in ao_pyro_set checked for negati...
2013-12-21 Keith Packardaltos: Clean up -Wextra warnings
2013-12-21 Keith Packardaltos: Turn on -Wall for stm compiles
2013-12-21 Keith Packardaltos: Clean up some minor warnings from -Wall
2013-12-21 Keith Packardaltos: mma655x also needs ao_sensor_errors
2013-12-21 Keith Packardaltos: Complain about sensor self-test errors only...
2013-12-21 Keith Packardaltos: 3-axis accel calibration was invalid in explicit...
2013-12-21 Keith Packardaltos: Execute self-test on MMA655X part
2013-12-19 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git... 1.3
2013-12-19 Bdale Garbeefix missing newline at end of src/test/Makefile
2013-12-19 Keith Packardaltos/lpc: Stop sending SETUP IN when the requested...
2013-12-19 Keith Packardaltos/lpc: Reset less of the device on USB reset.
2013-12-19 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2013-12-19 Keith Packardaltos: Try IMU self-test 10 times before giving up
2013-12-19 Keith Packardaltos/stm: Semantic error in STM usb disable caused...
2013-12-19 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2013-12-18 Keith PackardMove pdclib build results to pdclib-root
2013-12-18 Keith Packardaltos: get stm-bringup building again
2013-12-18 Keith PackardRemove stale stm test apps from regular build
2013-12-18 Keith Packardaltos/stm: Update pdclib paths for flash-loader builds
2013-12-18 Keith Packardaltos: create target pdclib directories before building
2013-12-18 Keith Packardaltos: Build pdclib locally if necessary
2013-12-18 Keith Packardaltos/lpc: Be a bit more resistant to toolchain section...
2013-12-18 Keith Packardaltos: Make TeleMega v0.1 work more like TeleMega v1.0
2013-12-18 Keith Packardaltos: Use all 16 bits of setup packet len when limitin...
2013-12-18 Keith Packardaltos: Broke TeleMetrum GPS reporting by holding the...
2013-12-10 Keith Packardaltos: Remove ARM .ihx files on 'make clean'
2013-12-10 Keith Packardaltos: Rename telemega-v0.3 to telemega-v1.0
2013-12-09 Keith Packardaltos: Oops. Was only filling out part of the TeleMetru...
2013-12-09 Keith Packardaltos/stm: arm-none-eabi-binutils now puts 'main' into...
2013-12-08 Keith Packardaltos: remove all versions of stm-demo executable
2013-12-08 Keith Packardaltos: Change flash loader name to just AltosFlash
2013-12-08 Keith Packardaltos: Build .ihx files for all arm projects
2013-12-08 Keith Packardaltos: Allow products to override default 100mA USB...
2013-12-07 Keith Packardaltos: Nothing in altos uses AES decryption, so don...
2013-12-07 Keith Packardaltos/test: Compute and plot tilt based on GPS track
2013-12-07 Keith Packardaltos: Telemega uses eeprom, include it in main file
2013-12-07 Keith Packardaltos: Add lots more GPS data to mega log
2013-12-07 Keith Packardsrc/cc1111: Turn off RC osc after xtal is running
2013-11-12 Keith Packardaltos: include ao_eeprom.h in ao_telemetrum.c to define...
2013-11-12 Keith Packardaltos: Make sure flight erase log comes after config...
2013-11-12 Keith Packardaltos: Move telemega to using internal eeprom for config
2013-11-12 Keith Packardaltos: Move TeleMetrum v2.0 to using internal eeprom...
2013-11-12 Keith Packardaltos: Allow use of internal EEPROM for config storage
2013-11-12 Keith Packardaltos: Don't hold GPS mutex while waiting in TM v2...
2013-11-12 Keith Packardaltos: Build TM v2.0 firmware by default
2013-11-12 Keith Packardaltos: Clean up .gitignore and add a few random files
2013-11-12 Keith PackardAdd ublox checksum generating program
2013-11-12 Keith Packardaltos: Add orientation tracking to ao_flight_test
next