aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* endstop: Rename mcu end_stop commands to endstopKevin O'Connor2019-07-121-35/+35
* stepper: Don't update SF_LAST_DIR if SF_NEED_RESETKevin O'Connor2019-07-121-1/+3
* lpc176x: Reset LPC_UART0->FDR when using serialKevin O'Connor2019-07-101-0/+1
* buttons: initialize mcu buttons based on inverted stateArksine2019-07-051-2/+3
* lpc176x: Add more filtering to workaround adc hardware defectKevin O'Connor2019-06-201-1/+11
* lpc176x: Fix adc clock divisorKevin O'Connor2019-06-191-2/+2
* armcm_timer: Unify udelay() implementationKevin O'Connor2019-06-0910-42/+24
* atsam: Add support for "timer" controlled hardware pwm pinsKevin O'Connor2019-06-022-8/+145
* atsamd: Add build support for SAMD21E15 chipKevin O'Connor2019-06-011-0/+6
* atsamd: Reduce the compile size of the hard_pwm pin listKevin O'Connor2019-05-301-28/+35
* gpiocmds: Specify soft pwm duration in clock ticksKevin O'Connor2019-05-261-12/+6
* stm32f1: Add support for building with a 0x7000 code offsetKevin O'Connor2019-05-231-0/+3
* atsam: Enable pullup on i2c SDA lineKevin O'Connor2019-05-231-4/+4
* atsam: Improve i2c timeout detectionKevin O'Connor2019-05-231-15/+10
* atsam: Minor whitespace changes to i2c.cKevin O'Connor2019-05-231-27/+18
* spi_software: Minor simplification to spi_software_prepare()Kevin O'Connor2019-05-221-1/+1
* avr: Simplify spi mode settingKevin O'Connor2019-05-071-22/+1
* spi_software: save mode setting in config structure.Matt Baker2019-05-071-0/+1
* lpc176x: refactor usbserial to use udelay helper.Matt Baker2019-04-061-3/+1
* lpc176x: force minimum usb disconnect timeMatt Baker2019-04-063-0/+19
* linux: add support for Linux hardware PWMJanne Grunau2019-04-056-4/+110
* pwmcmds: allow 16-bit resolutionJanne Grunau2019-04-051-1/+1
* atsamd: Minor whitespace changes to sercom.cKevin O'Connor2019-04-041-3/+1
* linux: Convert SPI to use enumerationsKevin O'Connor2019-04-041-1/+10
* lpc176x: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-044-7/+18
* atsamd: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-047-19/+29
* atsam: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-044-2/+35
* avr: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-044-7/+33
* bus: Change bus parameter in config_spi/config_i2cKevin O'Connor2019-04-042-3/+3
* avr: Add enumerations for the atmega168/328 analog only pinsKevin O'Connor2019-03-311-0/+5
* stm32f1: Fix ADC (#1474)smark-2019-03-311-1/+1
* pru: The TMR_CNT is cleared by writing all onesKevin O'Connor2019-03-311-1/+1
* 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