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
*
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
*
trsync: Introduce new "trigger synchronization" support
Kevin O'Connor
2021-06-09
6
-77
/
+259
*
Makefile: Include debug symbols in the .elf
Sergey Alirzaev
2021-06-08
1
-0
/
+2
*
atsamd: Add support for 25Mhz crystals
Kevin O'Connor
2021-06-04
2
-0
/
+33
*
atsamd: Fix pll reference in samd51 config_dpll()
Kevin O'Connor
2021-06-04
1
-2
/
+2
*
Revert "linux: Raise an error if configuring a pullup when that is not suppor...
Kevin O'Connor
2021-05-27
1
-3
/
+0
*
stm32: Support spi1 on PB4/PB5/PB3 on stm32f103 and stm32f2
Kevin O'Connor
2021-05-26
2
-5
/
+11
*
stm32: Allow alternate USART1 and USART2 ports on stm32f1 and stm32f2
Kevin O'Connor
2021-05-25
2
-3
/
+9
*
stm32: Reorganize stm32f1 pin remap handling
Kevin O'Connor
2021-05-25
1
-44
/
+34
*
stm32: Fix USART3 on stm32f1 and stm32f2
Kevin O'Connor
2021-05-25
2
-2
/
+6
*
lpc176x: Add support for serial on UART3 P4.29/P4.28
Kevin O'Connor
2021-05-25
3
-9
/
+23
*
lpc176x: Move pin definitions together in serial.c
Kevin O'Connor
2021-05-25
1
-22
/
+28
*
stm32: Add alternate serial ports on stm32f4
Kevin O'Connor
2021-05-24
2
-3
/
+22
*
stm32: Include pin names in STM32_SERIAL_USART?_ALT kconfig symbols
Kevin O'Connor
2021-05-24
3
-6
/
+6
*
stm32: Allow 32KiB bootloader on stm32f446
Kevin O'Connor
2021-05-20
1
-3
/
+3
*
debugcmds: Remove start/end_group commands
Kevin O'Connor
2021-05-07
1
-38
/
+2
*
stm32: Enable ADC3 pins on stm32f446
Kevin O'Connor
2021-05-06
1
-2
/
+2
*
lpc176x: Use full peripheral clock speed; fix UART interface
Kevin O'Connor
2021-05-04
1
-1
/
+1
*
stm32: Allow selecting bootloader size for STM32F446
Wilhelm Schuster
2021-05-03
1
-2
/
+2
*
endstop: Report trigger time in endstop_query response
Kevin O'Connor
2021-04-30
1
-2
/
+3
*
adxl345: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-2
/
+2
*
pulse_counter: Use "clock" suffix instead of "time" in commands
Kevin O'Connor
2021-04-30
1
-3
/
+3
*
stepper: Remove min_stop_interval from mcu code
Kevin O'Connor
2021-04-30
1
-13
/
+3
*
linux: Raise an error if configuring a pullup when that is not supported
Kevin O'Connor
2021-04-25
1
-0
/
+3
*
linux: Minor formatting, variable name, and error reporting changes
Kevin O'Connor
2021-04-25
1
-62
/
+53
*
lpc176x: Add i2c_read functionality
Michael Kurz
2021-04-25
1
-1
/
+34
*
stm32: Added mcu temperature support additional mcu (#4211)
pkElectronics
2021-04-25
1
-1
/
+1
*
linux: Don't use timer_repeat_until for linux "irq" polling
Kevin O'Connor
2021-04-21
1
-29
/
+9
*
sched: Call irq_poll() at start of run_tasks() loop
Kevin O'Connor
2021-04-21
1
-0
/
+1
*
linux: Rework timer_check_periodic() to use ticks
Kevin O'Connor
2021-04-19
3
-14
/
+14
*
linux: Move timer fields into a struct
Kevin O'Connor
2021-04-19
1
-31
/
+37
[next]