summaryrefslogtreecommitdiff
path: root/src/stm
Commit message (Expand)AuthorAge
* 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
* altos/stm: Add nvic priority register fields. Add more TIM234 defines.Keith Packard2017-02-20
* altos/stm: Make i2c code handle PCLK1 of 24MHzKeith Packard2017-02-20
* altos/stm: Allow DMA channels to be hijacked by other codeKeith Packard2017-02-20
* altos/stm: Allow use basepri instead of primask for masking interruptsKeith Packard2017-02-20
* altos/stm: Interrupt priority is in the upper bits of the priority maskKeith Packard2017-02-20
* altos/arm: Align data so that gcc 5.4 doesn't do byte-accesses. Add -Wcast-alignKeith Packard2016-12-17
* altos/stm: Make ao_usb_set_address static. Saves a bunch of text spaceKeith Packard2016-12-12
* altos/stm: Set SPI slave DMA priority to HIGH/VERY_HIGHKeith Packard2016-09-03
* altos/stm: Set i2c recv DMA to HIGHKeith Packard2016-09-03
* altos/stm: Set MISO DMA priority to HIGH to avoid OVRKeith Packard2016-09-03
* altos/stm: Create funcs to set SPI DMA parametersKeith Packard2016-09-03
* altos/stm: Make ao_spi_duplex out pointer constKeith Packard2016-09-03
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
* altos/stm: clean up ao_exti_enableKeith Packard2016-06-29
* altos/stm: Add better byte-level SPI apiKeith Packard2016-06-29