doc: Add 1.9.18 release notes
[fw/altos] / src / stm32l0 /
2024-02-01 Keith Packardaltos: Add SPI bus parameter to ao_spi_speed
2022-11-26 Keith PackardMerge branch 'master'
2022-11-13 Keith Packardattiny, stm32l0: Note that these chips don't support...
2022-04-07 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-05 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-04-04 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2022-02-17 Keith Packardaltos/stm32l0: Add casts to reduce -Wconversion warnings
2022-01-22 Keith Packarddata_interval == 0 means no data collection
2020-09-30 Keith Packardaltos: Fix flash loader map file names
2020-08-08 Keith Packardaltos/stm32l0: Big update in functionality
2020-08-08 Keith Packardaltos: Remove support for !HAS_TASK_QUEUE
2020-08-08 Keith Packardaltos/stm32l0: Add LPUART driver
2020-08-08 Keith Packardaltos/stm32l0: Provide ao_spi_speed inline as per new...
2020-08-08 Keith Packardaltos/stm32l0: Add adc and flash drivers
2020-08-08 Keith Packardaltos/stm32l0: Remove some unused code in ao_timer.c
2020-08-08 Keith Packardaltos/stm32l0: Remove some unused code in USART driver
2020-08-08 Keith Packardaltos/stm32l0: Get exti working
2020-08-08 Keith Packardaltos/stm32l0: Get SPI driver working
2020-08-08 Keith Packardaltos/stm32l0: Some device addrs were wrong
2020-08-08 Keith Packardaltos/stm32l0: More DMA fixes
2020-08-08 Keith Packardaltos: Add initial stm32l0 support