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: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.c
Kevin O'Connor
2022-06-01
2
-13
/
+8
*
stm32: stm32g0b1 fdcan support (#5488)
BIGTREETECH
2022-06-01
5
-2
/
+347
*
stm32: Don't allow USB on internal clock for stm32f103/stm32f070
Kevin O'Connor
2022-05-23
1
-1
/
+2
*
misc: Import misc.h in all files defining console_sendf()
Kevin O'Connor
2022-05-13
3
-0
/
+3
*
stm32: Remove unused header from can.c
Kevin O'Connor
2022-05-10
1
-1
/
+0
*
canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEID
Kevin O'Connor
2022-05-10
1
-5
/
+5
*
stm32: add 8 KiB bootloader option for F0x2 devices
Eric Callahan
2022-05-10
1
-1
/
+1
*
canbus: send 8 bytes in the id response
Eric Callahan
2022-05-10
1
-1
/
+2
*
canbus: add bootloader support
Eric Callahan
2022-05-10
1
-0
/
+27
*
stm32: Fix typo in i2c.c
Kevin O'Connor
2022-05-07
1
-2
/
+2
*
stm32: Add 64kib bootloader offset option to STM32F401 (#5457)
JamesH1978
2022-04-25
1
-1
/
+1
*
spicmds: Allow inversion of CS pin for SPI busses
Martin Hierholzer
2022-04-22
1
-12
/
+14
*
stm32: Add STM32F072 16KiB bootloader option (#5404)
alstoepp
2022-04-13
1
-1
/
+1
*
stm32: Add support for additional i2c buses
Kevin O'Connor
2022-04-11
1
-0
/
+17
*
sensor_angle: Support TLE5012b frame counter for timing
Kevin O'Connor
2022-03-29
1
-14
/
+57
*
sensor_angle: Add support for bulk querying of spi angle sensors
Kevin O'Connor
2022-03-29
4
-1
/
+291
*
atsam: Fix typo in sam4e_afec
Alex Maclean
2022-03-28
1
-1
/
+1
*
atsam: Add support for SAM E70
Alex Maclean
2022-03-26
15
-74
/
+425
*
linux: Update i2c.c (#5295)
Blinker73
2022-03-14
1
-1
/
+1
*
stm32: Allow 32KiB bootloader to be specified for all STM32F4 builds
Kevin O'Connor
2022-03-14
1
-1
/
+1
*
stm32: Clarify CCIPR2 setting in stm32g0.c
Kevin O'Connor
2022-03-11
1
-1
/
+1
*
stm32: Simplify CCIPR2 register assignment on stm32g0
Kevin O'Connor
2022-03-09
1
-5
/
+2
*
stm32: USB clock source from PLLQCLK on stm32g0 (#5341)
BIGTREETECH
2022-03-09
1
-6
/
+4
*
lpc176x: Fix serial ordering of initialization
Kevin O'Connor
2022-03-01
1
-1
/
+1
*
stm32: Clear SPE flag on a change to SPI CR1 register
Kevin O'Connor
2022-02-10
1
-0
/
+6
*
stm32: Wait for transmission to complete before returning from spi_transfer()
Kevin O'Connor
2022-02-10
1
-2
/
+5
*
stm32: Fix ADC on stm32h7 (#5239)
adelyser
2022-02-06
1
-1
/
+3
*
flash_usb: use sudo for rp2040 flashing
Lasse Dalegaard
2022-01-31
1
-1
/
+1
*
stm32: Add remap CAN to PD0/PD1 for stm32f103 (#5173)
Sergey1560
2022-01-26
2
-1
/
+4
*
rp2040: implement I2C
Lasse Dalegaard
2022-01-12
4
-0
/
+227
*
stm32: Update Kconfig as CANBUS isn't available on stm32f401
Kevin O'Connor
2022-01-07
1
-8
/
+15
*
rp2040: add make flash support
Lasse Dalegaard
2022-01-06
1
-6
/
+7
*
stm32: Unify enable_pclock() code
Kevin O'Connor
2021-12-30
8
-238
/
+125
*
stm32: Fix the GPIO register for stm32h7 (#5077)
adelyser
2021-12-29
1
-3
/
+3
*
stm32: Fix ADC on stm32f042
Kevin O'Connor
2021-12-24
1
-0
/
+1
*
stm32: Enable SPI support on stm32g0
Kevin O'Connor
2021-12-23
2
-4
/
+8
*
stm32: Enable ADC support on stm32g0
Kevin O'Connor
2021-12-23
3
-12
/
+51
*
stm32: Rework register access on stm32f0_adc.c
Kevin O'Connor
2021-12-23
1
-34
/
+25
*
stm32: Minor whitespace changes to stm32f0_adc.c
Kevin O'Connor
2021-12-23
1
-12
/
+8
*
stm32: Enable I2C on stm32g0
Kevin O'Connor
2021-12-23
2
-1
/
+2
*
stm32: Add support for USB on stm32g0
Kevin O'Connor
2021-12-23
2
-21
/
+70
*
stm32: Rework USB transfer memory layout in usbfs.c
Kevin O'Connor
2021-12-23
1
-46
/
+55
*
stm32: Fix buffer size calculation in usbfs.c
Kevin O'Connor
2021-12-23
1
-1
/
+1
*
stm32: Simplify irq declaration in usbfs.c
Kevin O'Connor
2021-12-23
1
-11
/
+11
*
stm32: Initial support for stm32g0
Kevin O'Connor
2021-12-23
6
-8
/
+253
*
stm32: Enable optimized gpio_clock_enable() function on stm32h7
Kevin O'Connor
2021-12-23
1
-1
/
+3
*
stm32: Reorganize stm32h7.c into major code blocks
Kevin O'Connor
2021-12-23
1
-10
/
+21
*
stm32: Remove USB boot stubs from stm32h7.c
Kevin O'Connor
2021-12-23
1
-8
/
+0
*
stm32: Fix DFU entry point on stm32f072
Kevin O'Connor
2021-12-23
1
-0
/
+2
*
stm32: Reorganize usb bootloader code in stm32f0.c
Kevin O'Connor
2021-12-23
1
-38
/
+65
[next]