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: Move irq handler code above irq setup
Kevin O'Connor
2019-08-22
3
-88
/
+88
*
armcm_boot: Add generic code for early board init on armcm machines
Kevin O'Connor
2019-08-22
4
-0
/
+158
*
Makefile: Add generic rule for precompiling linker scripts
Kevin O'Connor
2019-08-21
2
-18
/
+8
*
armcm_timer: Fix typo in comment in armcm_timer.h
Kevin O'Connor
2019-08-21
1
-1
/
+1
*
stm32: Initial support for i2c
Kevin O'Connor
2019-08-20
4
-0
/
+138
*
stm32: Add support for configuring open drain output mode
Kevin O'Connor
2019-08-20
3
-2
/
+9
*
stm32: Make sure to enable the gpio clock prior to setting the first value
Kevin O'Connor
2019-08-20
4
-4
/
+22
*
spi_software: Remove unused include file
Kevin O'Connor
2019-08-17
1
-1
/
+0
*
stm32: Simplify usbotg packet reading and writing
Kevin O'Connor
2019-08-16
1
-57
/
+54
*
stm32: Add support for additional ADC3 ports on stm32f4
Kevin O'Connor
2019-08-15
2
-20
/
+42
*
stm32: Initial support for USB On-The-Go (OTG) driver on stm32f4
Kevin O'Connor
2019-08-15
3
-3
/
+411
*
stm32: Enable 48Mhz USB clock on stm32f446
Kevin O'Connor
2019-08-14
1
-0
/
+22
*
lcd_st7920: Add brief delay around gpio toggle calls on fast MCUs
Kevin O'Connor
2019-08-10
1
-0
/
+20
*
stm32: Add support for the 32KiB bootloader on the SKR Pro
Kevin O'Connor
2019-08-09
1
-3
/
+6
*
stm32: Add serial USART serial port option for port PD9/PD8
Kevin O'Connor
2019-08-09
2
-0
/
+10
*
neopixel: Rework timing so that it works on AVR micro-controllers
Kevin O'Connor
2019-08-07
1
-61
/
+99
*
stm32: Fix memory sizing for STM32F405/7 chips
Kevin O'Connor
2019-08-06
1
-4
/
+2
*
spicmds: Rework spi config commands
Kevin O'Connor
2019-08-06
7
-81
/
+86
*
stm32: Automatically disable SWD if PA13/PA14 is used on stm32f103
Kevin O'Connor
2019-08-05
1
-0
/
+4
*
stm32f1: Remove now unused src/stm32f1/ directory
Kevin O'Connor
2019-08-05
11
-1138
/
+0
*
stm32: Rename clock.c to stm32f4.c
Kevin O'Connor
2019-08-05
2
-1
/
+1
*
stm32: Rename stm32f4/ directory to stm32/
Kevin O'Connor
2019-08-05
16
-93
/
+90
*
stm32f4: Add support for USB on stm32f103
Kevin O'Connor
2019-08-05
4
-0
/
+340
*
stm32f4: Add support for STM32F103
Kevin O'Connor
2019-08-05
7
-17
/
+191
*
stm32f4: Allow the USART serial port to be configured
Kevin O'Connor
2019-07-28
2
-15
/
+54
*
stm32f4: Make using the internal clock source a low level option
Kevin O'Connor
2019-07-28
2
-7
/
+11
*
stm32f4: Add support for full range of GPIO pins
Kevin O'Connor
2019-07-28
3
-30
/
+44
*
stm32f4: Only enable peripherals once
Kevin O'Connor
2019-07-28
4
-13
/
+35
*
stm32f4: Encode mode/func into single parameter of gpio_peripheral
Kevin O'Connor
2019-07-28
5
-12
/
+13
*
armcm_timer: Improve comments on wrap_timer code
Kevin O'Connor
2019-07-27
1
-3
/
+5
*
stm32f4: Automatically calculate dynmem start/end
Kevin O'Connor
2019-07-27
2
-2
/
+17
*
stm32f4: Add Kconfig build rules for STM32F405/7
Kevin O'Connor
2019-07-27
7
-125
/
+146
*
stm32f4: Add support for SPI
Kevin O'Connor
2019-07-27
4
-0
/
+69
*
stm32f4: Add support for ADC
Kevin O'Connor
2019-07-27
4
-0
/
+99
*
stm32f4: Add support for watchdog
Kevin O'Connor
2019-07-26
2
-1
/
+26
*
stm32f4: Improve serial baud rate calculation
Kevin O'Connor
2019-07-26
1
-2
/
+3
*
stm32f4: Add support for external 8Mhz crystal
Kevin O'Connor
2019-07-26
2
-5
/
+23
*
stm32f4: Add support for GPIO
Kevin O'Connor
2019-07-25
3
-0
/
+133
*
stm32f4: Add initial support for STM32F446 chip
Kevin O'Connor
2019-07-25
9
-0
/
+384
*
atsamd: Fix comment typo in serial.c
Kevin O'Connor
2019-07-25
1
-1
/
+1
*
initial_pins: Only build when CONFIG_HAVE_GPIO is enabled
Kevin O'Connor
2019-07-24
1
-2
/
+2
*
armcm_timer: Support micro-controllers faster than 160Mhz
Kevin O'Connor
2019-07-24
1
-0
/
+22
*
neopixel: Update to more flexible bit-banging timing
Kevin O'Connor
2019-07-23
1
-20
/
+38
*
lib: Update stm32f1 code to version 1.8.0
Kevin O'Connor
2019-07-21
2
-11
/
+6
*
stm32f0: Remove trailing tab from Makefile
Kevin O'Connor
2019-07-21
1
-1
/
+1
*
neopixel: Improve timing of gpio bit-banging
Kevin O'Connor
2019-07-17
1
-39
/
+43
*
neopixel: Be sure to set the line low on a failed write
Kevin O'Connor
2019-07-13
1
-1
/
+2
*
neopixel: Optimize the update loop
Kevin O'Connor
2019-07-12
1
-41
/
+37
*
neopixel: Add initial support for "neopixel" leds
Kevin O'Connor
2019-07-12
2
-1
/
+115
*
endstop: Rename mcu end_stop commands to endstop
Kevin O'Connor
2019-07-12
1
-35
/
+35
[prev]
[next]