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
*
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
*
atsamd: Convert SAMD51 to use armcm_timer
Kevin O'Connor
2019-02-06
3
-75
/
+4
*
armcm_timer: Add a generic timer mechanism for ARM CortexM3/M4 chips
Kevin O'Connor
2019-02-06
1
-0
/
+136
*
atsamd: Initial support for SAMD51
Kevin O'Connor
2019-01-28
16
-61
/
+432
*
atsamd: Add a get_pclock_frequency() helper function
Kevin O'Connor
2019-01-28
5
-7
/
+13
*
atsamd: Select the 8K bootloader by default
Kevin O'Connor
2019-01-28
1
-2
/
+2
*
atsamd: Pass the power management id to enable_pclock()
Kevin O'Connor
2019-01-28
9
-32
/
+33
*
atsamd: Clarify clock generation code
Kevin O'Connor
2019-01-28
1
-30
/
+35
*
usbserial: Allow USB ids to be specified via Kconfig
Kevin O'Connor
2019-01-25
2
-7
/
+21
*
simulator: Fix simulator build
Kevin O'Connor
2019-01-25
1
-0
/
+3
*
avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
1
-2
/
+2
*
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Kevin O'Connor
2019-01-25
7
-24
/
+8
*
avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIAL
Kevin O'Connor
2019-01-25
2
-8
/
+8
*
atsam: Add support for the SAM3X8C micro-controller
Kevin O'Connor
2019-01-22
3
-0
/
+7
*
atsam: Add support for USB on SAM3X
Kevin O'Connor
2019-01-19
5
-26
/
+268
*
atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitions
Kevin O'Connor
2019-01-18
8
-46
/
+64
*
lpc176x: Implement a median filter on ADC readings
Kevin O'Connor
2019-01-14
2
-19
/
+69
*
lpc176x: Add mechanism for entering the bootloader from a USB signal
Kevin O'Connor
2019-01-13
1
-0
/
+9
*
adccmds: Run gpio_adc_setup() before oid_alloc()
Kevin O'Connor
2019-01-13
1
-1
/
+2
*
src: Rename source folders for atsam and atsamd architectures
Florian Heilmann
2019-01-12
33
-74
/
+80
*
stepper: Fix bug when using a non-zero CONFIG_STEP_DELAY on AVR
Kevin O'Connor
2019-01-11
1
-1
/
+1
*
stepper: Support configuring the stepper pulse length from Kconfig
Kevin O'Connor
2019-01-09
3
-15
/
+41
*
i2ccmds: Pass the i2c address as a 7-bit number (0-127)
Kevin O'Connor
2019-01-07
4
-7
/
+5
*
sam3: Implement board reset via SAM RSTC hardware
Kevin O'Connor
2019-01-07
1
-1
/
+6
*
sam3: Add USB support for the SAM4 "UDP" hardware
Kevin O'Connor
2019-01-07
6
-2
/
+256
*
sam3: Add support for sam4s8c chips
Kevin O'Connor
2019-01-07
10
-8
/
+222
*
sam3: Add additional SPI and USART buses to spi.c
Kevin O'Connor
2019-01-07
1
-0
/
+4
*
sam3: Merge sam4e_spi.c into spi.c
Kevin O'Connor
2019-01-07
4
-163
/
+193
*
sam3: Add enable_pclock() helper function
Kevin O'Connor
2019-01-07
10
-22
/
+32
*
sam3: Enable i2c on sam3x8e
Kevin O'Connor
2019-01-07
3
-17
/
+16
*
sam3: Merge sam4e8e support into sam3 code
Kevin O'Connor
2019-01-07
23
-551
/
+125
*
lib: Rename lib/cmsis-sam4e/ to lib/sam4e/
Kevin O'Connor
2019-01-07
1
-8
/
+5
*
sam3: Rename src/sam3x8e to src/sam3
Kevin O'Connor
2019-01-07
11
-10
/
+10
*
sam4e8e: Move the sam4 cache setup to its own sam4_cache.c file
Kevin O'Connor
2019-01-07
3
-7
/
+17
*
sam4e8e: Use just a single 'chan' member in 'struct gpio_adc'
Kevin O'Connor
2019-01-07
2
-61
/
+47
*
sam4e8e: Move ADC code to new file afec.c
Kevin O'Connor
2019-01-07
4
-212
/
+219
*
sam4e8e: Rename gpio_set_peripheral() to gpio_peripheral()
Kevin O'Connor
2019-01-07
5
-27
/
+24
*
sam4e8e: Move gpio_set_peripheral() definition from gpio.h to internal.h
Kevin O'Connor
2019-01-07
6
-38
/
+51
*
sam3x8e: Move adc support to a new adc.c file
Kevin O'Connor
2019-01-07
3
-85
/
+93
*
sam3x8e: Pass the gpio id directly to gpio_peripheral()
Kevin O'Connor
2019-01-07
4
-9
/
+10
*
sam3x8e: Add an internal.h header file with local definitions
Kevin O'Connor
2019-01-07
5
-15
/
+23
[next]