Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb_cdc: Add support for usb_send_ep0_progmem() | Kevin O'Connor | 2018-09-30 | 1 | -0/+1 |
| | | | | | | | Add support for explicitly sending to the ep0 pipe from constant "progmem" memory on the AVR. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | generic: Move simulator/irq.h to new file generic/irq.h | Kevin O'Connor | 2016-06-13 | 1 | -0/+13 |
Move the generic irq definitions into generic/irq.h and move the simulator irq code into main.c. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |