altos: Add bit-bang i2c driver
[fw/altos] / src / drivers /
2021-09-19 Keith Packardaltos: Record MPU6000 failure but let device boot
2021-09-07 Keith PackardShow mag sensor SPI ID
2021-08-03 Keith Packardaltos: Change MMC5893 driver to avoid interrupts
2021-08-01 Keith Packardaltos: Add MMC5983 driver
2020-10-22 Keith Packardaltos: Change adxl375 self test parameters
2020-10-22 Keith Packardaltos/drivers: Add ao_adxl375_accel_to_sample macro
2020-08-08 Keith Packardaltos: Remove ao_led_toggle API from general code
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-06-14 Keith Packardaltos: Fix printf format mis-matches
2020-06-09 Keith Packardaltos: Move ao_storage_erase to shared code. Add len
2020-05-28 Keith Packardaltos: Allow BMX160 to be used as primary accel
2020-05-28 Keith Packardaltos: Allow MPU9250 SPI speed to be set by application
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-21 Keith Packardaltos: Init BMX160 more carefully
2020-02-21 Keith Packardaltos: Get BMX160 initialized correctly
2020-02-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2020-01-24 Keith Packardaltos: Disable ao_btm debug. Avoids breaking 's' command
2020-01-22 Keith Packardaltos: Use AO_TICK_TYPE/AO_TICK_SIGNED for lco/pad...
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/telefire: Don't arm the box if the local arm...
2019-09-18 Keith PackardMerge remote-tracking branch 'mjb/android-build-update'
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-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-15 Keith Packardaltos: Allow ms5607 driver to either set ao_sensor_erro...
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: Support ao_ms5607_dump when no ms5607 task
2019-04-22 Keith Packardaltos: Add preliminary TeleStatic v3.0 code
2019-04-22 Keith Packardaltos: Change MAX6691 driver to run its own thread
2019-04-21 Keith Packardaltos: get ao_max6691 driver working
2019-04-21 Keith Packardaltos: Work on MAX6691 driver
2019-03-12 Keith Packardaltos/drivers/ao_led.c: Declare LED port as void *...
2019-03-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2019-02-26 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2019-02-24 Bdale Garbeealtos: ads124s0x successfully reading data
2019-02-24 Bdale Garbeealtos: snapshot - working on ads124x0x driver
2019-02-24 Bdale Garbeealtos: ADS124S0X driver compiles now
2019-02-24 Bdale Garbeealtos: fix ads124s0x data structure
2019-02-24 Bdale Garbeealtos: first cut at ADS124S0X driver interrupt handling
2019-02-18 Keith Packardaltos: Mark local functions 'static'
2019-02-18 Bdale Garbeealtos: ADS124S0X driver compiles with initialization...
2018-12-30 Keith Packardaltos: Don't validate ADXL375 self test for maximum...
2018-10-20 Keith Packardaltos/adxl375: Clean up initialization, shortening...
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-19 Keith Packardaltos: Add ADXL375 driver [v2]
2018-10-13 Keith Packardaltos/drivers: Use stdbool in ao_ms5607.c
2018-10-13 Keith Packardaltos: Add generic LED driver.
2018-10-13 Keith Packardaltos: Eliminate 'pin' field from GPIO functions
2018-10-13 Keith Packardaltos: Use stdbool true/false instead of TRUE/FALSE
2018-10-13 Keith Packardaltos: Make cmd number parsing functions return value
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2018-10-13 Keith Packardaltos: Remove *_TO_DATA macros
2018-10-13 Keith Packardaltos: use %lu for APRS altitude in sprintf
2018-10-02 Keith Packardaltos: sdcc doesn't have 'false' and 'true'.
2018-10-02 Keith Packardaltos/drivers: Shrink ao_ms5607.c code to fit on microp...
2018-08-15 Keith Packardaltos: Remove spurious ao_mma655x_spi_index variable
2018-07-04 Keith Packardaltos: Fetch current quadrature status at startup time
2018-07-04 Keith Packardaltos: Make fewer LCO variables public
2018-07-04 Keith Packardaltos: Make LCO search directly drive pad/box displays
2018-07-04 Keith Packardaltos: Fix LCO display while searching
2018-07-04 Keith Packardaltos: Fix telelcotwo build for new ao_lco_bits.c file
2018-07-03 Keith Packardaltos: A bit more LCO code sharing
2018-07-03 Keith Packardaltos: Share common LCO functions in ao_lco_bits.c
2018-06-17 Keith Packardaltos/ao_pad: Move LED test to the monitor task
2018-06-17 Keith Packardaltos/ao_pad: Turn on all LEDs for a moment at power up
2018-06-17 Keith Packardaltos/ao_pad: Use AO_LED_TYPE for computing active...
2018-06-17 Keith Packardaltos/driver: Improve quadrature debouncing for mechani...
2018-06-17 Keith Packardaltos/telelco-v0: Test display, show batt voltage at...
2018-06-01 Keith Packardaltos/telelco: Remove STATIC_TEST code from stand-alone...
2018-06-01 Keith Packardaltos/telefire*: Do voltage tests in decivolts instead...
2018-05-28 Keith Packardaltos/driver: Add support for one-step-per-click quadra...
2018-05-28 Keith Packardaltos/drivers: Make quadrature debounce longer by defau...
2018-05-28 Keith Packardaltos/ao_button.c: Support up to 16 buttons
2018-05-22 Keith Packardaltos/drivers: Pads with multi-port firing and pad...
2018-03-23 Keith Packardaltos/ao_cc1120: Only call ao_packet_slave_stop when...
2018-02-12 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-01-08 Keith Packardaltos/stmf0: Use double buffering for ChaosKey
2017-12-11 Keith Packardaltos/drivers: Hook up mag sensor for MPU9250
2017-12-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-12-05 Keith Packardaltos/drivers: Start adding defines to get mag data...
2017-10-12 Keith Packardaltos: Add MPU9250 driver (accel/gyro only for now)
2017-09-12 Keith Packardchaoskey: Wait for input data to stabilize before using it
2017-07-21 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2017-06-20 Keith Packardaltos/rn4678: Add BLE support
2017-06-13 Keith Packardaltos: Add timeout to RN4678 status message code
2017-06-12 Keith Packardaltos: HMC5883 output order is X Z Y
2017-06-12 Keith Packardaltos: Update sensor data atomically
2017-05-15 Keith Packardaltos/ao_rn4678: Send '$$$' for new devices. Fix name...
2017-05-13 Keith Packardaltos: Add RN4678 Bluetooth module driver
2017-04-28 Keith Packardaltos/ms5607: Allow applications to not use the normal...
2017-04-24 Keith Packardaltos/ao_pad.c: Use #if HAS_LOG instead of #ifdef HAS_LOG
2017-04-23 Bdale Garbeeimplement static test start and stop protocol for telef...
2017-04-23 Bdale Garbeeeliminate spurious close braces
next