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
/
generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
armcm_timer: Add a generic timer mechanism for ARM CortexM3/M4 chips
Kevin O'Connor
2019-02-06
1
-0
/
+136
*
usbserial: Allow USB ids to be specified via Kconfig
Kevin O'Connor
2019-01-25
1
-7
/
+5
*
usb_cdc: Notify both the bulk_in and bulk_out tasks on a configure
Kevin O'Connor
2019-01-07
1
-0
/
+1
*
usb_cdc: Add support for detecting a USB level Arduino bootloader request
Kevin O'Connor
2018-12-24
2
-0
/
+13
*
timer_irq: Increase maximum busy wait time to 2us
Kevin O'Connor
2018-11-16
1
-1
/
+1
*
armcm_irq: Fix jump target alignment
Kevin O'Connor
2018-10-13
1
-2
/
+2
*
usb_cdc: Try to read new data before processing data blocks
Kevin O'Connor
2018-10-02
1
-9
/
+12
*
usb_cdc: Wake usb_bulk_out_task() on a shutdown
Kevin O'Connor
2018-10-02
1
-0
/
+1
*
usbstd: Force usb_string_descriptor data field to match unicode string
Kevin O'Connor
2018-09-30
1
-1
/
+2
*
usb_cdc: Perform basic request validation
Kevin O'Connor
2018-09-30
1
-1
/
+25
*
usb_cdc: Add usb_read_ep0_setup() interface function
Kevin O'Connor
2018-09-30
2
-2
/
+2
*
usb_cdc: Add support for usb_send_ep0_progmem()
Kevin O'Connor
2018-09-30
3
-2
/
+7
*
usb_cdc: Fix handling of zero-length-packets
Kevin O'Connor
2018-09-30
1
-5
/
+10
*
usb_cdc: Rework transfer state tracking code
Kevin O'Connor
2018-09-30
1
-39
/
+40
*
usb_cdc: Rename interface functions to avoid the term "setup"
Kevin O'Connor
2018-09-30
2
-20
/
+19
*
simulator: Add support for gpio_x_reset()
Kevin O'Connor
2018-08-27
1
-0
/
+2
*
armcm_irq: Enhance clear_active_irq() so it works on cortex-m0
Kevin O'Connor
2018-08-06
1
-2
/
+3
*
usb_cdc: Allow USB endpoint ids to be board specific
Kevin O'Connor
2018-08-06
3
-8
/
+14
*
simulator: Rework dummy simulator code to user timer_irq / serial_irq
Kevin O'Connor
2018-07-11
1
-0
/
+2
*
SPI: introduce spi_prepare function
Grigori Goronzy
2018-07-08
1
-0
/
+1
*
build: Cleanup whitespace errors
Kevin O'Connor
2018-06-28
1
-4
/
+4
*
serialqueue: Limit message transmission to available receive buffer size
Kevin O'Connor
2018-05-28
1
-1
/
+4
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
1
-1
/
+4
*
command: Add command_find_and_dispatch() helper
Kevin O'Connor
2018-05-28
1
-3
/
+1
*
command: Add a command_encode_and_frame() helper
Kevin O'Connor
2018-05-28
2
-4
/
+2
*
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
Kevin O'Connor
2018-05-28
4
-19
/
+13
*
lpc176x: Initial support for serial over usb
Kevin O'Connor
2018-05-25
4
-0
/
+658
*
stepper: Introduce and use gpio_out_toggle_noirq()
Kevin O'Connor
2018-05-15
1
-0
/
+1
*
spicmds: Rework SPI message transmission
Kevin O'Connor
2018-05-07
1
-2
/
+6
*
serial_irq: Add new generic/serial_irq.c code
Kevin O'Connor
2018-04-20
2
-0
/
+131
*
sched: Don't shutdown on a "timer in the past" if already shutdown
Kevin O'Connor
2017-10-12
1
-1
/
+1
*
linux: Add support for analog IIO devices
Kevin O'Connor
2017-09-20
1
-1
/
+1
*
timer_irq: Rework timer irq handler to check for tasks pending
Kevin O'Connor
2017-08-09
1
-24
/
+14
*
sched: Implement generic sleep mechanism based on tasks pending
Kevin O'Connor
2017-08-08
2
-17
/
+1
*
avr: Implement internal avr specific timer to handle 16bit overflows
Kevin O'Connor
2017-08-08
2
-7
/
+0
*
sched: Support adding timers to the start of timer_list
Kevin O'Connor
2017-08-08
2
-1
/
+2
*
basecmd: Move low-level alloc code into basecmd.c
Kevin O'Connor
2017-07-20
2
-25
/
+11
*
irq: Support sleeping when mcu is idle
Kevin O'Connor
2017-07-17
4
-1
/
+24
*
command: Move low-level sendf transmission into board code
Kevin O'Connor
2017-06-29
1
-2
/
+3
*
command: Move command_task() to board specific code
Kevin O'Connor
2017-06-29
1
-2
/
+0
*
build: Use compile_time_request system for init, tasks, and shutdown
Kevin O'Connor
2017-05-26
2
-3
/
+3
*
irq: Add an irq_poll() stub for board code
Kevin O'Connor
2017-05-15
2
-0
/
+6
*
basecmd: Avoid calling malloc() from main code
Kevin O'Connor
2017-05-11
2
-4
/
+29
*
timer_irq: Integrate timer_try_set_next() into timer_dispatch_many()
Kevin O'Connor
2017-03-30
2
-45
/
+26
*
timer_irq: Rename generic/timer.c to generic/timer_irq.c
Kevin O'Connor
2017-03-30
2
-0
/
+7
*
sched: Move timer dispatch loop to board code
Kevin O'Connor
2017-03-30
2
-2
/
+15
*
timer: Make sure to reset the timer repeat checks on a shutdown
Kevin O'Connor
2017-03-30
1
-0
/
+7
*
sched: Be explicit with loading of the waketime variable
Kevin O'Connor
2017-03-26
2
-2
/
+2
*
timer: Allow board code to define its own timer_is_before implementation
Kevin O'Connor
2017-03-26
2
-2
/
+12
*
generic: Move generic parts of sam3x8e timer.c to generic directory
Kevin O'Connor
2017-03-11
1
-0
/
+87
[next]