Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src /
2022-04-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardaltos: Re-enable apogee delay
2022-02-09 Keith Packardao_pyro: Move delay_done out of pyro structure
2022-01-27 Keith Packardaltos: AES code was storing bytes in an int array
2022-01-22 Keith Packarddata_interval == 0 means no data collection
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2022-01-11 Keith Packardaltos/attiny: Switch to avrisp2 for development programmer
2021-11-03 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-10-10 Keith Packardaltos/telemega-v5.0: Add .gitignore
2021-10-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-09-29 Keith Packardaltos: Measure mmc5983 offset
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-20 Keith Packardaltos: Deal with cc1201 limitations
2021-09-19 Keith Packardaltos: Build TeleMega v5.0 bits
2021-09-19 Keith Packardaltos/telemega-v5.0: Space tones closer together
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: Update telemega-v5.0 config
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: Support normalized axes in mpu6000 and mmc5983
2021-09-19 Keith Packardaltos: Detect CC120X device type
2021-09-19 Keith Packardaltos/telemega-v5.0: Fix config for MMC5983
2021-09-19 Keith Packardaltos/stm: Minor cleanups in ao_arch_funcs.h
2021-09-19 Keith Packardaltos: Get MMC5983 driver working
2021-09-19 Keith Packardaltos: Add bit-bang i2c driver
2021-09-19 Keith Packardaltos/stm: Use picolibc startup code
2021-09-19 Keith Packardaltos: Record MPU6000 failure but let device boot
2021-09-17 Keith Packardaltos: Fix telemega v5.0 CS_FLASH pin
2021-09-07 Keith PackardShow mag sensor SPI ID
2021-09-07 Keith Packardtelemega-v5.0: Add Makefiles
2021-09-07 Keith Packardaltos: Prepare for picolibc stdio change
2021-08-03 Keith Packardaltos: Change MMC5893 driver to avoid interrupts
2021-08-01 Keith Packardaltos: Add MMC5983 driver
2021-08-01 Keith Packardaltos: Add preliminary TeleMega v5.0 bits
2021-07-21 Keith Packardaltos: Fixes for GCC 10 (-fno-common is default)
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
2021-04-12 Bdale Garbeealtos: include EasyMotor v2 firmware in upcoming release
2020-11-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-11-18 Keith Packardaltos: Add 'microtest' -- micropeak load for testing...
2020-11-18 Keith Packardaltos: Don't wait after igniter in manual mode
2020-10-23 Keith Packardaltos/easytimer-v1: Switch from including adxl375 to...
2020-10-23 Keith Packardaltos/easymotor-v2: Increase default flight log size
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/test: Clean up easy motor test jig
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: Change adxl375 self test parameters
2020-10-22 Keith Packardaltos/easymotor-v2: Add 'through' axis definition
2020-10-22 Keith Packardaltos/test: Build ao_flight_test_motor
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/easymotor-v2: ADXL375 is upside-down compared...
2020-10-22 Keith Packardaltos/stmf0: Fixup for SPI mode support
2020-10-22 Keith Packardaltos/easymotor-v2: Fix beeper config
2020-10-22 Keith Packardaltos/easymotor-v2: Use same init order as easymini
2020-10-22 Bdale Garbeerecover easymotor-v2/flash-loader/ao_pins.h from backups
2020-10-22 Keith Packardaltos/easymotor-v2: Get easy motor building
2020-10-22 Keith Packardaltos/easymotor-v2: Add .gitignore
2020-10-22 Keith Packardaltos/stmf0: Add spi format configuration options
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 Keith Packardaltos/drivers: Add ao_adxl375_accel_to_sample macro
2020-10-22 Bdale Garbeeeasymotor: override .gitignore to store Makefiles
2020-10-22 Bdale Garbeefirst cut at EasyMotor v2 .. not compiling yet
2020-09-30 Keith Packardaltos: Fix flash loader map file names
2020-09-30 Keith Packardaltos: Remove linker map files during 'make clean'
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/mpusb-v3.0: Make this build again
2020-08-08 Keith Packardaltos/micropeak-v2.0: Functionally complete.
2020-08-08 Keith Packardaltos: Add MicroPeak v2.0 support to ao_log_micro
2020-08-08 Keith Packardaltos/stm32l0: Big update in functionality
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
2020-08-08 Keith Packardaltos/stm32l0: Add LPUART driver
2020-08-08 Keith Packardaltos/stm32l0: Provide ao_spi_speed inline as per new...
2020-08-08 Keith Packardaltos/micropeak-v2.0: Finish hardware bring-up
2020-08-08 Keith Packardaltos/stm32l0: Add adc and flash drivers
2020-08-08 Keith Packardaltos/stm32l0: Remove some unused code in ao_timer.c
2020-08-08 Keith Packardaltos/stm32l0: Remove some unused code in USART driver
2020-08-08 Keith Packardaltos/stm32l0: Get exti working
2020-08-08 Keith Packardaltos/stm32l0: Get SPI driver working
2020-08-08 Keith Packardaltos/stm32l0: Some device addrs were wrong
2020-08-08 Keith Packardaltos/stm32l0: More DMA fixes
2020-08-08 Keith Packardaltos: Micropeak v2.0 doesn't have a flash loader anymore
2020-08-08 Keith Packardaltos/ao_storage: Allow apps to #define storage parameters
2020-08-08 Keith Packardaltos/ao_storage: allow erased byte value to be set...
2020-08-08 Keith Packardremove ao_delay_until from ao.h
2020-08-08 Keith Packardaltos: Add ao_delay_until to ao_notask
next