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: Apply race fixes to stm32h7_adc.c
Kevin O'Connor
2022-12-12
1
-19
/
+18
*
stm32g0: Do not disable SWD by accident
Alex Voinea
2022-12-11
1
-2
/
+5
*
stm32g4: Do not disable SWD by accident
Alex Voinea
2022-12-11
1
-1
/
+1
*
linux: add 'GPIOI' for linux process (#5926)
BIGTREETECH
2022-12-11
2
-3
/
+4
*
stm32: add STM32H723 support
bigtreetech
2022-12-02
4
-61
/
+113
*
stm32g4: implement build,usb,can,i2c,spi,serial,adc.
Matt Baker
2022-12-02
10
-19
/
+318
*
rp2040: Fix watchdog enable
Kevin O'Connor
2022-11-19
1
-0
/
+3
*
rp2040: Fix boundary check for max gpio pin
Kevin O'Connor
2022-11-19
1
-2
/
+2
*
linux: use correct gpio bias flags (#5878)
Eric Callahan
2022-11-08
1
-3
/
+3
*
rp2040: Support CanBoot as bootloader
Kevin O'Connor
2022-11-08
3
-14
/
+41
*
armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Kevin O'Connor
2022-11-08
8
-6
/
+26
*
fdcan: Remove spurious executable flag on fdcan.c
Kevin O'Connor
2022-11-04
2
-0
/
+0
*
stm32: Use consistent memory position/size on stm32h743
Kevin O'Connor
2022-11-02
1
-3
/
+1
*
stm32: Use stm32f0_serial.c on stm32h7 chips
Kevin O'Connor
2022-10-31
3
-110
/
+36
*
stm32: fix USART ORE status flag handling
Alex Voinea
2022-10-31
3
-3
/
+8
*
stm32: Enable instruction and data cache on stm32h7
D4SK
2022-10-21
1
-0
/
+3
*
stm32: Remove incorrect "spi3" definition from stm32h7
Kevin O'Connor
2022-10-17
1
-4
/
+0
*
atsamd: Add support CANbus on ATSAME5x chips
Kevin O'Connor
2022-10-13
7
-11
/
+363
*
atsamd: Move bootloader_request() from usbserial.c to main.c
Kevin O'Connor
2022-10-13
2
-18
/
+19
*
atsamd: Add Kconfig definitions for same51j19 and same54p20 chips
Kevin O'Connor
2022-10-13
9
-21
/
+43
*
lib: Add atmel same51 and same54 build definitions
Kevin O'Connor
2022-10-13
1
-0
/
+1
*
lib: Remove unused gcc/ directories from samd21 and samd51 directories
Kevin O'Connor
2022-10-13
1
-2
/
+0
*
stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.c
Kevin O'Connor
2022-10-13
1
-22
/
+25
*
stm32: No need for fdcan_ram global pointer in fdcan.c
Kevin O'Connor
2022-10-13
1
-24
/
+10
*
stm32: Minor code movement in fdcan.c
Kevin O'Connor
2022-10-13
1
-37
/
+41
*
rp2040: Suppress spurious gcc v12 array bounds warning
Kevin O'Connor
2022-09-29
1
-3
/
+13
*
thermocouple: Only shutdown on multiple consecutive sensor errors
Kevin O'Connor
2022-09-23
1
-4
/
+10
*
thermocouple: Report fault information in fault field
Kevin O'Connor
2022-09-23
1
-12
/
+6
*
stm32l4: add stm32l412 support with adc,i2c,spi,usb
Matt Baker
2022-09-15
8
-32
/
+305
*
samd21: fix erroneous register bit reference.
Matt Baker
2022-09-11
1
-2
/
+0
*
stm32: Fix i2c on stm32g0
Kevin O'Connor
2022-09-11
2
-0
/
+34
*
stm32: Add a gpio_valid() helper function
Kevin O'Connor
2022-09-05
1
-12
/
+12
*
serial_irq: Support side channel for entering bootloader
Kevin O'Connor
2022-09-05
4
-0
/
+7
*
lpc176x: Move bootloader_request() from usbserial.c to main.c
Kevin O'Connor
2022-09-05
3
-12
/
+23
*
stm32f0: implement i2c_read endpoint
Matt Baker
2022-09-01
1
-1
/
+20
*
stm32: Add Hardware PWM support for STM32G0 processors (#5714)
Ben Jackson
2022-09-01
3
-4
/
+66
*
stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)
BIGTREETECH
2022-08-23
3
-8
/
+85
*
stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711)
adelyser
2022-08-19
1
-1
/
+1
*
rp2040: Enabled hw pullups for the I2C pins (#5710)
chestwood96
2022-08-19
1
-2
/
+2
*
atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock init
Kevin O'Connor
2022-08-16
2
-2
/
+2
*
stm32: Use new CONFIG_USB to determine if USB needs to be configured
Kevin O'Connor
2022-08-16
5
-12
/
+14
*
canserial: Fix typo in canserial.h
Kevin O'Connor
2022-07-29
1
-1
/
+1
*
stm32: Remove stm32f4 canbus warning
Kevin O'Connor
2022-07-29
1
-1
/
+0
*
mcu: Delay reset signaling for usb to canbus bridge nodes
Kevin O'Connor
2022-07-29
1
-0
/
+3
*
canserial: Request bootloader via bootloader_request()
Kevin O'Connor
2022-07-29
1
-2
/
+1
*
usb_cdc: Rename usb_request_bootloader() to bootloader_request()
Kevin O'Connor
2022-07-29
14
-32
/
+45
*
serialqueue: Improve canbus timing
Kevin O'Connor
2022-07-29
1
-0
/
+4
*
stm32: Add CCRDY check to stm32g0 adc
Kevin O'Connor
2022-07-25
1
-0
/
+9
*
rp2040: Add support for USB to CANbus bridge mode
Kevin O'Connor
2022-07-06
2
-0
/
+6
*
rp2040: Initial support for CANbus
Kevin O'Connor
2022-07-06
4
-7
/
+104
[next]