doc: Add 1.9.18 release notes
[fw/altos] / src / samd21 /
2024-02-01 Keith Packardaltos: Add SPI bus parameter to ao_spi_speed
2024-01-07 Keith Packardaltos/samd21: Enable stdio for USB by default
2022-11-26 Keith PackardMerge branch 'master'
2022-11-13 Keith Packardsamd21: Save interrupt pin status before enabling inter...
2022-11-13 Keith Packardfixup for exti restore
2022-11-13 Keith Packardsamd21: AO_SPI_0_PA04_PA05_PA06 is FUNC_D
2022-11-13 Keith Packardsamd21: Restore pin cfg when exti is disabled
2022-11-13 Keith Packardsamd21: Limit SPI baud value to 1
2022-11-13 Keith Packardsamd21: PA20 maps to SERCOM3.2 not SERCOM3.3
2022-11-10 Keith Packardsamd21: Leave serial RX interrupts enabled
2022-11-09 Bdale GarbeeTeleMetrum v4.0 work in progress
2022-11-09 Keith Packardsamd21: Hook up AltOS style ADC
2022-11-09 Keith Packardsamd21: Hook up AltOS timer functionality
2022-11-09 Keith Packardsamd21: Move DMA channel defs to ao_dma_samd21.h
2022-11-09 Keith Packardsamd21: Get beep code working
2022-11-08 Keith Packardsamd21: Wire up pin interrupts
2022-11-07 Keith Packardsamd21: Stub out beep code
2022-11-07 Keith Packardsamd21: Stub out exti code
2022-11-07 Keith Packardsamd21: Shrink default stack to 512 bytes
2022-11-07 Keith Packardsamd21: Get serial driver building
2022-11-07 Keith Packardsamd21: Add SPI configurations used by TM v4.0
2022-11-07 Keith Packardsamd21: Get ADC code compiling
2022-11-07 Keith Packardsamd21: Add ability to use arbitrary pin configs with SPI
2022-11-06 Keith Packardsamd21: Macro-ize the DMA register settings a bit
2022-11-06 Keith Packardsamd21: Use DMA for SPI send
2022-11-06 Keith Packardsamd21: Fix value defines to be unsigned long
2022-11-06 Keith Packardsamd21: Avoid divides in boot loader
2022-11-06 Keith Packardsamd21: Fix up DMA driver
2022-11-06 Keith Packardsamd21: Configure ROM/RAM values per device and provide...
2022-11-05 Keith Packardaltos: Get SAMD21 SPI driver working in non-DMA mode
2022-10-27 Keith Packardaltos/samd21: Automatically erase flash when writing
2022-10-27 Keith Packardaltos/samd21: Get USB driver working in AltOS
2022-10-27 Keith Packardaltos/samd21: Add register definitions
2022-10-27 Keith Packardaltos: Add SAMD21 bits
2022-09-26 Keith Packardaltos/samd21: Automatically erase flash when writing
2022-09-26 Keith Packardaltos/samd21: Get USB driver working in AltOS
2022-09-26 Keith Packardaltos/samd21: Add register definitions
2022-09-25 Keith Packardaltos: Add SAMD21 bits