summaryrefslogtreecommitdiff
path: root/src-avr/ao_usb_avr.c
Commit message (Collapse)AuthorAge
* src-avr: Reduce control connection interruptsKeith Packard2011-05-20
| | | | | | | Leave these disabled while processing stuff; otherwise we receive a steady stream of them. Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Clean up the USB echo debug task a bitKeith Packard2011-05-20
|
* src-avr: Disable USB interrupts while we're not interestedKeith Packard2011-05-20
| | | | | | | | We leave USB data lying around until called for, which results in constant badgering if interrupts are enabled. Disable them until there isn't any data left. Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Add USB IRQ debug cmdKeith Packard2011-05-20
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Attempt to leave IN interrupts disabled most of the timeKeith Packard2011-05-20
|
* src-avr: Add telescience build targetKeith Packard2011-05-19
| | | | | | No serial output, just USB Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: Get USB on AVR workingKeith Packard2011-05-18
| | | | | | | As usual, the key is to know when to send 0-length IN and OUT packets. Needs a bunch of cleanup, but it's working now. Signed-off-by: Keith Packard <keithp@keithp.com>
* src-avr: USB work in progressKeith Packard2011-05-17
| | | | | | Some packets are flowing, although it's not working right. Signed-off-by: Keith Packard <keithp@keithp.com>
* altos-avr: Start writing USB driver.Keith Packard2011-05-15
Adapt ao_usb to new environment. Signed-off-by: Keith Packard <keithp@keithp.com>