aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* pru: Avoid using a timer wake time of exactly zeroKevin O'Connor2019-03-311-0/+2
* lpc176x: Explicitly disconnect USB on a bootloader requestKevin O'Connor2019-03-311-1/+7
* stm32f0: Wrong port definition for GPIOF (#1463)Eugene Krashtan2019-03-291-1/+1
* stm32f0: minor i2c bugfix (#1461)Eugene Krashtan2019-03-281-1/+1
* stm32f0: Various fixes according to comment: (#1453)Eugene Krashtan2019-03-286-121/+19
* stm32f0: SPI and i2c interfaces addedEugene Krashtan2019-03-247-1/+274
* stm32f0: New target STM32F0 added.Eugene Krashtan2019-03-2415-0/+1666
* stepper: Fix reset_step_clock corruption due to bitset typoKevin O'Connor2019-03-191-1/+1
* endstop: Use "pin_value" instead of "pin" when querying endstop stateKevin O'Connor2019-03-191-4/+4
* initial_pins: Add ability to configure output pins at mcu startupKevin O'Connor2019-03-174-1/+50
* thermocouple: Define thermocouple types using enumerationsKevin O'Connor2019-03-171-6/+8
* linux: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+2
* pru: Use enumerations for pin mappingsKevin O'Connor2019-03-172-0/+7
* stm32f1: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+6
* lpc176x: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+6
* atsamd: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+6
* atsam: Use enumerations for pin mappingsKevin O'Connor2019-03-171-8/+21
* avr: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+18
* msgproto: Convert static strings to a more generic enumeration systemKevin O'Connor2019-03-171-0/+7
* command: Support evaluating C expressions in DECL_CONSTANT()Kevin O'Connor2019-03-172-11/+20
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-1728-32/+32
* stepper: Require an explicit reset_step_clock after stepper_stop()Kevin O'Connor2019-03-171-5/+9
* 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