summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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: 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: Allow applications to override newlib printf selectionKeith Packard2019-02-21
* altos: Fix ISR declarations to make them non-weakKeith Packard2019-02-21
* altos/telefireone-v2.0: Remove build of ao_product.h from MakefileKeith Packard2019-02-21
* altos: first cut of code for telefireone-v2.0Bdale Garbee2019-02-18
* altos: Build telefireone-v1.0 by defaultKeith Packard2019-02-18
* altos/telefireone-v1.0: Track ao_led_init API changeKeith Packard2019-02-18
* altos/telefireone-v1.0: Set various ADC valuesKeith Packard2019-02-18
* altos/telefireone-v1.0: Set AO_LOG_FORMATKeith Packard2019-02-18
* altos/telefireone-v1.0: Turn off USE_INTERNAL_FLASHKeith Packard2019-02-18
* altos/telefireone-v1.0: Clean up MakefileKeith Packard2019-02-18
* altos/telefireone-v1.0: Doesn't have a beeperKeith Packard2019-02-18
* altos: Remove AO_LOG_STATE from ao_log_telefiretwoKeith Packard2019-02-18
* altos: Move common build definitions to src/Makefile.defsKeith Packard2019-02-18
* altos/attiny: Mark 'mode' param to ao_exti_setup_port as usedKeith Packard2019-02-18
* altos: Add -Wshadow to CFLAGSKeith Packard2019-02-18
* altos/stm-demo: Make this build again after various API and CFLAGS changesKeith Packard2019-02-18
* stm: Expose LCD font API in ao_lcd_font.hKeith Packard2019-02-18
* altos: Add a pile more compiler warningsKeith Packard2019-02-18
* altos: Declare task stack as union of uint8_t and uint32_tKeith Packard2019-02-18
* altos: Remove unused ao_adc_get from ao_adc_stm.cKeith Packard2019-02-18
* altos: Stop doing pointer arith on void *Keith Packard2019-02-18
* altos: Add 'void' to function declarations with no params.Keith Packard2019-02-18
* altos: Declare all public functions in header filesKeith Packard2019-02-18
* altos: Mark local functions 'static'Keith Packard2019-02-18
* altos/stm: Note that ao_i2c_recv_dma_isr isn't actually usedKeith Packard2019-02-18
* altos: Fix spelling of stm_dma_ch4_5_6_isrKeith Packard2019-02-18
* altos: ADS124S0X driver compiles with initialization code maybe completedBdale Garbee2019-02-17
* altos: add initial support for TeleFireOne v2.0Bdale Garbee2019-02-17
* Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altosBdale Garbee2019-01-28
|\
| * altos/telefireeight-v2.0: Add flash loader MakefileKeith Packard2019-01-28
| * altos: Delete unused config bits for telefireeight-v2.0. Add MakefileKeith Packard2019-01-28
* | Makefiles, tooBdale Garbee2019-01-28
|/
* altos: add telefireeight-v2.0 to src/Makefile and to ReleasingBdale Garbee2019-01-27
* altos: add support for telefireeight-v2.0Bdale Garbee2019-01-27
* altos: Don't validate ADXL375 self test for maximum valueKeith Packard2018-12-30
* altos: Make HAS_ACCEL_DEBUG build againKeith Packard2018-12-30
* altos/easymega-v2.0: Handle different mpu9250 orientationKeith Packard2018-10-20
* altos/adxl375: Clean up initialization, shortening self test periodKeith Packard2018-10-20
* altos: Add EasyMega v2.0 to default buildKeith Packard2018-10-19
* altos/easymega-v2.0: Add adxl375, replace mpu6000 with 9250 [v2]Keith Packard2018-10-19
* altos/easymega-v2.0: Change binary to easymega-v2.0 instead of easymega-v1.0Keith Packard2018-10-19
* altos: Add ADXL375 driver [v2]Keith Packard2018-10-19
* altos/stm: Support SPI modes other than 0Keith Packard2018-10-19