altos: Change default time type to 32-bits
[fw/altos] / src / kernel / ao.h
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'