summaryrefslogtreecommitdiff
path: root/src/drivers/ao_ms5607.c
Commit message (Expand)AuthorAge
* 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/drivers: Use stdbool in ao_ms5607.cKeith Packard2018-10-13
* altos: Eliminate 'pin' field from GPIO functionsKeith Packard2018-10-13
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos: Remove *_TO_DATA macrosKeith 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: Update sensor data atomicallyKeith Packard2017-06-11
* altos/ms5607: Allow applications to not use the normal data ring and threadKeith Packard2017-04-27
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
* altos/detherm: Add ms5607 to dethermKeith Packard2016-04-13
* altos: Make MS5607 PROM a public variableKeith Packard2014-05-25
* altos: Check for MS5607 MISO low before sleepingKeith Packard2013-08-26
* altos: Use %ld and %lu for MS5607 debug outputKeith Packard2013-08-26
* altos/teletiny-v2.0: Support multiple SPI busses on CC1111Keith Packard2013-08-25
* altos: Make TeleMini v2.0 fitKeith Packard2013-08-25
* Initial TeleMini bitsKeith Packard2013-08-25
* altos: Add EXTI_PIN_NOCONFIGURE to exti interface, use for MS5607Keith Packard2013-05-19
* altos: Use ao_spi_get/put_bit in MS5607 driverKeith Packard2013-05-19
* altos/micropeak: Run MS5607 at max resolution for micropeakKeith Packard2012-10-30
* altos: Switch drivers to ao_arch_block/release_interruptsKeith Packard2012-10-25
* altos: profiling on STM32LKeith Packard2012-10-25
* Merge branch 'master' into mm-ms5611Keith Packard2012-10-18
|\
| * altos: Split out ms5607 conversion code for use in ao_flight_testKeith Packard2012-10-13
| * altos: Prepare ms5607 driver for use in non-tasking productsKeith Packard2012-10-12
* | altos: Fix up ms5607 and mma655x commands to work againKeith Packard2012-10-08
* | altos: Go back to recording sensor data in globalsmm-ms5611Keith Packard2012-10-08
* | altos/drivers: Use data ring values for MS5607 presentationKeith Packard2012-10-06
|/
* altos: Re-enable the ms5607 and mma655x acquisition threadsKeith Packard2012-10-03
* altos: Provide MS5611 configuration option, HAS_MS5611Keith Packard2012-10-03
* altos: Add custom panic noise for self-test failuresKeith Packard2012-08-31
* altos: Trigger sample complete when all data are readyKeith Packard2012-08-26
* altos: Use split SPI bus for MS5607 sensorKeith Packard2012-08-18
* altos: Disable MS5607 interrupt in the handleraltosdroidKeith Packard2012-06-28
* altos: include targe SPI speed in get requestKeith Packard2012-06-27
* altos: Clean up usage of port parametersKeith Packard2012-06-26
* altos: Other half of the ms5607 prom reporting patchKeith Packard2012-06-04
* altos: Don't start ADC ring until the other sensors have a valid valueKeith Packard2012-05-27
* altos: Finish ms5607 supportKeith Packard2012-05-18
* altos: Check MS5607 CRC. Clean up MS5607 APIKeith Packard2012-05-18
* altos: Add support for multiple SPI busses and sharing device driversKeith Packard2012-04-14
* altos: Reduce MS5607 reset delay, increase conversion delayKeith Packard2012-04-09
* altos: Make ms5607 driver do somethingKeith Packard2012-04-09
* altos: Add DMA, SPI and MS5607 driversKeith Packard2012-04-06