summaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Expand)AuthorAge
* 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
* 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: Allow ms5607 driver to either set ao_sensor_errors or panicKeith Packard2019-07-15
* 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: Support ao_ms5607_dump when no ms5607 taskKeith Packard2019-06-17
* altos: Add preliminary TeleStatic v3.0 codeKeith Packard2019-04-21
* altos: Change MAX6691 driver to run its own threadKeith Packard2019-04-21
* altos: get ao_max6691 driver workingKeith Packard2019-04-21
* altos: Work on MAX6691 driverKeith Packard2019-04-21
* altos/drivers/ao_led.c: Declare LED port as void * to allow any SoC to use th...Keith Packard2019-03-12
* altos: ads124s0x successfully reading dataBdale Garbee2019-02-24
* altos: snapshot - working on ads124x0x driverBdale Garbee2019-02-24
* altos: ADS124S0X driver compiles nowBdale Garbee2019-02-24
* altos: fix ads124s0x data structureBdale Garbee2019-02-24
* altos: first cut at ADS124S0X driver interrupt handlingBdale Garbee2019-02-24
* altos: Mark local functions 'static'Keith Packard2019-02-18
* altos: ADS124S0X driver compiles with initialization code maybe completedBdale Garbee2019-02-17
* altos: Don't validate ADXL375 self test for maximum valueKeith Packard2018-12-30
* altos/adxl375: Clean up initialization, shortening self test periodKeith Packard2018-10-20
* altos: Add ADXL375 driver [v2]Keith Packard2018-10-19
* altos/drivers: Use stdbool in ao_ms5607.cKeith Packard2018-10-13
* altos: Add generic LED driver.Keith Packard2018-10-13
* altos: Eliminate 'pin' field from GPIO functionsKeith Packard2018-10-13
* altos: Use stdbool true/false instead of TRUE/FALSEKeith Packard2018-10-13
* altos: Make cmd number parsing functions return valueKeith Packard2018-10-13
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos: Remove *_TO_DATA macrosKeith Packard2018-10-13
* altos: use %lu for APRS altitude in sprintfKeith Packard2018-10-13
* altos: sdcc doesn't have 'false' and 'true'.Keith Packard2018-10-02
* altos/drivers: Shrink ao_ms5607.c code to fit on micropeak stillKeith Packard2018-10-02
* altos: Remove spurious ao_mma655x_spi_index variableKeith Packard2018-08-15
* altos: Fetch current quadrature status at startup timeKeith Packard2018-07-04
* altos: Make fewer LCO variables publicKeith Packard2018-07-04
* altos: Make LCO search directly drive pad/box displaysKeith Packard2018-07-04
* altos: Fix LCO display while searchingKeith Packard2018-07-04
* altos: Fix telelcotwo build for new ao_lco_bits.c fileKeith Packard2018-07-04
* altos: A bit more LCO code sharingKeith Packard2018-07-03
* altos: Share common LCO functions in ao_lco_bits.cKeith Packard2018-07-03
* altos/ao_pad: Move LED test to the monitor taskKeith Packard2018-06-17
* altos/ao_pad: Turn on all LEDs for a moment at power upKeith Packard2018-06-17
* altos/ao_pad: Use AO_LED_TYPE for computing active LEDs.Keith Packard2018-06-17
* altos/driver: Improve quadrature debouncing for mechanical encodersKeith Packard2018-06-17
* altos/telelco-v0: Test display, show batt voltage at bootKeith Packard2018-06-17
* altos/telelco: Remove STATIC_TEST code from stand-alone LCO boxesKeith Packard2018-05-31
* altos/telefire*: Do voltage tests in decivolts instead of ADC unitsKeith Packard2018-05-31