update load cell channel based on repaired board and 1T load cell
[fw/altos] / src / kernel /
2020-03-05 Keith Packardaltos: add APRS 'offset' value to set APRS transmision...
2020-02-21 Keith Packardaltos: Adjust comment about how the BMX160 is oriented
2020-02-21 Keith Packardaltos: Copy BMX160 data to data ring
2020-02-21 Keith Packardaltos: Log BMX160 data when present
2020-02-13 Keith Packardaltos: Create new log format for TeleMega v4
2020-02-13 Keith Packardaltos: Add new telemetry packet format for TeleMega v4
2020-02-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-01-24 Keith Packardaltos: Always start application if boot pin isn't in use
2019-11-26 Keith Packardaltos: Send "metrum" telemetry packets for TeleMetrum...
2019-10-18 Keith Packardaltos/test: Get test code working again after restructuring
2019-09-23 Keith Packardaltos: Rename 'log' in ao_log_fireone to 'ao_fireone_data'
2019-09-18 Keith PackardMerge remote-tracking branch 'mjb/android-build-update'
2019-09-16 Keith Packardaltos: Integrate BMX160 into data code
2019-09-16 Keith Packardaltos: Add bmx160 driver
2019-09-16 Keith Packardaltos: Replace ao_xmem functions with direct mem calls
2019-07-16 Keith Packardaltos: Record all failed sensors and report status...
2019-07-16 Keith Packardaltos/stmf0: Add 'ao_serial_shutdown'
2019-07-15 Keith Packardaltos: Allow ms5607 driver to either set ao_sensor_erro...
2019-06-18 Keith Packardaltos/micropeak-v2.0: expose log and config commands...
2019-05-04 Keith Packardaltos: Directly compute radio tuning values from frequency
2019-04-22 Keith Packardaltos: Add preliminary TeleStatic v3.0 code
2019-04-22 Keith Packardaltos: Add MAX6691 and ADS131A0X data to ring if present
2019-04-18 Keith Packardaltos: Use ao_data_accel_invert when changing orientati...
2019-03-19 Keith Packardaltos: ARM ABI requires 8-byte aligned stack
2019-02-26 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2019-02-25 Keith Packardaltos: add ao_time_ns API
2019-02-25 Keith Packardaltos: Change default time type to 32-bits
2019-02-25 Keith Packardaltos: Fix several mis-specified time types
2019-02-24 Bdale Garbeealtos: first cut at ADS124S0X driver interrupt handling
2019-02-19 Keith Packardaltos: Remove AO_LOG_STATE from ao_log_telefiretwo
2019-02-18 Keith Packardaltos: Add -Wshadow to CFLAGS
2019-02-18 Keith Packardaltos: Declare task stack as union of uint8_t and uint32_t
2019-02-18 Keith Packardaltos: Stop doing pointer arith on void *
2019-02-18 Keith Packardaltos: Declare all public functions in header files
2019-02-18 Keith Packardaltos: Mark local functions 'static'
2019-02-17 Bdale Garbeealtos: add initial support for TeleFireOne v2.0
2018-12-30 Keith Packardaltos: Make HAS_ACCEL_DEBUG build again
2018-10-21 Keith Packardaltos/easymega-v2.0: Handle different mpu9250 orientation
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-19 Keith Packardaltos: Add ADXL375 driver [v2]
2018-10-19 Keith Packardaltos: Create ao_data_fill shared function
2018-10-13 Keith Packardaltos: Clean up AO_ROMCONFIG bits
2018-10-13 Keith Packardaltos/stm32f4: Align stack to 8 bytes
2018-10-13 Keith Packardaltos: Add generic LED driver.
2018-10-13 Keith Packardaltos: Eliminate 'pin' field from GPIO functions
2018-10-13 Keith Packardaltos: Remove 8051-ism from ao_usb.h
2018-10-13 Keith Packardaltos: Delete random 8051 ISR declarations
2018-10-13 Keith Packardaltos: Allow application-specific prompts for ao_cmd_re...
2018-10-13 Keith Packardaltos: Use stdbool true/false instead of TRUE/FALSE
2018-10-13 Keith Packardaltos: Make cmd number parsing functions return value
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2018-10-13 Keith Packardaltos: Remove *_TO_DATA macros
2018-10-13 Keith Packardaltos: Switch to newlib-nano for libc on arm
2018-10-05 Keith Packardaltos: Force telemetry rate to 38400 when ao_force_freq...
2018-08-15 Keith Packardaltos: Switch global 'log' to 'ao_log_data'
2018-08-15 Keith Packardaltos: Remove spurious 'const' from ao_state_names
2018-08-05 Keith Packardaltos: Add separate 'ao_launch_tick'. Use in pyro and...
2018-08-05 Keith Packardaltos: Change 'after motor' pyro check to be >= instead...
2018-07-02 Keith Packardaltos/test: Compute and show height error tracker in...
2018-05-07 Keith PackardMerge branch 'mpusb'
2018-05-07 Keith Packardaltos: Eliminate height requirement for coast detect
2018-05-07 Keith Packardaltos/chaoskey-v1.0: Add endpoint for reading flash...
2018-05-07 Keith Packardaltos/kernel: Add USB descriptors for IN3
2018-05-07 Keith Packardaltos/kernel: Define usb IN2/IN3 functions
2018-04-27 Keith Packardaltos: Use max of 64 previous orient values when checki...
2018-03-18 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-03-16 Keith Packardaltos: Make panic beeps use fixed frequencies
2018-02-12 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-01-07 Keith Packardaltos/kernel: Use ao_put_string for syntax error message
2017-12-12 Keith Packardaltos/kernel: Allow ao_cmd to be built without tasking
2017-12-11 Keith Packardaltos: Allow building with newlib + avr stdio on ARM
2017-12-02 Keith Packardaltos/kernel: MPU9250 support
2017-11-12 Keith Packardaltos: Fix new GCC warnings
2017-11-12 Keith Packardaltos: Fix inverted test for corrupt flight log
2017-10-28 Keith Packardaltos: Share common logging code. Deal with corrupt...
2017-10-22 Keith Packardaltos: Define AO_LOG_FORMAT in */ao_pins.h. Use in...
2017-10-22 Keith Packardaltos: Remove cross-block storage I/O on cc1111
2017-10-12 Keith Packardaltos: Add MPU9250 support to self test and data
2017-10-09 Keith Packardaltos: Stop storing pyro fired status in config block
2017-10-02 Keith Packardaltos: Allow pyro config name to end with newline,...
2017-09-12 Keith Packardaltos: Fix debug printf in ao_pyro for state >=
2017-08-28 Keith Packardaltos: Don't compute filtered average of height error...
2017-08-28 Keith Packardaltos: Don't eliminate baro above mach speed, just...
2017-08-28 Keith Packardaltos: Eliminate separate height error filter for accel...
2017-08-28 Keith Packardaltos: Perform time comparisons using 16-bit arithmetic...
2017-08-12 Keith PackardMerge remote-tracking branch 'origin/master'
2017-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-07-21 Bdale Garbeeclean up telefireone name references
2017-06-12 Keith Packardaltos: Create separate log format for EasyMini v2.0
2017-06-12 Keith Packardaltos: HMC5883 output order is X Z Y
2017-05-11 Bdale Garbeetelefiretwo: don't try to record pre-burn sensor values...
2017-05-05 Keith Packardaltos: Move 'ao_force_freq' to ao_config.c
2017-05-05 Keith Packardaltos: Make CDC ACM 'line coding' public
2017-05-01 Keith Packardaltos/kernel: Allow TeleGPS v2 to scale battery in...
2017-05-01 Keith Packardsrc/kernel: Add GPS lock blink LED to tracker code
2017-04-28 Keith Packardaltos: Add header file for ao_report_micro.c
2017-04-28 Keith Packardaltos: Add 100ms constants for baro Kalman filter
2017-04-28 Keith Packardaltos: Adapt micro log to MicroPeak V3
2017-04-23 Keith Packardaltos: Move old AO_LAUNCH defines to cc1111/ao_launch.h
2017-04-23 Bdale Garbeeallow multiple tests to be logged on telefiretwo withou...
next