altos: Add bit-bang i2c driver
[fw/altos] / src / attiny /
2020-08-08 Keith Packardaltos: Remove ao_led_toggle API from general code
2020-08-08 Keith Packardaltos: Move empty ao_mutex_get/put to ao_notask.h
2020-08-08 Keith Packardaltos: Fix a bunch of time variables to be AO_TICK_TYPE
2019-09-19 Keith Packardaltos: Add missing build files for avr/attiny devices
2019-02-26 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2019-02-25 Keith Packardaltos: Change default time type to 32-bits
2019-02-25 Keith Packardaltos: Fix several mis-specified time types
2019-02-18 Keith Packardaltos/attiny: Mark 'mode' param to ao_exti_setup_port...
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: Add generic LED driver.
2018-10-13 Keith Packardaltos: Eliminate 'pin' field from GPIO functions
2018-10-13 Keith Packardaltos: Remove 8051 address space specifiers
2017-12-20 Keith Packardaltos/attiny: Add ADC implementation
2016-07-12 Keith PackardSwitch from GPLv2 to GPLv2+
2014-12-06 Bdale GarbeeMerge branch 'master' of ssh://git.gag.com/scm/git...
2014-11-06 Keith Packardaltos: Declare port register type only in arch header
2014-04-07 Keith Packardaltos: Fix nanopeak compile
2014-04-07 Keith Packardaltos: Replace C code attiny async output with inline asm
2013-10-08 Keith PackardMerge remote-tracking branch 'origin/master'
2013-09-15 Keith Packardaltos: Move micropeak sources around
2013-08-29 Keith PackardMerge remote-tracking branch 'origin/telemini'
2013-08-27 Keith Packardaltos: Check for MS5607 MISO low before sleeping
2013-05-21 Keith PackardMerge branch 'lpc'
2013-05-20 Keith PackardMerge branch 'master' into lpc
2013-05-20 Keith Packardaltos: Add EXTI_PIN_NOCONFIGURE to exti interface,...
2013-05-20 Keith Packardaltos/attiny: Fix ao_spi_get_bit/ao_spi_put_bit macros
2013-05-10 Keith PackardMerge branch 'master-fixes' into stm-flash-fixes
2013-05-08 Keith Packardaltos: Move ao_notask to core
2012-10-31 Keith Packardaltos/attiny: Remove debugging code which frobs PB1
2012-10-31 Keith Packardaltos/micropeak: Clock micropeak at 250kHz to save...
2012-10-31 Keith Packardaltos/attiny: Don't initialize the CS pin in the genera...
2012-10-29 Keith Packardaltos/attiny: Update to new interrupt macros
2012-10-18 Keith PackardMerge branch 'master' into mm-ms5611
2012-10-12 Keith Packardaltos: Add attiny architecture files