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
*
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
*
atsamd: Use CONFIG_MCU in Makefile
Kevin O'Connor
2019-03-01
1
-6
/
+3
*
atsamd: Use the full micro-controller name for CONFIG_MCU
Kevin O'Connor
2019-03-01
1
-5
/
+5
*
atsamd: Use local linker script
Kevin O'Connor
2019-03-01
3
-9
/
+84
*
atsamd: Add support for programming SERCOM pins
Kevin O'Connor
2019-03-01
7
-41
/
+430
*
pru: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
2
-21
/
+22
*
stm32f1: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
3
-3
/
+6
*
avr: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
3
-3
/
+8
*
spicmds: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
pwmcmds: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+4
*
stepper: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-2
/
+2
*
buttons: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
atsamd: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+6
*
simulator: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-1
/
+2
*
atsam: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
2
-6
/
+13
*
pins: Add support for pull down resistors
Kevin O'Connor
2019-02-27
5
-18
/
+36
*
atsamd: Default to using an external 32Khz crystal
Kevin O'Connor
2019-02-24
1
-2
/
+2
*
atsamd: Add support for reference clock selection to SAMD21
Kevin O'Connor
2019-02-22
2
-27
/
+58
*
atsamd: Update SAMD51 clock configuration
Kevin O'Connor
2019-02-22
2
-41
/
+64
*
atsamd: Increase ADC frequency on SAMD51
Kevin O'Connor
2019-02-22
1
-2
/
+2
*
atsamd: Only support 8KiB bootloader on SAMD21
Kevin O'Connor
2019-02-22
1
-0
/
+1
*
atsamd: Add a GET_FUSE() helper macro
Kevin O'Connor
2019-02-22
3
-26
/
+19
*
avr: Only prompt for cpu speed and uart port on LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-02-16
1
-3
/
+3
*
atsamd: Fix samd51 get_clock() sync bit check
Kevin O'Connor
2019-02-16
1
-1
/
+1
*
atsamd: Fix typo in Makefile
Kevin O'Connor
2019-02-16
1
-1
/
+1
*
atsamd: Do not generate 200M/100M interal clocks
Kevin O'Connor
2019-02-16
1
-51
/
+2
*
atsamd: Don't clear the watchdog if a clear is still in progress
Kevin O'Connor
2019-02-15
2
-2
/
+4
*
atsamd: Move watchdog code to its own files
Kevin O'Connor
2019-02-15
4
-31
/
+49
*
atsam: Fix hard pwm cycle divider calculation
Kevin O'Connor
2019-02-13
1
-1
/
+1
*
spi_software: Implementation of software spi
Kevin O'Connor
2019-02-13
4
-5
/
+128
*
atsam: Add support for hard pwm via PWM controller
Kevin O'Connor
2019-02-13
4
-3
/
+106
*
atsamd: Fix typo in header guard
Kevin O'Connor
2019-02-13
1
-2
/
+2
*
atsamd: Enable ADC support for samd51 devices (#1204)
Florian Heilmann
2019-02-08
3
-19
/
+100
*
atsam: Configure the atsam sram matrix register
Kevin O'Connor
2019-02-07
1
-0
/
+11
*
debugcmds: Add support for reading/writing 32bit values
Kevin O'Connor
2019-02-07
1
-29
/
+25
*
stm32f1: Convert code to use armcm_timer
Kevin O'Connor
2019-02-06
4
-123
/
+5
*
stm32f1: Use internal functions for early USB gpio toggle
Kevin O'Connor
2019-02-06
3
-6
/
+24
*
lpc176x: Convert code to use armcm_timer
Kevin O'Connor
2019-02-06
4
-67
/
+6
*
atsam: Convert code to use armcm_timer
Kevin O'Connor
2019-02-06
4
-190
/
+6
[next]