aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/usbserial.c
Commit message (Expand)AuthorAgeFilesLines
* avr: No need to define bootloader_request()Kevin O'Connor2022-12-301-6/+0
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-1/+2
* usb_cdc: Add support for detecting a USB level Arduino bootloader requestKevin O'Connor2018-12-241-0/+5
* avr: Add initial support for atmega32u4 chipsKevin O'Connor2018-11-201-5/+13
* avr: Disable usb serial interrupts while processing dataKevin O'Connor2018-10-021-6/+10
* avr: No need to reset ep0 interrupts on a shutdownKevin O'Connor2018-10-021-7/+0
* avr: Use generic usb_cdc code for usb serial supportKevin O'Connor2018-09-301-44/+223
* command: Add command_find_and_dispatch() helperKevin O'Connor2018-05-281-4/+2
* command: Add a command_encode_and_frame() helperKevin O'Connor2018-05-281-2/+1
* command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengthsKevin O'Connor2018-05-281-4/+3
* command: Don't pass max_size to command_encodef()Kevin O'Connor2017-08-141-12/+7
* sched: Introduce sched_wake_tasks() function to wake up tasksKevin O'Connor2017-08-081-1/+3
* avr: Integrate usb serial console functionsKevin O'Connor2017-06-291-32/+16
* command: Move low-level sendf transmission into board codeKevin O'Connor2017-06-291-2/+17
* command: Move command_task() to board specific codeKevin O'Connor2017-06-291-2/+16
* build: Use compile_time_request system for init, tasks, and shutdownKevin O'Connor2017-05-261-1/+1
* avr: Initial support for Atmel AT90USB1286 mcuKevin O'Connor2016-06-051-0/+65