summaryrefslogtreecommitdiff
path: root/src/stm-demo
Commit message (Expand)AuthorAge
* altos: Move common build definitions to src/Makefile.defsKeith Packard2019-02-18
* altos/stm-demo: Make this build again after various API and CFLAGS changesKeith Packard2019-02-18
* altos: Add generic LED driver.Keith Packard2018-10-13
* altos: Use stdbool true/false instead of TRUE/FALSEKeith Packard2018-10-13
* altos: Remove 8051 address space specifiersKeith Packard2018-10-13
* altos/stm-demo: Set up for dumping eepromKeith Packard2018-08-05
* Switch from GPLv2 to GPLv2+Keith Packard2016-07-12
* altos/stm: Make stm applications depend on ao_boot.hKeith Packard2014-05-21
* altosui: Hide Tilt Angle values when not availableKeith Packard2014-03-10
* Re-add LCD bits to stm-demoKeith Packard2014-03-08
* Add flash loader for stm-demo boardKeith Packard2014-03-08
* altos: Remove ARM .ihx files on 'make clean'Keith Packard2013-12-10
* altos: remove all versions of stm-demo executableKeith Packard2013-12-08
* altos: Use installed pdclibKeith Packard2013-10-10
* altos: Add debounce helper. Use in button and quadrature drivers for TeleLCOKeith Packard2013-06-09
* altos: Use flash loader on all STM productsKeith Packard2013-05-07
* altos: Create ihx version of stm-demoKeith Packard2013-05-07
* altos: Clean up boot loader supportKeith Packard2013-05-07
* altos: Make stm-flash capable of switching to applicationKeith Packard2013-05-07
* altos: More .gitignore bitsKeith Packard2013-05-07
* altos: Call ao_task_init before initializing any driversKeith Packard2013-05-07
* altos: re-enable optimization for stm-demo. remove unused bitsKeith Packard2013-03-10
* altos: Set STM GPIO output speed for SPI pins correctlyKeith Packard2013-01-13
* altos: Specify the LCD duty cycle for stm-demoKeith Packard2012-08-27
* altos: Trigger sample complete when all data are readyKeith Packard2012-08-26
* altos: Add button driver and event queueKeith Packard2012-08-06
* altos: Support multiple quadrature encoders.Keith Packard2012-08-06
* altos: Fix up quadrature driverKeith Packard2012-08-06
* Signed-off-by: Keith Packard <keithp@keithp.com>Keith Packard2012-08-06
* altos: Have 'make clean' remove all programs, even old onesKeith Packard2012-07-11
* altos: include targe SPI speed in get requestKeith Packard2012-06-27
* altos: Clean up usage of port parametersKeith Packard2012-06-26
* altos: Configure STM LCD driver for giant LCD digitsKeith Packard2012-06-21
* altos: Make stm-demo compile with new ao_data structureKeith Packard2012-05-27
* altos: Switch stm-demo to HSE clock, add USBKeith Packard2012-04-14
* altos: Make STM clock configuration per-product. Fix 32MHz CPU speedKeith Packard2012-04-09
* altos: Test I2C code on discovery board.Keith Packard2012-04-09
* altos: Show temperature in stm-demoKeith Packard2012-04-07
* altos: Add ADC tests to stm-demoKeith Packard2012-04-07
* altos: Shuffle stm-demo SPI test code around a bitKeith Packard2012-04-06
* altos: Add DMA, SPI and MS5607 driversKeith Packard2012-04-06
* stm-demo does not use altitude.hKeith Packard2012-03-28
* Use -Os for STM apps. Fix altos.ld to matchall .rodata* sectionsKeith Packard2012-03-28
* Use new Makefile.defs in stm-demoKeith Packard2012-03-28
* Make stm-demo display a scrolling messageKeith Packard2012-03-28
* Move LCD string output code to ao_lcd_font.cKeith Packard2012-03-28
* Add LCD device driver to STM32L portKeith Packard2012-03-28
* Add support for multiple serial ports on STM32LKeith Packard2012-03-28
* Save/restore PRIMASK register on Cortex-M3Keith Packard2012-03-28
* Fix STM LED driver and blink LEDs on discovery boardKeith Packard2012-03-28