index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
avr
/
usbserial.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avr: No need to define bootloader_request()
Kevin O'Connor
2022-12-30
1
-6
/
+0
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
1
-1
/
+2
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
1
-0
/
+5
*
avr: Add initial support for atmega32u4 chips
Kevin O'Connor
2018-11-20
1
-5
/
+13
*
avr: Disable usb serial interrupts while processing data
Kevin O'Connor
2018-10-02
1
-6
/
+10
*
avr: No need to reset ep0 interrupts on a shutdown
Kevin O'Connor
2018-10-02
1
-7
/
+0
*
avr: Use generic usb_cdc code for usb serial support
Kevin O'Connor
2018-09-30
1
-44
/
+223
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-4
/
+2
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
1
-2
/
+1
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
1
-4
/
+3
*
command: Don't pass max_size to command_encodef()
Kevin O'Connor
2017-08-14
1
-12
/
+7
*
sched: Introduce sched_wake_tasks() function to wake up tasks
Kevin O'Connor
2017-08-08
1
-1
/
+3
*
avr: Integrate usb serial console functions
Kevin O'Connor
2017-06-29
1
-32
/
+16
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-2
/
+17
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-2
/
+16
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
1
-1
/
+1
*
avr: Initial support for Atmel AT90USB1286 mcu
Kevin O'Connor
2016-06-05
1
-0
/
+65