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: 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
*
stepper: Remove unused SF_LAST_RESET flag
Kevin O'Connor
2021-10-27
1
-3
/
+2
*
sched: Add repeat reschedule optimization
Kevin O'Connor
2021-10-27
1
-9
/
+15
*
sched: Place common global variables into a struct
Kevin O'Connor
2021-10-27
1
-37
/
+39
*
rp2040: Add barrier() around all memcpy() calls in usbserial.c
Kevin O'Connor
2021-10-27
1
-0
/
+5
*
rp2040: add barrier in usb_read_ep0_setup
Lasse Dalegaard
2021-10-27
1
-0
/
+1
*
command: Make command_add_frame() and command_encodef() static
Kevin O'Connor
2021-10-21
2
-5
/
+2
*
pru: Perform message encoding on pru0 to free space on pru1
Kevin O'Connor
2021-10-21
3
-37
/
+66
*
stm32: Add a MACH_STM32F0x2 alias for F042 and F072 chips
Kevin O'Connor
2021-10-13
2
-7
/
+11
*
stm32: Rework HAVE_GPIO_HARD_PWM in Kconfig
Kevin O'Connor
2021-10-13
1
-7
/
+1
*
stm32: Change stm32f0 OSPEEDR to "medium" speed
Kevin O'Connor
2021-10-12
1
-1
/
+1
*
stm32: Add comments to configuration of OSPEEDR gpio speed
Kevin O'Connor
2021-10-12
4
-8
/
+15
*
stm32: Rework #if pin definition clauses in hard_pwm.c
Kevin O'Connor
2021-10-11
1
-54
/
+50
*
stm32: Adding Hardware PWM support for the STM32F4 processors (#4693)
jrhelbert
2021-10-11
2
-1
/
+67
*
config: Anycubic Vyper (#4740)
Manuel Fichtner
2021-10-11
1
-1
/
+1
*
atsamd: Add i2c_read() implementation
Simon Kühling
2021-10-06
1
-1
/
+43
*
stm32: Add an MACH_STM32F4x5 alias for F405, F407, and F429 chips
Kevin O'Connor
2021-10-06
3
-15
/
+18
*
stm32: Add hardware pwm for stm32h7
D4SK
2021-10-06
2
-1
/
+49
*
stm32: Add initial support for stm32h7
D4SK
2021-10-06
7
-2
/
+583
*
armc_boot: Support cortex-m7 chips
D4SK
2021-10-06
1
-0
/
+5
[prev]
[next]