src: Add easymini-v3.0
[fw/altos] / src / drivers /
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-26 Bdale Garbeedial it down a bit more to not exceed +10 dBm, or 10 mW radio-limit
2022-02-26 Keith PackardAllow TX power to be limited to 10mW
2022-02-17 Keith Packarddrivers/ao_rn4678: Fix timeouts to use AO_TICK_TYPE
2022-02-17 Keith Packarddrivers/ao_quadrature: Fix -Wconversion warnings
2022-02-17 Keith Packarddrivers/ao_pad: Convert from/to 16-bit times over the air
2022-02-17 Keith Packarddrivers/ao_packet: Switch time values to AO_TICK_TYPE
2022-02-17 Keith Packarddrivers: Resolve -Wconversion in m25, mma655x, mmc5983...
2022-02-17 Keith Packarddrivers/ao_lco: Fix box types to be uint16_t. Also...
2022-02-17 Keith Packardao_hmc5883: Add explicit casts for -Wconversion
2022-02-17 Keith Packardao_companion: Make time conversion to 16-bits in compan...
2022-02-17 Keith Packardao_gps_skytrac, ao_gps_ublox: Add explicit casts to...
2022-02-17 Keith Packarddrivers: Fix type of radio timeout parameter
2022-02-17 Keith Packardaltos/drivers/ao_button: Save all 32-bits of irq status
2022-02-17 Keith Packardaltos/drivers: Add explicit casts in ao_aprs, ao_bmx160...
2022-01-11 Keith Packardaltos: Switch all tick variables to AO_TICK_TYPE/AO_TIC...
2021-10-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2021-09-29 Keith Packardaltos: Measure mmc5983 offset
2021-09-20 Keith Packardaltos: Deal with cc1201 limitations
2021-09-19 Keith Packardaltos: Support normalized axes in mpu6000 and mmc5983
2021-09-19 Keith Packardaltos: Detect CC120X device type
2021-09-19 Keith Packardaltos: Get MMC5983 driver working
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...
next