aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* spi_software: Implementation of software spiKevin O'Connor2019-02-134-5/+128
* atsam: Add support for hard pwm via PWM controllerKevin O'Connor2019-02-134-3/+106
* atsamd: Fix typo in header guardKevin O'Connor2019-02-131-2/+2
* atsamd: Enable ADC support for samd51 devices (#1204)Florian Heilmann2019-02-083-19/+100
* atsam: Configure the atsam sram matrix registerKevin O'Connor2019-02-071-0/+11
* debugcmds: Add support for reading/writing 32bit valuesKevin O'Connor2019-02-071-29/+25
* stm32f1: Convert code to use armcm_timerKevin O'Connor2019-02-064-123/+5
* stm32f1: Use internal functions for early USB gpio toggleKevin O'Connor2019-02-063-6/+24
* lpc176x: Convert code to use armcm_timerKevin O'Connor2019-02-064-67/+6
* atsam: Convert code to use armcm_timerKevin O'Connor2019-02-064-190/+6
* atsamd: Convert SAMD51 to use armcm_timerKevin O'Connor2019-02-063-75/+4
* armcm_timer: Add a generic timer mechanism for ARM CortexM3/M4 chipsKevin O'Connor2019-02-061-0/+136
* atsamd: Initial support for SAMD51Kevin O'Connor2019-01-2816-61/+432
* atsamd: Add a get_pclock_frequency() helper functionKevin O'Connor2019-01-285-7/+13
* atsamd: Select the 8K bootloader by defaultKevin O'Connor2019-01-281-2/+2
* atsamd: Pass the power management id to enable_pclock()Kevin O'Connor2019-01-289-32/+33
* atsamd: Clarify clock generation codeKevin O'Connor2019-01-281-30/+35
* usbserial: Allow USB ids to be specified via KconfigKevin O'Connor2019-01-252-7/+21
* simulator: Fix simulator buildKevin O'Connor2019-01-251-0/+3
* avr: Only prompt for CLEAR_PRESCALER and SIMULAVR with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-251-2/+2
* Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-257-24/+8
* avr: Rename AVR_SERIAL and AVR_USBSERIAL to SERIAL and USBSERIALKevin O'Connor2019-01-252-8/+8
* atsam: Add support for the SAM3X8C micro-controllerKevin O'Connor2019-01-223-0/+7
* atsam: Add support for USB on SAM3XKevin O'Connor2019-01-195-26/+268
* atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitionsKevin O'Connor2019-01-188-46/+64
* lpc176x: Implement a median filter on ADC readingsKevin O'Connor2019-01-142-19/+69
* lpc176x: Add mechanism for entering the bootloader from a USB signalKevin O'Connor2019-01-131-0/+9
* adccmds: Run gpio_adc_setup() before oid_alloc()Kevin O'Connor2019-01-131-1/+2
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-1233-74/+80
* stepper: Fix bug when using a non-zero CONFIG_STEP_DELAY on AVRKevin O'Connor2019-01-111-1/+1
* stepper: Support configuring the stepper pulse length from KconfigKevin O'Connor2019-01-093-15/+41
* i2ccmds: Pass the i2c address as a 7-bit number (0-127)Kevin O'Connor2019-01-074-7/+5
* sam3: Implement board reset via SAM RSTC hardwareKevin O'Connor2019-01-071-1/+6
* sam3: Add USB support for the SAM4 "UDP" hardwareKevin O'Connor2019-01-076-2/+256
* sam3: Add support for sam4s8c chipsKevin O'Connor2019-01-0710-8/+222
* sam3: Add additional SPI and USART buses to spi.cKevin O'Connor2019-01-071-0/+4
* sam3: Merge sam4e_spi.c into spi.cKevin O'Connor2019-01-074-163/+193
* sam3: Add enable_pclock() helper functionKevin O'Connor2019-01-0710-22/+32
* sam3: Enable i2c on sam3x8eKevin O'Connor2019-01-073-17/+16
* sam3: Merge sam4e8e support into sam3 codeKevin O'Connor2019-01-0723-551/+125
* lib: Rename lib/cmsis-sam4e/ to lib/sam4e/Kevin O'Connor2019-01-071-8/+5
* sam3: Rename src/sam3x8e to src/sam3Kevin O'Connor2019-01-0711-10/+10
* sam4e8e: Move the sam4 cache setup to its own sam4_cache.c fileKevin O'Connor2019-01-073-7/+17
* sam4e8e: Use just a single 'chan' member in 'struct gpio_adc'Kevin O'Connor2019-01-072-61/+47
* sam4e8e: Move ADC code to new file afec.cKevin O'Connor2019-01-074-212/+219
* sam4e8e: Rename gpio_set_peripheral() to gpio_peripheral()Kevin O'Connor2019-01-075-27/+24
* sam4e8e: Move gpio_set_peripheral() definition from gpio.h to internal.hKevin O'Connor2019-01-076-38/+51
* sam3x8e: Move adc support to a new adc.c fileKevin O'Connor2019-01-073-85/+93
* sam3x8e: Pass the gpio id directly to gpio_peripheral()Kevin O'Connor2019-01-074-9/+10
* sam3x8e: Add an internal.h header file with local definitionsKevin O'Connor2019-01-075-15/+23