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
*
Rename everything significant to Kutter except for docs
Tomasz Kramkowski
2025-08-15
20
-74
/
+74
*
avr: Switch to input state prior to enabling pullup in gpio_in_reset()
Kevin O'Connor
2025-07-22
1
-4
/
+8
*
i2c_software: Place wires in high impedance state after setup
Kevin O'Connor
2025-07-22
1
-2
/
+2
*
i2c_software: Implement regular timing even on AVR chips
Kevin O'Connor
2025-07-22
1
-9
/
+0
*
stm32: make i2c distinguish I2C NACKs
Timofey Titovets
2025-07-17
1
-22
/
+38
*
sos_filter: fix overflows_int32 (#6976)
Findlay Feng
2025-07-11
1
-1
/
+1
*
stm32: f0 do not send empty write on read
Timofey Titovets
2025-07-09
1
-9
/
+11
*
stm32: f0 make i2c distinguish I2C NACKs
Timofey Titovets
2025-07-09
1
-1
/
+11
*
load_cell_probe: Fix warnings on avr builds
Kevin O'Connor
2025-06-18
1
-2
/
+2
*
stm32: Adding more hardware pwm capable pins for STM32Hx series chips (#6965)
jimmyjon711
2025-06-18
1
-0
/
+22
*
sos_filter: Fix validate_section_index() check
Kevin O'Connor
2025-06-11
1
-2
/
+3
*
ar100: Convert to or1k-elf toolchain
Kevin O'Connor
2025-06-08
1
-1
/
+1
*
rp2040: Prefer larger postdiv1 on rp2040 chips
Kevin O'Connor
2025-06-02
1
-2
/
+2
*
stm32: Add comments on PLL frequency requirements to clock setup code
Kevin O'Connor
2025-06-02
9
-0
/
+22
*
stm32: Run stm32g431 at 170Mhz
Kevin O'Connor
2025-05-31
3
-5
/
+8
*
stm32: Fix spi overflow issue on stm32h7
Kevin O'Connor
2025-05-30
1
-8
/
+6
*
rp2040: Fix spi overflow issue
Kevin O'Connor
2025-05-30
1
-4
/
+9
*
rp2040: spi - enable fifo
Timofey Titovets
2025-05-30
1
-4
/
+8
*
stm32: Support using CANBUS on PB5/PB6 on stm32h7 chips
Kevin O'Connor
2025-05-30
2
-2
/
+6
*
stm32: Simplify Kconfig HAVE_STM32_CANBUS checks
Kevin O'Connor
2025-05-30
1
-7
/
+7
*
sos_filter: Improve error checking on section_idx
Kevin O'Connor
2025-05-29
1
-5
/
+13
*
sensor_hx71x: Update Sensors to report to load_cell_probe
Gareth Farrington
2025-05-29
2
-0
/
+32
*
load_cell_probe: Create load_cell_probe MCU object
Gareth Farrington
2025-05-29
4
-1
/
+314
*
sos_filter: Second Order Sections MCU Filter
Gareth Farrington
2025-05-29
4
-0
/
+175
*
stm32: h7 spi - add a delay on SCK polarity change
Timofey Titovets
2025-05-26
1
-2
/
+9
*
spi_software: add a delay on mode change
Timofey Titovets
2025-05-26
1
-5
/
+8
*
rp2040: add a delay on SCK polarity change
Timofey Titovets
2025-05-26
1
-0
/
+7
*
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
[next]