doc: Add 1.9.5 release notes
[fw/altos] / src /
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...
2020-03-05 Keith Packardaltos: add APRS 'offset' value to set APRS transmision...
2020-02-25 Keith Packardaltos/bmx160: Compute µT in bmx160 driver using trim...
2020-02-25 Keith Packardaltos/telemega-4.0: Fix signs of IMU pitch and mag...
2020-02-21 Keith Packardaltos/altoslib: BMX160 Y axis gyro direction is opposit...
2020-02-21 Keith Packardaltos: Adjust comment about how the BMX160 is oriented
2020-02-21 Keith Packardaltos: Init BMX160 more carefully
2020-02-21 Keith Packardaltos: Get BMX160 initialized correctly
2020-02-21 Keith Packardaltos: Copy BMX160 data to data ring
2020-02-21 Keith Packardaltos: Log BMX160 data when present
2020-02-13 Keith Packardaltos: Create new log format for TeleMega v4
2020-02-13 Keith Packardaltos: Add new telemetry packet format for TeleMega v4
2020-02-12 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-02-12 Keith Packardaltos: Fix wiring mistakes for TeleMega v4.0
2020-02-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-01-24 Keith Packardaltos: Always start application if boot pin isn't in use
2020-01-24 Keith Packardaltos: Disable ao_btm debug. Avoids breaking 's' command
2020-01-23 Keith Packardaltos: TeleMini beeper is on Tim2 CH4, not Tim3 CH4
2020-01-23 Keith Packardaltos: Make debug telemini firmware a bit easier to...
2020-01-22 Keith Packardaltos: Use AO_TICK_TYPE/AO_TICK_SIGNED for lco/pad...
2020-01-06 Keith Packardaltos: Build TeleMega v4.0 bits
2020-01-06 Keith Packardaltos: Initial bits for TeleMega v4.0
2019-11-26 Keith Packardaltos: Send "metrum" telemetry packets for TeleMetrum...
2019-11-23 Keith Packardaltos: TeleMetrum v3.0 has ADXL375 and Max-8Q
2019-10-23 Keith Packardaltos: Improve labeling of telefire receive packet...
2019-10-23 Keith Packardaltos: Relabel packet receive status line for TeleFire...
2019-10-18 Keith Packardaltos/test: Get test code working again after restructuring
2019-10-18 Keith Packardaltos/telefire: Don't arm the box if the local arm...
2019-09-23 Keith Packardaltos: Rename 'log' in ao_log_fireone to 'ao_fireone_data'
2019-09-23 Keith Packardaltos: Switch all main() to return 'int'
2019-09-19 Keith Packardaltos: Add missing build files for avr/attiny devices
2019-09-18 Keith PackardMerge remote-tracking branch 'mjb/android-build-update'
2019-09-16 Keith Packardaltos: Add EasyMega v3.0 bits (not setup correctly...
2019-09-16 Keith Packardaltos: Integrate BMX160 into data code
next