summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* altos: Rename 'log' in ao_log_fireone to 'ao_fireone_data'Keith Packard2019-09-23
* altos: Switch all main() to return 'int'Keith Packard2019-09-23
* altos: Add missing build files for avr/attiny devicesKeith Packard2019-09-18
* altos: Add EasyMega v3.0 bits (not setup correctly yet)Keith Packard2019-09-16
* altos: Integrate BMX160 into data codeKeith Packard2019-09-16
* altos: Add bmx160 driverKeith Packard2019-09-16
* altos: Replace ao_xmem functions with direct mem callsKeith Packard2019-09-15
* drivers: Use 'main_value' instead of 'main'Keith Packard2019-09-15
* Add .gitignore files for new projectsKeith Packard2019-08-28
* altos: Use fast timer for buttons instead of edge-triggered ISRKeith Packard2019-08-12
* altos: Record all failed sensors and report status at power upKeith Packard2019-07-16
* altos/micropeak-v2.0: Reduce power usageKeith Packard2019-07-16
* altos/stmf0: Allow SPI to be powered down when idle if desiredKeith Packard2019-07-16
* altos/stmf0: Add 'ao_serial_shutdown'Keith Packard2019-07-16
* altos/stmf0: Leave power interface disabled until neededKeith Packard2019-07-16
* altos: Allow ms5607 driver to either set ao_sensor_errors or panicKeith Packard2019-07-15
* altos/micropeak-v2: Update .gitignoreKeith Packard2019-06-18
* altos/micropeak-v2: Correct AO_LOG_ID valueKeith Packard2019-06-18
* altos/micropeak-v2: Erase log space at end of BOOST_DELAYKeith Packard2019-06-18
* altos: Don't dump MS5607 eeprom in 'B' commandKeith Packard2019-06-18
* altos/micropeak-v2.0: expose log and config commands over USBKeith Packard2019-06-18
* altos/micropeak-v2.0: Go into standby mode after landingKeith Packard2019-06-18
* altos/micropeak-v2.0: Fix LED blinking sequence at power-onKeith Packard2019-06-18
* altos/micropeak-v2.0: Wait for the power supply to stabilize before measuringKeith Packard2019-06-18
* altos/micropeak-v2.0: Don't run flight code when plugged inKeith Packard2019-06-17
* altos: Support ao_ms5607_dump when no ms5607 taskKeith Packard2019-06-17
* altos: Directly compute radio tuning values from frequencyKeith Packard2019-05-03
* Add TeleStatic-v3.0 makefilesKeith Packard2019-04-23
* altos: Add preliminary TeleStatic v3.0 codeKeith Packard2019-04-21
* altos/telefireone-v2.0: Include MAX6691 data in ringKeith Packard2019-04-21
* altos: Change MAX6691 driver to run its own threadKeith Packard2019-04-21
* altos: Add MAX6691 and ADS131A0X data to ring if presentKeith Packard2019-04-21
* altos/telefireone-v2.0: Definitions needed for MAX6691 driverKeith Packard2019-04-21
* altos: get ao_max6691 driver workingKeith Packard2019-04-21
* altos: Work on MAX6691 driverKeith Packard2019-04-21
* altos/lambdakey-v1.0: Fix obvious build errorsKeith Packard2019-04-21
* altos: Use ao_data_accel_invert when changing orientation valueKeith Packard2019-04-18
* altos/stm32f4-disco: Remove schemeKeith Packard2019-03-18
* altos/stm32f4: Working on USBKeith Packard2019-03-18
* altos/stm32f4: Wrong value for CK48MSEL_PLL_QKeith Packard2019-03-18
* altos/stm32f4: Need to read-back register after clock enableKeith Packard2019-03-18
* altos/stm32f4: Add -mfloat-abi=hard compile optionKeith Packard2019-03-18
* altos: ARM ABI requires 8-byte aligned stackKeith Packard2019-03-18
* altos/drivers/ao_led.c: Declare LED port as void * to allow any SoC to use th...Keith Packard2019-03-12
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2019-02-25
|\
| * altos: add ao_time_ns APIKeith Packard2019-02-25
| * altos: Change default time type to 32-bitsKeith Packard2019-02-25
| * altos: Fix several mis-specified time typesKeith Packard2019-02-25
* | altos: ads124s0x successfully reading dataBdale Garbee2019-02-24
|/
* altos: snapshot - working on ads124x0x driverBdale Garbee2019-02-24