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: Simplify spi mode setting
Kevin O'Connor
2019-05-07
1
-22
/
+1
*
spi_software: save mode setting in config structure.
Matt Baker
2019-05-07
1
-0
/
+1
*
lpc176x: refactor usbserial to use udelay helper.
Matt Baker
2019-04-06
1
-3
/
+1
*
lpc176x: force minimum usb disconnect time
Matt Baker
2019-04-06
3
-0
/
+19
*
linux: add support for Linux hardware PWM
Janne Grunau
2019-04-05
6
-4
/
+110
*
pwmcmds: allow 16-bit resolution
Janne Grunau
2019-04-05
1
-1
/
+1
*
atsamd: Minor whitespace changes to sercom.c
Kevin O'Connor
2019-04-04
1
-3
/
+1
*
linux: Convert SPI to use enumerations
Kevin O'Connor
2019-04-04
1
-1
/
+10
*
lpc176x: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
4
-7
/
+18
*
atsamd: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
7
-19
/
+29
*
atsam: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
4
-2
/
+35
*
avr: Use enumerations for buses and reserve pins
Kevin O'Connor
2019-04-04
4
-7
/
+33
*
bus: Change bus parameter in config_spi/config_i2c
Kevin O'Connor
2019-04-04
2
-3
/
+3
*
avr: Add enumerations for the atmega168/328 analog only pins
Kevin O'Connor
2019-03-31
1
-0
/
+5
*
stm32f1: Fix ADC (#1474)
smark-
2019-03-31
1
-1
/
+1
*
pru: The TMR_CNT is cleared by writing all ones
Kevin O'Connor
2019-03-31
1
-1
/
+1
*
pru: Avoid using a timer wake time of exactly zero
Kevin O'Connor
2019-03-31
1
-0
/
+2
*
lpc176x: Explicitly disconnect USB on a bootloader request
Kevin O'Connor
2019-03-31
1
-1
/
+7
*
stm32f0: Wrong port definition for GPIOF (#1463)
Eugene Krashtan
2019-03-29
1
-1
/
+1
*
stm32f0: minor i2c bugfix (#1461)
Eugene Krashtan
2019-03-28
1
-1
/
+1
*
stm32f0: Various fixes according to comment: (#1453)
Eugene Krashtan
2019-03-28
6
-121
/
+19
*
stm32f0: SPI and i2c interfaces added
Eugene Krashtan
2019-03-24
7
-1
/
+274
*
stm32f0: New target STM32F0 added.
Eugene Krashtan
2019-03-24
15
-0
/
+1666
*
stepper: Fix reset_step_clock corruption due to bitset typo
Kevin O'Connor
2019-03-19
1
-1
/
+1
*
endstop: Use "pin_value" instead of "pin" when querying endstop state
Kevin O'Connor
2019-03-19
1
-4
/
+4
*
initial_pins: Add ability to configure output pins at mcu startup
Kevin O'Connor
2019-03-17
4
-1
/
+50
*
thermocouple: Define thermocouple types using enumerations
Kevin O'Connor
2019-03-17
1
-6
/
+8
*
linux: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+2
*
pru: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
2
-0
/
+7
*
stm32f1: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+6
*
lpc176x: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+6
*
atsamd: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+6
*
atsam: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-8
/
+21
*
avr: Use enumerations for pin mappings
Kevin O'Connor
2019-03-17
1
-0
/
+18
*
msgproto: Convert static strings to a more generic enumeration system
Kevin O'Connor
2019-03-17
1
-0
/
+7
*
command: Support evaluating C expressions in DECL_CONSTANT()
Kevin O'Connor
2019-03-17
2
-11
/
+20
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
28
-32
/
+32
*
stepper: Require an explicit reset_step_clock after stepper_stop()
Kevin O'Connor
2019-03-17
1
-5
/
+9
*
flash_usb: Run dfu-util via sudo
Kevin O'Connor
2019-03-11
2
-2
/
+2
*
flash_usb: Try to make the bossac atsam reboot logic more stable
Kevin O'Connor
2019-03-10
1
-1
/
+4
*
stepper: Support an optimized step/unstep function on ARM
Kevin O'Connor
2019-03-10
3
-32
/
+58
*
stm32f1: Add support for entering the bootloader via USB
Kevin O'Connor
2019-03-08
3
-2
/
+17
*
atsamd: Add support to "make flash" to automatically enter the bootloader
Kevin O'Connor
2019-03-08
1
-3
/
+2
*
atsam: Improve support for flashing over USB
Kevin O'Connor
2019-03-08
1
-4
/
+2
*
lpc176x: Add support for flashing via "make flash"
Kevin O'Connor
2019-03-08
1
-6
/
+2
*
Makefile: Reduce use of $^ in build rules
Kevin O'Connor
2019-03-02
5
-9
/
+9
*
Makefile: Fix lpc176x and stm32f1 builds
Kevin O'Connor
2019-03-02
2
-15
/
+13
*
atsamd: Reduce memory for have_run_init in spi/i2c
Kevin O'Connor
2019-03-01
2
-6
/
+6
*
atsamd: Add definitions for SAMD21E18 chip
Kevin O'Connor
2019-03-01
2
-2
/
+8
*
atsamd: Implement custom memory allocation functions
Kevin O'Connor
2019-03-01
2
-2
/
+17
[next]