doc: EasyMotor and EasyTimer have the same mounting geometry as EasyMini
[fw/altos] / src /
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
2019-09-16 Keith Packardaltos: Add bmx160 driver
2019-09-16 Keith Packardaltos: Replace ao_xmem functions with direct mem calls
2019-09-16 Keith Packarddrivers: Use 'main_value' instead of 'main'
2019-08-29 Keith PackardAdd .gitignore files for new projects
2019-08-13 Keith Packardaltos: Use fast timer for buttons instead of edge-trigg...
2019-07-16 Keith Packardaltos: Record all failed sensors and report status...
2019-07-16 Keith Packardaltos/micropeak-v2.0: Reduce power usage
2019-07-16 Keith Packardaltos/stmf0: Allow SPI to be powered down when idle...
2019-07-16 Keith Packardaltos/stmf0: Add 'ao_serial_shutdown'
2019-07-16 Keith Packardaltos/stmf0: Leave power interface disabled until needed
2019-07-15 Keith Packardaltos: Allow ms5607 driver to either set ao_sensor_erro...
2019-06-19 Keith Packardaltos/micropeak-v2: Update .gitignore
2019-06-19 Keith Packardaltos/micropeak-v2: Correct AO_LOG_ID value
2019-06-19 Keith Packardaltos/micropeak-v2: Erase log space at end of BOOST_DELAY
2019-06-19 Keith Packardaltos: Don't dump MS5607 eeprom in 'B' command
2019-06-18 Keith Packardaltos/micropeak-v2.0: expose log and config commands...
2019-06-18 Keith Packardaltos/micropeak-v2.0: Go into standby mode after landing
2019-06-18 Keith Packardaltos/micropeak-v2.0: Fix LED blinking sequence at...
2019-06-18 Keith Packardaltos/micropeak-v2.0: Wait for the power supply to...
2019-06-18 Keith Packardaltos/micropeak-v2.0: Don't run flight code when plugged in
2019-06-18 Keith Packardaltos: Support ao_ms5607_dump when no ms5607 task
2019-05-04 Keith Packardaltos: Directly compute radio tuning values from frequency
2019-04-23 Keith PackardAdd TeleStatic-v3.0 makefiles
2019-04-22 Keith Packardaltos: Add preliminary TeleStatic v3.0 code
2019-04-22 Keith Packardaltos/telefireone-v2.0: Include MAX6691 data in ring
2019-04-22 Keith Packardaltos: Change MAX6691 driver to run its own thread
2019-04-22 Keith Packardaltos: Add MAX6691 and ADS131A0X data to ring if present
2019-04-21 Keith Packardaltos/telefireone-v2.0: Definitions needed for MAX6691...
2019-04-21 Keith Packardaltos: get ao_max6691 driver working
2019-04-21 Keith Packardaltos: Work on MAX6691 driver
next