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
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugcmds: Remove start/end_group commands
Kevin O'Connor
2021-05-07
1
-38
/
+2
*
stm32: Enable ADC3 pins on stm32f446
Kevin O'Connor
2021-05-06
1
-2
/
+2
*
lpc176x: Use full peripheral clock speed; fix UART interface
Kevin O'Connor
2021-05-04
1
-1
/
+1
*
stm32: Allow selecting bootloader size for STM32F446
Wilhelm Schuster
2021-05-03
1
-2
/
+2
*
endstop: Report trigger time in endstop_query response
Kevin O'Connor
2021-04-30
1
-2
/
+3
*
adxl345: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-2
/
+2
*
pulse_counter: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-3
/
+3
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
1
-13
/
+3
*
linux: Raise an error if configuring a pullup when that is not supported
Kevin O'Connor
2021-04-25
1
-0
/
+3
*
linux: Minor formatting, variable name, and error reporting changes
Kevin O'Connor
2021-04-25
1
-62
/
+53
*
lpc176x: Add i2c_read functionality
Michael Kurz
2021-04-25
1
-1
/
+34
*
stm32: Added mcu temperature support additional mcu (#4211)
pkElectronics
2021-04-25
1
-1
/
+1
*
linux: Don't use timer_repeat_until for linux "irq" polling
Kevin O'Connor
2021-04-21
1
-29
/
+9
*
sched: Call irq_poll() at start of run_tasks() loop
Kevin O'Connor
2021-04-21
1
-0
/
+1
*
linux: Rework timer_check_periodic() to use ticks
Kevin O'Connor
2021-04-19
3
-14
/
+14
*
linux: Move timer fields into a struct
Kevin O'Connor
2021-04-19
1
-31
/
+37
*
linux: Avoid calling timer_read_time() in timer_dispatch() when not needed
Kevin O'Connor
2021-04-18
1
-3
/
+15
*
linux: Simplify timer dispatch code
Kevin O'Connor
2021-04-18
1
-54
/
+50
*
linux: Fix local timer_repeat_until cache in timer.c
Kevin O'Connor
2021-04-18
1
-1
/
+1
*
stm32: CAN Kconfig typo
Oliver
2021-04-07
2
-2
/
+2
*
stm32f1: reset peripherals in enable_pcclock()
Arksine
2021-04-07
1
-0
/
+4
*
stm32: Add hardware PWM support for STM32F1
Michael Kurz
2021-03-26
5
-0
/
+179
*
lpc176x: Add hardware PWM support for LPC176x
Michael Kurz
2021-03-26
5
-0
/
+107
*
lpc176x: Do not modify PCLKSELx at runtime
Kevin O'Connor
2021-03-25
1
-8
/
+1
*
lpc176x: Introduce get_pclock_frequency()
Kevin O'Connor
2021-03-25
6
-12
/
+23
*
ds18b20: Segmentation fault on 64bit Raspberry Pi
Evgeny Chukreev
2021-03-19
1
-1
/
+1
*
stm32: Minor optimization to can.c IRQ data reading
Kevin O'Connor
2021-03-18
1
-10
/
+5
*
canbus: Support reading CAN packets directly from IRQ handler
Kevin O'Connor
2021-03-18
3
-17
/
+67
*
avr: Fix Kconfig USB/Serial selection
Kevin O'Connor
2021-03-18
1
-1
/
+4
*
lpc176x: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-4
/
+10
*
atsamd: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-8
/
+15
*
atsam: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-4
/
+10
*
avr: Use "communication interface" menu option in Kconfig
Kevin O'Connor
2021-03-18
1
-12
/
+13
*
stm32: Simplify USB/Serial/CANbus Kconfig selection
Kevin O'Connor
2021-03-18
5
-98
/
+116
*
canbus: Rework CAN command protocol
Kevin O'Connor
2021-03-13
3
-73
/
+94
*
armcm_boot: Improve ARM Cortex-M control transfer from bootloaders (#4024)
Matt Baker
2021-03-09
1
-8
/
+39
*
stm32: Add support for STM32F1 I2C1 alternate pin mapping (#4012)
Michael Kurz
2021-03-02
2
-5
/
+15
*
fan: Add tachometer support
Adrian Keet
2021-03-01
2
-1
/
+100
*
stm32: Add support for 48KiB bootloaders
Kevin O'Connor
2021-02-20
1
-0
/
+3
*
stm32: Optimize stm32f401 peripheral clock
Kevin O'Connor
2021-02-19
1
-2
/
+6
*
stm32: stm32f401 pll_freq updates
Arkadiusz Raj
2021-02-19
1
-2
/
+3
*
stm32: 25MHz clock fixes
Arkadiusz Raj
2021-02-19
1
-1
/
+2
*
stm32: Fix missing STM32F429 clock initialization
Arkadiusz Raj
2021-02-19
1
-2
/
+3
*
stm32: F429 shall use 168Mhz to allow easy USB clock configuration
Arkadiusz Raj
2021-02-19
1
-2
/
+2
*
stm32: Add STM32F429 variant (#3926)
Arek
2021-02-18
2
-9
/
+22
*
stm32: Add support for spi bus on stm32f407 pins PI2,PI3,PI1
Kevin O'Connor
2021-02-12
1
-0
/
+5
*
stm32: Minor indention change to spi.c
Kevin O'Connor
2021-02-12
1
-10
/
+10
*
pru: Request the host not send more than 496 bytes to the pru
Kevin O'Connor
2021-02-12
1
-0
/
+3
*
canbus: Call can_notify_rx() at startup so low-level code does not need to
Kevin O'Connor
2021-02-09
2
-3
/
+1
*
canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify
Kevin O'Connor
2021-02-09
3
-13
/
+8
[next]