summaryrefslogtreecommitdiff
path: root/src/stm
Commit message (Expand)AuthorAge
* altos: get ao_max6691 driver workingKeith Packard2019-04-21
* altos: Work on MAX6691 driverKeith Packard2019-04-21
* altos: add ao_time_ns APIKeith Packard2019-02-25
* altos: Fix several mis-specified time typesKeith Packard2019-02-25
* altos: Fix ISR declarations to make them non-weakKeith Packard2019-02-21
* altos: Move common build definitions to src/Makefile.defsKeith Packard2019-02-18
* altos: Add -Wshadow to CFLAGSKeith 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: 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/stm: Support SPI modes other than 0Keith Packard2018-10-19
* altos/stm: Make beeper driver support all possible tim234 configsKeith Packard2018-10-19
* altos: Create ao_data_fill shared functionKeith Packard2018-10-19
* altos: Clean up AO_ROMCONFIG bitsKeith 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: Switch to newlib-nano for libc on armKeith Packard2018-10-13
* altos/stm: Make flash loader work with either 8MHz or 16MHz xtalKeith Packard2018-10-13
* altos: Allow timer interrupt without needing tick countKeith Packard2018-08-15
* altos/stm: Let products override AO_LED_TYPE for stm processorsKeith Packard2018-06-17
* altos/stm: Define ADC channels for TEMP and V_REFKeith Packard2018-06-17
* altos/stm: Remove unused ADC names from ao_adc_single_stm.cKeith Packard2018-06-17
* altos/stm: Enable HSI timer when HAS_ADC_SINGLE is setKeith Packard2018-05-28
* altos/stm: Add polling ADC sampler APIKeith Packard2018-05-28
* altos/stm: Add per-LED port/pin mode in LED codeKeith Packard2018-05-16
* Remove ao_radio_cal from stm products without radiosKeith Packard2018-04-26
* altos/flash-loader: On STM, don't include ao_usb_disableKeith Packard2018-04-26
* altos/stm: Simplify ao_usb_write a bitKeith Packard2018-04-26
* altos/stm: Align 'data' to 8 bytes, just like textramKeith Packard2017-12-12
* altos: Actually store current MPU9250 data in data ringKeith Packard2017-12-11
* altos: Allow building with newlib + avr stdio on ARMKeith Packard2017-12-11
* altos/cortexelf-v1: Adapt to lisp->scheme name changeKeith Packard2017-12-05
* altos/stm: Add AO_EXTI_MODE_PULL_NONEKeith Packard2017-11-11
* altos: whitespace cleanup in ao_adc_stm.cKeith Packard2017-11-11
* altos/stmf0: Initialize UART RTS/CTS before turning it onKeith Packard2017-06-27
* altos: Make CDC ACM 'line coding' publicKeith Packard2017-05-04
* stm: Add more mask-based GPIO controlsKeith Packard2017-04-04
* stm: Add a few more GPIO functions to make dealing with the 1802 easierKeith Packard2017-04-03
* altos: add button matrix driverKeith Packard2017-04-02
* stm: Use common flash wait loop instead of inliningKeith Packard2017-04-02
* cortexelf-v1: Use new memory map to access all flash and ram. Add fat.Keith Packard2017-04-02
* altos/stm: Add draw and lisp to make search paths.Keith Packard2017-02-20