altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / kernel /
2024-03-27 Keith Packardaltos: ao_fec_prepare using wrong value for input len
2024-02-01 Keith Packardaltos: Move ao_adc_single.h API header to kernel/
2024-02-01 Keith Packardaltos/easymega-v3.0: Switch to STM32F103
2024-01-22 Bdale Garbeekernel: conditionalize config "report in feet" on prese...
2024-01-07 Keith Packardaltos: Updating pyro format tried to copy entries with...
2024-01-07 Keith Packardaltos/easytimer-v2: Add logging bits
2024-01-07 Keith Packardaltos: Use BMI088 as z-axis accel as needed
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-06-13 Keith Packardaltos: Add AO_STACK_CANARY to detect stack overflows...
2023-04-26 Keith PackardMerge branch 'telegps-v3'
2023-04-10 Keith Packardaltos: Make sure storage is setup before starting log
2023-04-09 Keith Packardaltos: Dump GPS dop/course data from 'g' command
2023-03-28 Keith Packardaltos: Allow ports to use type other than 'void *'...
2023-01-19 Keith Packardaltos/easymotor: Move pressure conversion code to ao_mo... easymotor-flight
2023-01-19 Keith PackardMerge branch 'easymotor-flight'
2022-12-28 Keith Packardaltos: Split AO_LOG_NORMALIZED support out in telemetry...
2022-12-18 Keith Packardaltos: Add TeleMega v6.0
2022-12-18 Keith Packarddrivers: Add BMI088 driver
2022-12-05 Keith Packardeasymotor-v3.0: Use motor pressure to trigger data...
2022-11-26 Keith PackardMerge branch 'master'
2022-11-20 Keith Packardaltos: Enable telemetrum telemetry for telemetrum v4.0
2022-11-13 Keith Packardaltos: Make sure APRS packets are reasonably separated
2022-11-13 Keith Packardaltos: Add ao_gps_utc_tick
2022-11-13 Keith Packardaltos: Avoid modulus in task queue on parts without...
2022-11-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-11-02 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-11-01 Keith PackardAdd option to beep max height in feet rather than just...
2022-10-28 Keith Packardaltos: Allow 'c a 0' without Syntax Error
2022-10-28 Keith PackardMerge branch 'easymotor-v3'
2022-10-28 Keith Packardaltos: Allow setting telemetry interval to zero without...
2022-09-05 Keith Packardaltos: Document easymotor record length
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-04-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-26 Keith PackardAllow TX power to be limited to 10mW
2022-02-21 Keith Packardaltos: Document how delay_done is used in ao_pyro.c
2022-02-19 Keith Packardaltos: Deal with 8-character version numbers
2022-02-17 Keith Packardao_tracker: Fix tracker_interval type to match config...
2022-02-17 Keith Packardao_telemetry: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_telemetry: Use int16_t types for telemetry packet...
2022-02-17 Keith Packardao_telemetry: Switch time variables to AO_TICK_TYPE
2022-02-17 Keith Packardao_task: Task ids are 8-bits, fix type in struct ao_task
2022-02-17 Keith Packardao_serial: Change serial_sleep_for APIs to use AO_TICK_TYPE
2022-02-17 Keith Packardkalman, report, romconfig, sample, send_packet: Clean...
2022-02-17 Keith Packardao_monitor: Clean up -Wconversion warnings
2022-02-17 Keith Packardao_radio_cmac_cmd: Clean up types for -Wconversion
2022-02-17 Keith Packardao_radio_cmac: Make recv timeouts AO_TICK_TYPE
2022-02-17 Keith Packardao_micro: Add casts to micropeak code for -Wconversion...
2022-02-17 Keith Packardao_log: Add casts to reduce -Wconversion warnings
2022-02-17 Keith Packardao_log: Fix sensor time triggers to use AO_TICK_TYPE
2022-02-17 Keith Packardmore 16-bit log tick values
2022-02-17 Keith Packardao_log: Change flight type to uint16_t, widen APIs...
2022-02-17 Keith Packardao_gps, ao_log: Make conversions to 16-bit time log...
2022-02-17 Keith Packardao_flight: ao_interval_end type was too small, could...
2022-02-17 Keith Packardao_convert_pa: Switch array index to unsigned type
2022-02-17 Keith Packardao_companion: Make motor_number uint16_t
2022-02-17 Keith Packardfifo: Add casts to fifo operation macros for -Wconversion
2022-02-17 Keith Packardbeep, cmd, config, convert_volt, data, distance, fec...
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-02-17 Keith Packardaltos: Re-enable apogee delay
2022-02-09 Keith Packardao_pyro: Move delay_done out of pyro structure
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2021-10-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-09-24 Keith Packardaltos: Fix config upgrade from 1.24 to 1.25
2021-09-20 Keith Packardaltos: All beep-enabled boards have beep config
2021-09-19 Keith Packardaltos: Allow beep tone spacing to be changed
2021-09-19 Keith Packardaltos: Fix up HAS_FLIGHT_DEBUG
2021-09-19 Keith Packardaltos: Add normalized telemetry support
2021-09-19 Keith Packardaltos: Support normalized log
2021-09-19 Keith Packardaltos: Allow devices to override default beep
2021-09-19 Keith Packardaltos: Add bit-bang i2c driver
2021-09-07 Keith Packardaltos: Prepare for picolibc stdio change
2021-08-01 Keith Packardaltos: Add MMC5983 driver
2021-07-21 Keith Packardkernel: Widen pyro time values to 32 bits
2021-05-19 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git... tirepyro
2021-05-19 Keith Packardaltos: Simplify discovery of log end position
2021-05-19 Keith Packardaltos/telegps-*: Fix log end discovery at startup
2020-11-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-11-18 Keith Packardaltos: Don't wait after igniter in manual mode
2020-10-23 Keith Packardaltos: Make accel cal take three axes when present
2020-10-22 Keith Packardaltos: Reset 3d-accel and motor pressure sums each...
2020-10-22 Keith Packardaltos: Add motor pressure calibration data to easy...
2020-10-22 Keith Packardaltos: Support negative decimal values on command line
2020-10-22 Keith Packardaltos: Log motor pressure and battery voltage for EasyMotor
2020-10-22 Keith Packardaltos: De-bias height/speed data while on pad
2020-10-22 Keith Packardaltos: Let ao_data.c be used by ao_flight_test
2020-10-22 Keith Packardaltos/easymotor-v2: Beep out 'pad mode' repeatedly
2020-10-22 Keith Packardaltos: Support accel-only IMU configurations
2020-10-22 Keith Packardaltos: Add EasyMotor logging support
2020-10-22 Keith Packardaltos: Allow use of ADXL375 as IMU
2020-10-22 Bdale Garbeefirst cut at EasyMotor v2 .. not compiling yet
2020-08-08 Keith Packardaltos: Allow multiple manual firing of main/drogue...
2020-08-08 Keith Packardaltos: Don't report inhibited pyro channels as fired
2020-08-08 Keith Packardaltos: Add MicroPeak v2.0 support to ao_log_micro
2020-08-08 Keith Packardaltos: Remove support for !HAS_TASK_QUEUE
2020-08-08 Keith Packardaltos: Remove ao_led_toggle API from general code
2020-08-08 Keith Packardaltos: add noreturn attribute to ao_panic
next