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: Fix USART3 ALT pinout on STM32G0 (#6523)
Attila
2024-03-10
1
-1
/
+1
*
avr: enable small code size options for atmega32u4
Jake
2024-03-02
1
-1
/
+1
*
rp2040: Only change SPI settings while peripheral is disabled
Kevin O'Connor
2024-01-25
1
-0
/
+4
*
rp2040: Load vectortable into ram
Kevin O'Connor
2024-01-25
2
-0
/
+27
*
rp2040: Run all code from ram
Kevin O'Connor
2024-01-25
1
-2
/
+3
*
rp2040: Always link using rp2040_link.lds.S
Kevin O'Connor
2024-01-25
2
-3
/
+11
*
armcm_boot: Avoid invoking functions in reset_handler_stage_two()
Kevin O'Connor
2024-01-25
1
-4
/
+28
*
stm32: Remove product names from bootloader choices menu
Kevin O'Connor
2024-01-22
1
-7
/
+7
*
stm32: Add 36KiB bootloader offset option (#6449)
Jakub
2024-01-22
1
-0
/
+3
*
stm32g0: Disable internal pull-down resistors on UCPDx CCx pins, because klip...
BIGTREETECH
2024-01-21
1
-0
/
+2
*
sensor_lis2dw: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-42
/
+11
*
sensor_mpu9250: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-98
/
+27
*
sensor_adxl345: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
1
-43
/
+12
*
sensor_bulk: New C file with helper code for sending bulk sensor measurements
Kevin O'Connor
2024-01-19
8
-120
/
+113
*
sensor_angle: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-5
/
+2
*
sensor_lis2dw: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-19
/
+2
*
sensor_mpu9250: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-9
/
+0
*
sensor_adxl345: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
1
-18
/
+0
*
sensor_mpu9250: Check for overflows on each query_mpu9250_status command
Kevin O'Connor
2024-01-07
1
-10
/
+12
*
sensor_mpu9250: Simplify mp9250_query()
Kevin O'Connor
2024-01-07
1
-14
/
+10
*
sensor_mpu9250: Fix timing in command_query_mpu9250_status()
Kevin O'Connor
2024-01-07
1
-8
/
+9
*
stm32: Fix CAN for STM32G4
Alex Maclean
2023-12-21
2
-3
/
+6
*
stm32: Fix ADC for STM32G4
Alex Maclean
2023-12-21
1
-2
/
+3
*
stm32: Fix STM32G4 USB
Alex Maclean
2023-12-21
1
-1
/
+6
*
hard_pwm: Add pin defs for STM32F070 and STM32F072 (#6409)
Will Puckett
2023-12-05
2
-2
/
+65
*
avr: enable small code size options for 328 and 328p (#6411)
CODeRUS
2023-11-29
1
-1
/
+1
*
stm32: enable 64KiB bootloader offset for all F4
docgalaxyblock
2023-11-16
1
-1
/
+1
*
atsam: Add support for CAN on atsame70 (#6366)
Luke V
2023-10-19
6
-5
/
+359
*
atsam: Remove USB endpoint header (#6365)
Alex Maclean
2023-10-12
1
-10
/
+0
*
stm32: Make sure to limit tx during usbfs startup
Kevin O'Connor
2023-10-05
1
-1
/
+2
*
stm32: Fix usbfs spurious USB packet transmit on startup
Kevin O'Connor
2023-10-04
1
-6
/
+16
*
stm32: Only enable one direction on usbfs double buffered end points
Kevin O'Connor
2023-10-04
1
-2
/
+2
*
usb_canbus: Prioritize local response sending over new host messages
Kevin O'Connor
2023-10-03
1
-2
/
+4
*
usb_canbus: Add a local queue for USB messages received from host
Kevin O'Connor
2023-10-03
1
-15
/
+38
*
usb_canbus: Rename UsbCan.queue to UsbCan.canhw_queue
Kevin O'Connor
2023-10-03
1
-14
/
+14
*
rp2040: Add support for double buffering on USB bulk tx packets
Kevin O'Connor
2023-10-03
1
-4
/
+10
*
rp2040: Add support for double buffering on USB bulk rx packets
Kevin O'Connor
2023-10-03
1
-6
/
+15
*
rp2040: Open code usb_read_packet() and usb_write_packet() in callers
Kevin O'Connor
2023-10-03
1
-36
/
+58
*
rp2040: Add helper functions to usbserial.c
Kevin O'Connor
2023-10-03
1
-20
/
+56
*
stm32: Add usbfs double buffer support for bulk tx messages
Kevin O'Connor
2023-10-03
1
-8
/
+28
*
stm32: Add usbfs double buffer support for bulk rx messages
Kevin O'Connor
2023-10-03
1
-14
/
+49
*
stm32: Update usbfs to support setting both buffers for each endpoint
Kevin O'Connor
2023-10-03
1
-35
/
+37
*
stm32: Improve usbfs epr register handling
Kevin O'Connor
2023-10-03
1
-40
/
+41
*
Kconfig: Support Enable/Disable lis2dw on chips with small flash size
bigtreetech
2023-08-21
2
-1
/
+9
*
lis2dw12: Add support for lis2dw12 accelerometer
bigtreetech
2023-08-21
2
-1
/
+222
*
hc32f460: Add app address 0x10000
Falk Höppner
2023-08-13
1
-6
/
+9
*
atsamd: Add support for SAMD21J18 (Minitronics v2)
Bart Meijer
2023-07-05
1
-2
/
+6
*
hc32f460: Disable JTAG/SWD on pins so they can be used for GPIO/serial
Boris-Chengbiao Zhou
2023-06-20
1
-0
/
+6
*
hc32f460: Use correct USART for PH2/PB10 pins
Boris-Chengbiao Zhou
2023-06-20
1
-9
/
+28
*
atsamd: Fixes for samc21 and compiler optimizations (#6198)
Luke V
2023-06-16
2
-4
/
+26
[next]