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
*
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
*
armcm_irq: Support cortex-m7 chips
D4SK
2021-10-06
1
-1
/
+6
*
linux: Support spidev4 through spidev7
Kevin O'Connor
2021-09-15
1
-0
/
+4
*
adxl345: Compress each sample from 6 bytes to 5 bytes
Kevin O'Connor
2021-08-30
1
-5
/
+25
*
adxl345: Implement timing via new adxl345_status messages
Kevin O'Connor
2021-08-30
1
-19
/
+43
*
usb_cdc: Increase USB transmit size
Kevin O'Connor
2021-08-30
1
-1
/
+1
*
lpc176x: Fix wrong inital value at PWM setup
Michael Kurz
2021-08-23
1
-8
/
+7
*
avr: Fix typo causing broken gpio mappings
Kevin O'Connor
2021-08-15
1
-2
/
+2
*
avr: Define PORTE on atmega328p
Kevin O'Connor
2021-08-14
2
-1
/
+7
*
avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
Kevin O'Connor
2021-08-14
1
-2
/
+2
*
stm32: Support PB7/PB6 for USART1 on stm32f0
Kevin O'Connor
2021-08-01
2
-10
/
+17
*
stm32: Add 16KiB bootloader option for STM32F103 (#4493)
Simon Hawkenson
2021-07-15
1
-1
/
+1
*
rp2040: implement SPI
Lasse Dalegaard
2021-07-15
4
-0
/
+121
*
rp2040: hardware PWM support
Lasse Dalegaard
2021-07-09
4
-0
/
+111
*
stm32: Allow STM32F401 boards to use STM32 HID Bootloader (#4461)
Henky Prayoga
2021-07-09
1
-2
/
+2
*
rp2040: Add _ramfunc macro to internal.h and use in bootrom.c and chipid.c
Kevin O'Connor
2021-07-04
3
-9
/
+13
*
rp2040: add chipid support
Lasse Dalegaard
2021-07-04
5
-4
/
+171
*
rp2040: support usb_request_bootloader
Lasse Dalegaard
2021-07-04
4
-2
/
+30
*
rp2040: remove unused linker option
Lasse Dalegaard
2021-07-04
1
-1
/
+1
*
rp2040: Initial USB support
Kevin O'Connor
2021-07-04
4
-1
/
+241
*
rp2040: Add initial adc support
Kevin O'Connor
2021-07-04
5
-2
/
+105
*
rp2040: Add initial support for the rp2040 mcu
Kevin O'Connor
2021-07-04
10
-0
/
+640
*
lcd_st7920: Check CONFIG_MACH_AVR for slow mcus
Kevin O'Connor
2021-07-04
2
-4
/
+4
*
Makefile: Allow CONFIG_HAVE_GPIO_BITBANGING when not CONFIG_HAVE_GPIO_SPI
Kevin O'Connor
2021-07-04
1
-2
/
+3
*
usb_cdc: Add comments on debugging USB connections via UART
Kevin O'Connor
2021-07-04
1
-0
/
+9
*
stm32: Add support for STM32F072 (used in the TurboCAN board) (#4412)
henrikssn
2021-06-27
1
-3
/
+7
*
config: Add configs for Prusa Buddy and Mini+
github@matthewlloyd.net
2021-06-14
1
-0
/
+3
[next]