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
*
usb_cdc: Add comments on debugging USB connections via UART
Kevin O'Connor
2021-07-04
1
-0
/
+9
*
canbus: Support reading CAN packets directly from IRQ handler
Kevin O'Connor
2021-03-18
2
-14
/
+43
*
canbus: Rework CAN command protocol
Kevin O'Connor
2021-03-13
2
-55
/
+84
*
armcm_boot: Improve ARM Cortex-M control transfer from bootloaders (#4024)
Matt Baker
2021-03-09
1
-8
/
+39
*
canbus: Call can_notify_rx() at startup so low-level code does not need to
Kevin O'Connor
2021-02-09
1
-0
/
+1
*
canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify
Kevin O'Connor
2021-02-09
2
-2
/
+2
*
canbus: Move high-level CAN code to new src/generic/canbus.c
Kevin O'Connor
2021-02-02
2
-0
/
+249
*
command: Fix handling of buffer passing in args[] on 64bit mcu
Kevin O'Connor
2020-10-30
1
-0
/
+1
*
command: Add command_decode_ptr() helper
Kevin O'Connor
2020-10-30
1
-1
/
+0
*
generic: Minor header cleanup to generic/irq.h
Kevin O'Connor
2020-06-07
1
-2
/
+0
*
armcm_boot: Additional code for broken bootloaders
clearchris
2020-03-04
1
-0
/
+9
*
stm32: Add support for a bootloader on stm32f0
Kevin O'Connor
2020-03-04
1
-0
/
+10
*
usb_cdc: Report MCU type on all boards
Kevin O'Connor
2019-11-26
1
-4
/
+0
*
usb_cdc: Add a usb_fill_serial() helper function
Kevin O'Connor
2019-11-25
2
-0
/
+18
*
usb_cdc: Report the MCU name instead of "Klipper firmware"
Kevin O'Connor
2019-11-21
1
-0
/
+4
*
lpc176x: read chip id and use as usb serial. (#2184)
Matt Baker
2019-11-21
2
-9
/
+23
*
armcm_boot: Use armcm_main() instead of main() to start board code
Kevin O'Connor
2019-10-24
2
-8
/
+6
*
armcm_boot: Export MCU definition from armcm_boot
Kevin O'Connor
2019-09-18
1
-0
/
+5
*
armcm_reset: Add a new helper file defining command_reset()
Kevin O'Connor
2019-09-18
1
-0
/
+15
*
armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S
Kevin O'Connor
2019-08-22
2
-1
/
+1
*
ctr: Add support for multiple integers in DECL_CTR_INT
Kevin O'Connor
2019-08-22
1
-2
/
+2
*
armcm_boot: Add generic code for early board init on armcm machines
Kevin O'Connor
2019-08-22
4
-0
/
+158
*
armcm_timer: Fix typo in comment in armcm_timer.h
Kevin O'Connor
2019-08-21
1
-1
/
+1
*
armcm_timer: Improve comments on wrap_timer code
Kevin O'Connor
2019-07-27
1
-3
/
+5
*
armcm_timer: Support micro-controllers faster than 160Mhz
Kevin O'Connor
2019-07-24
1
-0
/
+22
*
armcm_timer: Unify udelay() implementation
Kevin O'Connor
2019-06-09
2
-0
/
+22
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
3
-4
/
+4
*
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
[next]