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
*
stm32: Allow stm32g4 chips to select a bootloader
Kevin O'Connor
2025-05-19
1
-1
/
+1
*
stm32: spi enable fifo if supported (#6936)
Timofey Titovets
2025-05-19
1
-7
/
+21
*
stm32: H7 spi enable use of fifo
Timofey Titovets
2025-05-19
1
-4
/
+8
*
stm32: Avoid read-modify-write register access in stm32h7_spi.c
Kevin O'Connor
2025-05-16
1
-20
/
+16
*
stepper: Minor code tweak - remove unneeded parenthesis
Kevin O'Connor
2025-05-09
1
-1
/
+1
*
stepper: Minor code reorg - remove unneeded HAVE_OPTIMIZED_PATH definition
Kevin O'Connor
2025-05-09
1
-8
/
+7
*
stepper: Also ensure minimum time after dir change and next step
Kevin O'Connor
2025-05-09
1
-3
/
+11
*
stepper: Ensure minimum time between step pin and dir pin change
Kevin O'Connor
2025-05-09
1
-0
/
+4
*
stepper: Move timer checks from stepper_event_full() to stepper_load_next()
Kevin O'Connor
2025-05-09
1
-10
/
+16
*
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
[next]