aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* flash_usb: Run dfu-util via sudoKevin O'Connor2019-03-112-2/+2
* flash_usb: Try to make the bossac atsam reboot logic more stableKevin O'Connor2019-03-101-1/+4
* stepper: Support an optimized step/unstep function on ARMKevin O'Connor2019-03-103-32/+58
* stm32f1: Add support for entering the bootloader via USBKevin O'Connor2019-03-083-2/+17
* atsamd: Add support to "make flash" to automatically enter the bootloaderKevin O'Connor2019-03-081-3/+2
* atsam: Improve support for flashing over USBKevin O'Connor2019-03-081-4/+2
* lpc176x: Add support for flashing via "make flash"Kevin O'Connor2019-03-081-6/+2
* Makefile: Reduce use of $^ in build rulesKevin O'Connor2019-03-025-9/+9
* Makefile: Fix lpc176x and stm32f1 buildsKevin O'Connor2019-03-022-15/+13
* atsamd: Reduce memory for have_run_init in spi/i2cKevin O'Connor2019-03-012-6/+6
* atsamd: Add definitions for SAMD21E18 chipKevin O'Connor2019-03-012-2/+8
* atsamd: Implement custom memory allocation functionsKevin O'Connor2019-03-012-2/+17
* atsamd: Use CONFIG_MCU in MakefileKevin O'Connor2019-03-011-6/+3
* atsamd: Use the full micro-controller name for CONFIG_MCUKevin O'Connor2019-03-011-5/+5
* atsamd: Use local linker scriptKevin O'Connor2019-03-013-9/+84
* atsamd: Add support for programming SERCOM pinsKevin O'Connor2019-03-017-41/+430
* pru: Wrap code to 80 columnsKevin O'Connor2019-02-272-21/+22
* stm32f1: Wrap code to 80 columnsKevin O'Connor2019-02-273-3/+6
* avr: Wrap code to 80 columnsKevin O'Connor2019-02-273-3/+8
* spicmds: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* pwmcmds: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+4
* stepper: Wrap code to 80 columnsKevin O'Connor2019-02-271-2/+2
* buttons: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* atsamd: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+6
* simulator: Wrap code to 80 columnsKevin O'Connor2019-02-271-1/+2
* atsam: Wrap code to 80 columnsKevin O'Connor2019-02-272-6/+13
* pins: Add support for pull down resistorsKevin O'Connor2019-02-275-18/+36
* atsamd: Default to using an external 32Khz crystalKevin O'Connor2019-02-241-2/+2
* atsamd: Add support for reference clock selection to SAMD21Kevin O'Connor2019-02-222-27/+58
* atsamd: Update SAMD51 clock configurationKevin O'Connor2019-02-222-41/+64
* atsamd: Increase ADC frequency on SAMD51Kevin O'Connor2019-02-221-2/+2
* atsamd: Only support 8KiB bootloader on SAMD21Kevin O'Connor2019-02-221-0/+1
* atsamd: Add a GET_FUSE() helper macroKevin O'Connor2019-02-223-26/+19
* avr: Only prompt for cpu speed and uart port on LOW_LEVEL_OPTIONSKevin O'Connor2019-02-161-3/+3
* atsamd: Fix samd51 get_clock() sync bit checkKevin O'Connor2019-02-161-1/+1
* atsamd: Fix typo in MakefileKevin O'Connor2019-02-161-1/+1
* atsamd: Do not generate 200M/100M interal clocksKevin O'Connor2019-02-161-51/+2
* atsamd: Don't clear the watchdog if a clear is still in progressKevin O'Connor2019-02-152-2/+4
* atsamd: Move watchdog code to its own filesKevin O'Connor2019-02-154-31/+49
* atsam: Fix hard pwm cycle divider calculationKevin O'Connor2019-02-131-1/+1
* 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