first rough cut at skeleton of code for pnpservo .. altos boots and runs
[fw/altos] / src / stmf0 /
2017-02-21 Keith Packardaltos/stmf0: Support timer 2/3 for the beeper
2017-02-21 Keith Packardaltos/stmf0: Support tim1 beeper channel other than 3
2017-02-20 Keith Packardaltos/stmf0: Add adc and beep support for TeleMini...
2017-02-20 Keith Packardaltos/stmf0: Allow projects to not use the USB boot...
2017-02-20 Keith Packardaltos/stmf0: Complain if the SPI configuration isn...
2017-02-20 Keith Packardaltos/stmf0: Allow apps to leave interrupt vectors...
2017-02-20 Keith Packardaltos/chaoskey: use both halves of the CRC
2017-02-20 Keith Packardaltos/stmf0: Add a comment about the requirements for...
2017-02-20 Keith Packardaltos/lambdakey: Get save/restore working
2017-02-20 Keith Packardaltos/stmf0: Add lisp to include directories
2017-02-20 Keith PackardAdd first lisp bits
2016-12-18 Keith Packardaltos/arm: Align data so that gcc 5.4 doesn't do byte...
2016-10-31 Keith Packardaltos/stmf0: Add USART support
2016-08-09 Keith Packardaltos/stmf0: Switch ADC fast to ADC clock
2016-08-02 Keith Packardaltos/stmf0: Clean .bin files from flash-loader dirs
2016-08-02 Keith Packardaltos/stmf0: Hook up clock output support
2016-07-14 Keith Packardaltos: Add STM32F0 beep and SPI byte API.
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2016-06-12 Keith Packardaltos/stmf0: Remove ao_usb_free
2016-06-12 Keith Packardaltos/stmf0: Rework the sram allocation to save a few...
2016-06-10 Keith Packardstmf0: Do not send more data than requested for GET_DES...
2016-06-10 Keith Packardstmf0: Clear all USB state when resetting chip. Wakeup...
2016-04-20 Keith Packardaltos/stmf0: Fix external interrupts
2016-04-13 Keith Packardaltos/detherm: Add ms5607 to detherm
2016-04-03 Keith Packardaltos/stmf0: Add pwm and exti drivers
2016-04-03 Keith Packardaltos/stmf0: Support HPE clock source
2016-04-03 Keith Packardaltos/stmf0: Add SPI driver.
2016-03-18 Keith Packardaltos/stmf0: Construct .bin files for flash loaders
2016-03-07 Bart Masseyaltos: Fixed timing of panic display LED to be readable
2016-03-05 Keith Packardaltos/stmf0: Fix build without second USB IN endpoint
2016-03-02 Keith Packardaltos/chaoskey: Add another USB endpoint to read raw...
2016-02-15 Keith Packardaltos/stmf0: Use device ID as usb serial number if...
2016-02-15 Keith Packardaltos/stmf0: Fix location of device_id register
2016-02-09 Bart MasseyClean up stmf0 adc init.
2016-02-08 Keith Packardaltos/stmf0: Add missing ao_gpio.c
2016-02-07 Keith Packardaltos: Allow USB drivers to skip CDC-ACM -specific...
2016-02-07 Keith Packardaltos/stmf0: Add suspend/resume support
2016-02-07 Keith Packardaltos/stmf0: Allow projects to specify non-default...
2016-02-07 Keith Packardaltos: remove blank line in stmf0/ao_timer.c
2015-07-15 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-03-20 Keith Packardaltos/stmf0: Have fast ADC ring buffer code use wrap...
2015-03-08 Keith Packardaltos/stmf0: Need ao_exti.h for pin configuration
2015-03-01 Keith Packardaltos/stmf0: Allocate USB buffers at startup
2015-03-01 Keith Packardaltos/stmf0: Typo in ao_crc_stm.c
2015-03-01 Keith Packardaltos/stmf0: Fix fast ADC interface
2015-02-22 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2015-02-09 Keith Packardaltos/stmf0: Add ao_crc_stm.c
2015-02-01 Keith Packardaltos/stmf0: Support PA11/PA12 remapping
2015-01-28 Keith Packardaltos/stmf0: Re-implement fast ADC code for stmf0
2015-01-28 Keith Packardaltos/stmf0: Add CRC driver
2015-01-27 Keith Packardaltos/stmf0: Remove remaining stm32l bits from stm32f0...
2015-01-27 Keith Packardaltos/stmf0: Add ADC and DMA APIs
2015-01-27 Keith Packardaltos/stmf0: Add faster USB path
2015-01-27 Keith Packardaltos/stmf0: Fix linker scripts to make ao_boot work
2015-01-26 Keith Packardaltos: Add self-flash support for STM32F042 processor
2015-01-26 Keith Packardaltos: Initial STMF04x support