altos: Make cmd number parsing functions return value
[fw/altos] / src / kernel /
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...
2017-04-22 Bdale Garbeea stab at turning on rudimentary logging for telefiretwo
2017-04-22 Bdale Garbeefleshing out logging for telefiretwo
2017-02-20 Keith Packardaltos: Allow for console to be used for stdio
2017-02-20 Keith Packardaltos: Don't wait while idle if trying to minimize...
2017-02-20 Keith Packardaltos: Split out TeleMini v3 log/telem labeling
2017-02-20 Keith Packardaltos: Allow applications to define LEDs for ao_report.c
2017-02-20 Keith Packardaltos: Eliminate printf format warning with long vs int
2017-02-20 Keith Packardaltos/kernel: Make ao_cmd_readline public. Return char...
2016-12-18 Keith Packardaltos/arm: Align data so that gcc 5.4 doesn't do byte...
2016-10-31 Keith Packardaltos/test: Fix tests
2016-07-27 Keith Packardaltos: Don't switch to flight 0 when log fills in flight
2016-07-27 Keith Packardaltos: Expose cc1200 radio test functions for telemini...
2016-07-27 Keith Packardfixup for interleave
2016-07-27 Keith Packardaltos: Keep telemetry and command output from interleaving
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-06-30 Keith Packardaltos: Leave USB enabled in flight with -DDEBUG=1
2016-06-30 Keith Packardaltos: Make task list output more useful
2016-06-30 Keith Packardaltos: Make ao_delay(0) not wait forever
2016-06-30 Keith Packardaltos: Add debug check for irq block when editing task...
2016-06-30 Keith Packardaltos: Move comment in ao_sleep_for next to related...
2016-06-30 Keith Packardaltos: Block interrupts while waking tasks sleeping...
2016-05-02 Keith Packardaltos: Make sure AO_MMA655X_INVERT is declared where...
2016-04-25 Keith Packardaltos/stm32l: Add support for software-driven HW flow...
2016-04-20 Keith Packardaltos: avoid mixed declarations and code in ao_task.c
2016-04-20 Keith Packardaltos/telelcotwo: Add idle timeout
2016-04-20 Keith Packardaltos: Support pad/lco boxes with fixed box numbers
2016-04-03 Keith Packardaltos: Use mini logging for detherm, just without ADC
2016-04-03 Keith Packardaltos: Add Detherm log format (easymini without ADC)
2016-04-03 Keith Packardaltos: Allow for flight hardware without any ADC values
2016-03-26 Keith Packardaltos/stm: Validate current task SP in interrupt by...
2016-03-18 Keith Packardaltos: Expose fast timer API from kernel/
2016-03-07 Bart Masseyaltos: Fixed timing of panic display LED to be readable
2016-03-02 Keith Packardaltos/chaoskey: Add another USB endpoint to read raw...
2016-02-09 Keith Packardaltos: Another fix for non CDC-ACM devices
2016-02-07 Keith Packardaltos: Allow USB drivers to skip CDC-ACM -specific...
2016-02-07 Keith Packardaltos: Add power management APIs
2016-01-10 Keith Packardaltos: Insert inter telemetry-packet delay
2015-07-15 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-05-25 Keith Packardaltos: Only set CMAC RSSI value on valid packet received
2015-03-19 Keith Packardaltos: Add the ability to configure a different USB...
2015-03-03 Keith Packardaltos: Missing pad field in TMv2 data packet
2015-03-03 Keith Packardaltos: Make APRS format (compressed/uncompressed) confi...
2015-03-01 Keith Packardaltos: Allow software to offer other USB interface...
2015-02-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-02-14 Keith Packardaltos: embed ao_alarm and ao_clear_alarm in ao_sleep_for
2015-02-14 Keith Packardaltos: Replace ao_alarm/ao_clear_alarm with ao_sleep_for
2015-02-07 Keith Packardaltos: Separate out ao_tracker force from dbg
2015-02-01 Keith Packardaltos: Always include a check for stdio overflow
2015-01-28 Keith Packardaltos/stmf0: Re-implement fast ADC code for stmf0
next