src-avr: Improve speed of LCD transfers, add hex-code character input
[fw/altos] / src-avr /
2011-06-05 Keith Packardsrc-avr: Improve speed of LCD transfers, add hex-code...
2011-06-05 Keith Packardsrc-avr: Add LCD driver for NHD-C0216CU-FN-GWB-3V display
2011-06-05 Keith Packardsrc-avr: Run CPU at 8MHz, even with a 16MHz xtal
2011-05-24 Keith Packardaltos: Make telescience reliably log only when told to
2011-05-23 Keith Packardsrc-avr: Move logging printfs out of ISR call chain
2011-05-23 Keith Packardsrc-avr: Control log with pin on companion connector
2011-05-22 Keith Packardsrc-avr: Check RAM usage for telescience
2011-05-22 Keith Packardsrc-avr: bump ADC ring to 16 samples
2011-05-22 Keith Packardsrc-avr: Finish up telescience logging
2011-05-22 Keith Packardsrc-avr: Log ADC data to eeprom
2011-05-21 Keith Packardsrc-avr: Clean up AVR ADC code
2011-05-21 Keith Packardsrc-avr: Add ADC routines to telescience
2011-05-20 Keith Packardsrc-avr: Reduce control connection interrupts
2011-05-20 Keith Packardsrc-avr: Clean up the USB echo debug task a bit
2011-05-20 Keith Packardsrc-avr: Disable USB interrupts while we're not interested
2011-05-20 Keith Packardsrc-avr: Add USB IRQ debug cmd
2011-05-20 Keith Packardsrc-avr: Attempt to leave IN interrupts disabled most...
2011-05-20 Keith Packardsrc-avr: Add 'sleep_cpu' to reduce power usage while...
2011-05-20 Keith Packardsrc-avr: Add SPI modules to telescience
2011-05-20 Keith Packardsrc-avr: Add telescience build target
2011-05-18 Keith Packardsrc-avr: Get USB on AVR working
2011-05-18 Keith Packardsrc-avr: Make avr-demo objects depend on ao_usb.h
2011-05-18 Keith Packardsrc-avr: Trap accidental restart
2011-05-18 Keith Packardsrc-avr: Suspend interrupts while switching stacks
2011-05-18 Keith Packardsrc-avr: USB work in progress
2011-05-18 Keith Packardsrc-avr: Add a couple of missing files
2011-05-16 Keith Packardaltos-avr: Start writing USB driver.
2011-05-13 Keith Packardaltos-avr: Enable command processor over serial line...
2011-05-13 Keith Packardaltos-avr: Initial OS port to AVR