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
*
stepper: Free stepper_move struct near top of stepper_load_next()
Kevin O'Connor
2025-05-09
1
-18
/
+26
*
stm32: Run stm32h723 at 520Mhz
Kevin O'Connor
2025-05-02
2
-2
/
+4
*
stm32: Support over 400Mhz main clock in stm32h7_adc.c
Kevin O'Connor
2025-05-02
1
-6
/
+7
*
stm32: Use 12Mhz nominal internal clock in stm32f0_i2c.c
Kevin O'Connor
2025-05-02
1
-9
/
+9
*
neopixel: Round up in nsecs_to_ticks()
Kevin O'Connor
2025-04-28
1
-1
/
+1
*
stm32: Enable VOS0 power mode on stm32h723 if frequency above 400Mhz
Kevin O'Connor
2025-04-28
1
-11
/
+15
*
stm32: Don't try to set incorrect PWR->CR3 register on stm32h7
Kevin O'Connor
2025-04-28
1
-5
/
+3
*
stm32: Set the PLL frequency equal to CONFIG_CLOCK_FREQ on stm32h723
Kevin O'Connor
2025-04-28
1
-1
/
+1
*
stm32: Avoid read-modify-write register updates in stm32h7 clock_setup()
Kevin O'Connor
2025-04-28
1
-58
/
+39
*
stm32: Use enable_pclock() in stm32h7 clock_setup()
Kevin O'Connor
2025-04-28
1
-5
/
+4
*
stm32h7: Always clear AHB1ENR at startup on stm32h7
Kevin O'Connor
2025-04-28
1
-5
/
+1
*
basecmd: Update stats timing check to support 32bit duration
Kevin O'Connor
2025-04-28
1
-1
/
+8
*
stm32: Add support for spi6 on stm32f42x chips
Russell Cloran
2025-04-19
1
-0
/
+7
*
stm32: Fix pll_base on stm32h7 when using a clock other than 25Mhz
Kevin O'Connor
2025-04-19
1
-1
/
+1
*
stm32: Add optimized stm32h7_gpio.c
Kevin O'Connor
2025-04-19
4
-5
/
+176
*
neopixel: Add comments on timing
Kevin O'Connor
2025-04-17
1
-4
/
+7
*
Kconfig: Note which chips require software divide operations
Kevin O'Connor
2025-04-17
4
-0
/
+8
*
neopixel: Make sure nsecs_to_ticks() is always inlined
Kevin O'Connor
2025-04-17
1
-1
/
+1
*
lcd_st7920: Make sure nsecs_to_ticks() is always inlined
Kevin O'Connor
2025-04-17
1
-6
/
+6
*
lcd_hd44780: Make sure nsecs_to_ticks() is always inlined
Kevin O'Connor
2025-04-17
1
-6
/
+6
*
stm32: Change hard_pwm.c MAX_PWM to 257
Kevin O'Connor
2025-04-17
2
-3
/
+4
*
stm32: Fix prescaler overflow check in hard_pwm.c
Kevin O'Connor
2025-04-17
1
-3
/
+3
*
i2c_software: pass pulse ticks from host
Timofey Titovets
2025-04-17
1
-12
/
+5
*
i2c_software: reduce gpio calls count
Timofey Titovets
2025-04-17
1
-10
/
+12
*
i2c_software: allow freq adjust
Timofey Titovets
2025-04-17
1
-0
/
+7
*
software_spi: set rate limiting ticks from the host
Timofey Titovets
2025-04-17
1
-9
/
+6
*
spi_software: respect expected rate
Timofey Titovets
2025-04-17
1
-5
/
+32
*
Revert "Makefile: Don't disable gcc's use-linker-plugin option"
Kevin O'Connor
2025-04-16
1
-1
/
+0
*
atsamd: Enable HAVE_LIMITED_CODE_SIZE on small atsamd chips
Kevin O'Connor
2025-04-16
2
-0
/
+2
*
Kconfig: Add some user visible comments to the optional features menu
Kevin O'Connor
2025-04-16
1
-7
/
+13
*
stm32: Simplify Makefile
Kevin O'Connor
2025-04-16
1
-31
/
+19
*
Kconfig: Add new WANT_ADC option to reduce code size
Kevin O'Connor
2025-04-16
8
-18
/
+28
*
Kconfig: Add new WANT_I2C option to reduce code size
Kevin O'Connor
2025-04-16
8
-33
/
+43
*
Kconfig: Add new WANT_SPI option to reduce code size
Kevin O'Connor
2025-04-16
8
-27
/
+34
*
Kconfig: Add new WANT_HARD_PWM option to reduce code size
Kevin O'Connor
2025-04-16
8
-7
/
+14
*
stm32: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZE
Kevin O'Connor
2025-04-16
1
-0
/
+1
*
avr: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZE
Kevin O'Connor
2025-04-16
1
-1
/
+2
*
Kconfig: Replace WANT_DISPLAYS with individual options
Kevin O'Connor
2025-04-16
2
-4
/
+12
*
Kconfig: Replace WANT_GPIO_BITBANGING with individual options
Kevin O'Connor
2025-04-16
2
-7
/
+30
*
Makefile: Don't disable gcc's use-linker-plugin option
Kevin O'Connor
2025-04-16
1
-0
/
+1
*
i2c_software: Fix i2c_delay()
Kevin O'Connor
2025-04-08
1
-12
/
+9
*
stm32: Turn on can.c error interrupts
Kevin O'Connor
2025-04-03
1
-1
/
+1
*
stm32: Add support for additional i2c bus
Russell Cloran
2025-04-02
1
-0
/
+3
*
stm32: Fix RESERVE_PINS_CAN pin ordering in fdcan.c
Kevin O'Connor
2025-04-01
1
-1
/
+1
*
stm32: Added PH13/14 CAN pin option for stm32h743 (#6857)
FrY Sennberg
2025-03-27
2
-0
/
+14
*
rp2040: define spi bus on pins 12,11,10
Timofey Titovets
2025-03-25
1
-0
/
+3
*
stepper: Support disabling optimized "step on both edges" in "make menuconfig"
Kevin O'Connor
2025-03-20
2
-9
/
+24
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
9
-30
/
+46
*
stm32: Add support for USART6 on STM32F401
Marius Petcu
2025-03-07
2
-2
/
+28
*
icm20948: Add support for ICM20948 accelerometer (#6756)
Paul Hansel
2025-03-04
3
-1
/
+193
[next]