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 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
*
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
[prev]
[next]