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
*
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
*
stm32: Reorganize usb bootloader code in stm32f4.c
Kevin O'Connor
2021-12-23
1
-30
/
+63
*
stm32: Reorganize code in stm32f1.c
Kevin O'Connor
2021-12-23
1
-47
/
+82
*
stm32: Add new gpioperiph.c file for gpio_peripheral() code
Kevin O'Connor
2021-12-23
5
-83
/
+45
*
stm32: Add option to disable SWD on GigaDevice STM32F103 clones
Kevin O'Connor
2021-11-25
2
-2
/
+17
*
stm32: Add USBOTG support to stm32h7
adelyser
2021-11-21
3
-23
/
+81
*
stm32: Enable SPI on stm32h7
Kevin O'Connor
2021-11-20
1
-1
/
+1
*
stm32: Add stm32h7 SPI support (#4850)
adelyser
2021-11-20
3
-3
/
+159
*
stm32: Add STM32H743 support
adelyser
2021-11-20
1
-3
/
+17
*
stm32: Limit stm32h7 chips to 400Mhz
Kevin O'Connor
2021-11-20
1
-1
/
+1
*
atsam: Add get_pclock_frequency() helper function
Kevin O'Connor
2021-11-20
7
-12
/
+22
*
atsam: Fix I2C bitrate
Alex Maclean
2021-11-20
1
-2
/
+2
*
atsam: Don't enable USB FS clock on SAM3
Alex Maclean
2021-11-20
1
-2
/
+0
*
atsam: Don't bother disabling DMA for UART
Alex Maclean
2021-11-20
1
-1
/
+0
*
atsam: Don't set unused bits in UART
Alex Maclean
2021-11-20
1
-2
/
+1
*
stm32: Add UART4 to stm32h7 (#4848)
adelyser
2021-11-19
1
-2
/
+13
*
sched: Move last_insert check for improved gcc code layout
Kevin O'Connor
2021-11-09
1
-2
/
+2
*
stm32f4: reset peripherals in enable_pcclock()
Eric Callahan
2021-11-08
1
-0
/
+7
*
stm32f4: reset peripheral clocks on init
Eric Callahan
2021-11-08
1
-0
/
+6
*
mcu: Make a minor change to the protocol to require mcu update
Kevin O'Connor
2021-11-06
1
-2
/
+2
*
sched: Fix scheduling bug in repeat scheduler check
Kevin O'Connor
2021-11-06
1
-0
/
+2
*
stepper: Move min_next_time check to stepper_event_full()
Kevin O'Connor
2021-11-04
1
-16
/
+14
*
stepper: Add support for stepping on both edges of a step pulse
Kevin O'Connor
2021-11-04
7
-7
/
+50
*
stepper: Make step pulse duration customizable at run-time
Kevin O'Connor
2021-11-04
3
-91
/
+47
*
linux: Use Unix signals to notify when a timer is pending
Kevin O'Connor
2021-11-02
5
-57
/
+105
*
stm32: Remove gcc -mfpu=fpv4-sp-d16 floating point option
Kevin O'Connor
2021-10-30
1
-1
/
+0
*
atsam: Remove gcc -mfpu=fpv4-sp-d16 floating point option
Kevin O'Connor
2021-10-30
1
-1
/
+0
*
atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point option
Kevin O'Connor
2021-10-30
1
-1
/
+0
[next]