altos/test: Adjust CRC error rate after FEC fix
[fw/altos] / src / lpc / ao_arch.h
2024-02-01 Keith Packardaltos: Add SPI bus parameter to ao_spi_speed
2023-03-28 Keith Packardaltos: Allow ports to use type other than 'void *'...
2020-07-30 Keith Packardaltos: Use new ao_spi_speed inline to set SPI speeds...
2020-05-22 Keith Packardaltos: Move from newlib-nano to picolibc
2019-02-26 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2019-02-25 Keith Packardaltos: Fix several mis-specified time types
2019-02-18 Keith Packardaltos: Declare task stack as union of uint8_t and uint32_t
2018-10-20 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2018-10-13 Keith Packardaltos: Clean up AO_ROMCONFIG bits
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2018-10-13 Keith Packardaltos: Switch to newlib-nano for libc on arm
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2015-02-05 Keith PackardRevert LPC usb performance improvements
2015-01-16 Keith PackardSet version to 1.5.9.1 1.5.9.1
2014-12-23 Keith Packardaltos/lpc: Switch LPC SPI driver to interrupt-driven bdale-altosdroid
2014-05-13 Keith PackardMerge remote-tracking branch 'origin/master'
2014-05-13 Keith Packardaltos: Assume all LPC products will have 32KB of flash
2014-04-05 Keith Packardaltos: Report battery voltage instead of S at startup
2014-03-10 Keith Packardaltos: Fix LPC LED driver
2013-08-25 Keith Packardaltos: Set default LPC stack to 512 bytes, Em to 384...
2013-08-17 Keith Packardaltos: Set default LPC stack to 512 bytes, Em to 384...
2013-08-17 Keith PackardMerge remote-tracking branch 'origin/master'
2013-06-24 Keith Packardaltos/lpc: Add boot loader
2013-05-21 Keith PackardMerge branch 'lpc'
2013-05-20 Keith PackardMerge branch 'master' into lpc
2013-05-20 Keith Packardaltos/lpc: SPI runs off main clock (48MHz), not sysclk...
2013-05-18 Keith Packardaltos/lpc: Stick USB control structure in USB memory
2013-05-18 Keith Packardaltos/lpc: Try a smaller stack.
2013-05-18 Keith Packardaltos: LPC interrupt priorities are just 0-3
2013-05-18 Keith Packardaltos: Add LPC spi driver
2013-05-17 Keith Packardaltos/lpc: Get USB working
2013-05-17 Keith Packardlpc: Initial lpcxpresso bits