Version 1.9.6.2
[fw/altos] / src /
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
2020-08-08 Keith Packardaltos: Move empty ao_mutex_get/put to ao_notask.h
2020-08-08 Keith Packardaltos: Declare ao_delay_until API in ao.h
2020-08-08 Keith Packardaltos: Switch micropeak v2.0 to stm32l0
2020-08-08 Keith Packardaltos: Add initial stm32l0 support
2020-08-08 Keith Packardaltos: Fix a bunch of time variables to be AO_TICK_TYPE
2020-08-08 Keith Packardaltos/stm: Fix stack validation code
2020-08-03 Keith Packardaltos/stmf0, stm32f0: Call ao_boot_chain to start appli...
2020-07-30 Keith Packardaltos: Use new ao_spi_speed inline to set SPI speeds...
2020-07-30 Keith Packardaltos: Support flash parts > 8MB
2020-07-30 Keith Packardaltos: Protect shared storage_data with mutex
2020-07-30 Keith Packardaltos/stm: Increase MISO DMA priority to very high
2020-07-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-07-22 Keith Packardaltos: Add 'booster' mode for dual-deploy igniters
2020-07-22 Keith Packardaltos: Use state transitions to directly drive igniters
2020-07-16 Keith PackardAdd support for TLS if needed
2020-07-02 Keith Packardaltos: Make AO_STORAGE_TEST use a separate buffer
2020-07-02 Keith Packardaltos: Reduce flash temp buffer to make space for Em...
2020-06-14 Keith Packardaltos: Leave floating printf enabled on m3 devices
2020-06-14 Keith Packardaltos: Fix printf format mis-matches
2020-06-14 Keith Packardaltos: Remove newlib-nano defines from Makedefs.in
2020-06-14 Keith Packardaltos/test: Ignore ao_flight_test_mini binary
2020-06-09 Keith Packardaltos: Fix HAS_FLIGHT_DEBUG for easytimer
2020-06-09 Keith Packardaltos: Don't include baro-specific config values for...
2020-06-09 Keith Packardaltos: Leave accel data in ring raw; swap for orientati...
2020-06-09 Keith Packardaltos: Handle flight_log_max not being multiple of...
2020-06-09 Keith Packardaltos: Round selected log size down to ao_storage_block...
2020-06-09 Keith Packardaltos: Move ao_storage_erase to shared code. Add len
2020-05-28 Keith Packardaltos: Initialize pyro code for easytimer-v1
2020-05-28 Keith Packardeasytimer-v1: Enable pyro commands
2020-05-28 Keith Packardaltos: Fix ao_ignite.c to work without HAS_IGNITE
2020-05-28 Keith Packardaltos: Build easytimer-v1 by default
2020-05-28 Bdale Garbeealtos: add easytimer-v1 source directory
2020-05-28 Keith Packardaltos: Allow flight support without logging
2020-05-28 Keith Packardaltos: Allow BMX160 to be used as primary accel
2020-05-28 Keith Packardaltos: Allow igniter status beeping with only 'extra...
2020-05-28 Keith Packardaltos: Allow accel-only flight code
2020-05-28 Keith Packardaltos: Allow MPU9250 SPI speed to be set by application
2020-05-22 Keith PackardMark stm_interrupt_vector as const so it is READONLY
2020-05-22 Keith Packardaltos: Move from newlib-nano to picolibc
2020-05-22 Keith Packardignore .map files
2020-05-22 Keith Packardaltos/lpc: Add explicit defines for all register groups
2020-05-22 Keith PackardCreate map file for all programs
2020-05-22 Keith Packardaltos/stm: Make ao_eeprom_total a #define instead of...
next