micropeak: Watch serial data during download
[fw/altos] / src /
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
2013-10-28 Keith Packardaltos: Don't hold GPS mutex while waiting for GPS data...
2013-10-28 Keith Packardaltos: sample profile address range was too narrow
2013-10-28 Keith Packardaltos: Make telemega v0.3 compile with new quaternion...
2013-10-28 Keith Packardaltos: Make telemega v0.1 compile with new quaternion...
2013-10-28 Keith Packardaltos: Add orientation test when HAS_FLIGHT_DEBUG is set
2013-10-28 Keith Packardaltos: Update quaternion tests to check vectors_to_rotation
2013-10-28 Keith Packardaltos: Change ao_mpu6000_gyro arg to float
2013-10-28 Keith Packardaltos: Fixup for 32-bit gyro averages
2013-10-28 Keith Packardaltos: Correct incremental rotation computation
2013-10-28 Keith Packardaltos: Compute initial rotation from vertical
2013-10-28 Keith Packardaltos: Fixup for ao_sample_orient rename
2013-10-28 Keith Packardaltos: Add sinf to math code
2013-10-28 Keith Packardaltos: Keep 9 more bits of average pad IMU gyro data
2013-10-28 Keith Packardaltos: Rename ao_orient to ao_sample_orient
2013-10-28 Keith Packardaltos: Add functions to init quaternions from vector...
2013-10-28 Keith Packardaltos: Add some comments describing quaternion multipli...
2013-10-28 Keith Packardaltos: Mark arguments to quaternion functions as const
2013-10-28 Keith Packardaltos: IMU accel calibration values need to be signed
2013-10-25 Keith Packardaltos: Calibrate IMU accelerometers too
2013-10-25 Keith Packardaltos: Add gyro-based orientation tracking
2013-10-25 Keith Packardaltos: Fix GPS test frameworks to handle shared ao_gps_...
2013-10-25 Keith Packardaltos: Add floating point math functions from newlib
2013-10-15 Keith Packardaltos: Merge GPS logging into a single function
2013-10-15 Keith Packardaltos: Use #define values for ublox packet types
2013-10-14 Keith Packardaltos/micropeak: Increase boost detect to 30m
2013-10-10 Keith Packardaltos: Fix stm-bringup demo build to use installed...
2013-10-10 Keith Packardaltos: Use installed pdclib
2013-10-09 Keith Packardaltos: Messed up the ifeq syntax a bit so ARM bits...
2013-10-08 Keith Packardaltos: avr-gcc appears to find the loader scripts witho...
2013-10-08 Keith Packardaltos: Broken test for M0 compiler in src/Makefile
2013-10-08 Keith PackardMerge remote-tracking branch 'origin/master'
2013-10-08 Keith PackardAdd --with parameters to configure for compiler selection new-state
2013-10-08 Keith Packardaltos/stm: New GAS version requires flags in APSR assig...
2013-10-08 Keith Packardaltos: Rename easymini-v0.1 to easymini-v1.0
2013-10-08 Keith Packardaltos/lpc, altos/stm: ARM requires ISB after switching...
2013-10-08 Keith Packardaltos: Don't require an LED for ao_flight
next