altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel / ao.h
2023-07-22 Keith Packardaltos: Use pyro voltage to check igniters ignite-volts
2023-07-22 Keith Packardaltos: Compute igniter good/bad thresholds using 3...
2023-03-28 Keith Packardaltos: Allow ports to use type other than 'void *'...
2022-11-26 Keith PackardMerge branch 'master'
2022-11-13 Keith Packardaltos: Add ao_gps_utc_tick
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardfifo: Add casts to fifo operation macros for -Wconversion
2022-02-17 Keith Packardaltos/ao_freq: Use uint32_t for radio freq setting...
2022-02-17 Keith Packardaltos/ao_stdio: use uint8_t for stdio index
2022-02-17 Keith Packardaltos: Switch ao_radio_recv timeout to AO_TICK_TYPE
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2020-08-08 Keith Packardaltos: add noreturn attribute to ao_panic
2020-08-08 Keith Packardremove ao_delay_until from ao.h
2020-08-08 Keith Packardaltos: Declare ao_delay_until API in ao.h
2020-08-08 Keith Packardaltos: Fix a bunch of time variables to be AO_TICK_TYPE
2020-07-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-07-22 Keith Packardaltos: Use state transitions to directly drive igniters
2019-09-18 Keith PackardMerge remote-tracking branch 'mjb/android-build-update'
2019-09-16 Keith Packardaltos: Add bmx160 driver
2019-09-16 Keith Packardaltos: Replace ao_xmem functions with direct mem calls
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-24 Bdale Garbeealtos: first cut at ADS124S0X driver interrupt handling
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Clean up AO_ROMCONFIG bits
2018-10-13 Keith Packardaltos: Add generic LED driver.
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-08-15 Keith Packardaltos: Remove spurious 'const' from ao_state_names
2017-12-12 Keith Packardaltos/kernel: Allow ao_cmd to be built without tasking
2017-10-12 Keith Packardaltos: Add MPU9250 support to self test and data
2017-04-23 Keith Packardaltos: Move old AO_LAUNCH defines to cc1111/ao_launch.h
2017-02-20 Keith Packardaltos/kernel: Make ao_cmd_readline public. Return char...
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: Block interrupts while waking tasks sleeping...
2016-04-25 Keith Packardaltos/stm32l: Add support for software-driven HW flow...
2016-02-07 Keith Packardaltos: Add power management APIs
2015-01-28 Keith Packardaltos/stmf0: Re-implement fast ADC code for stmf0
2014-12-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-11-07 Keith Packardaltos: Use other TeleDongle LED for CRC-invalid packet...
2014-11-06 Keith Packardaltos: Declare port register type only in arch header
2014-10-25 Keith Packardaltos: Remove old AO_SEND_ALL_BARO bits
2014-08-14 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-07-11 Keith Packardaltos: Use 32-bits for flight state data (alt/speed...
2014-07-05 Keith Packardaltos: Rework packet receive for cc1120
2014-07-05 Keith Packardaltos: Call ao_telemetry_reset_interval when telemetry...
2014-07-05 Keith Packardaltos: Add defines for 2400 and 9600 baud telemetry...
2014-07-05 Keith Packardaltos: Use TeleMetrum v1.9 board for MegaDongle experiments
2014-07-05 Keith Packardaltos: ao_rssi subsystem needs to use AO_LED_TYPE inste...
2014-05-26 Keith Packardaltos: Move ao_config declarations to ao_config.h
2014-05-21 Keith Packardaltos: Add config values for tracker start motion limits
2014-05-21 Keith Packardaltos: Expose ao_gps_set_rate from u-blox driver
2014-05-02 Keith Packardaltos: Add configurable beep tone
2014-04-05 Keith Packardaltos: Rename 'core' to 'kernel'