aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.cKevin O'Connor2021-02-011-1/+1
* stm32: Support for STM32F401 (#3853)smark-2021-01-313-9/+17
* stm32f1: Fix for using 16MHz external crystal (#3814)Matt Shepcar2021-01-241-2/+7
* stm32: Support setting the stm32f0 internal clock trim valueKevin O'Connor2021-01-182-1/+11
* stm32: Add support for spi4 bus on stm32f446 chipKevin O'Connor2021-01-041-0/+7
* gpiocmds: Merge digital output and soft pwm codeKevin O'Connor2020-12-101-233/+119
* stm32: Only use the HSI48 clock when doing "usb clock recovery"Kevin O'Connor2020-12-081-1/+2
* pca9685: Use move queue for pwm updatesKevin O'Connor2020-12-041-13/+58
* gpiocmds: Use move queue for software pwmKevin O'Connor2020-12-041-41/+78
* gpiocmds: Use move queue for digital output pinsPascal Pieper2020-12-041-11/+57
* pwmcmds: Use move queue for hard PWMPascal Pieper2020-12-041-11/+56
* stepper: Use a reusable interface to the "move queue"Kevin O'Connor2020-12-043-31/+81
* basecmd: Change "move queue empty" error to "move queue overflow"Kevin O'Connor2020-12-041-1/+1
* gpiocmds: Send soft pwm cycle_time separately from schedule_soft_pwm_outKevin O'Connor2020-12-041-11/+22
* pru: Disable gpio mux configuration codeKevin O'Connor2020-12-041-9/+19
* neopixel: Fix neopixel_result message so that it contains an oidKevin O'Connor2020-11-051-1/+1
* command: Fix handling of buffer passing in args[] on 64bit mcuKevin O'Connor2020-10-304-0/+17
* command: Add command_decode_ptr() helperKevin O'Connor2020-10-3010-30/+38
* neopixel: Increase the maximum LED chain lengthKevin O'Connor2020-10-291-15/+33
* atsamd: Support reading chip based temperature sensorKevin O'Connor2020-10-291-1/+15
* stm32: Support reading chip based temperature sensor on stm32f0Kevin O'Connor2020-10-291-2/+10
* stm32: Reduce adc_pins storage size in stm32f0_adc.cKevin O'Connor2020-10-291-19/+7
* stm32: Support reading chip based temperature sensor on stm32f1/2/4Kevin O'Connor2020-10-291-5/+24
* atsam: Support reading chip based temperature sensor on sam4eKevin O'Connor2020-10-291-1/+5
* atsam: Support reading chip based temperature sensor on sam3/sam4sKevin O'Connor2020-10-291-5/+13
* linux: Fix spi handling with more than one spi deviceKevin O'Connor2020-10-251-0/+1
* stm32: Don't default to HID bootloader in KconfigKevin O'Connor2020-10-131-6/+8
* stm32: Fixed CAN bus for STM32F4, there were syntax errors that prevented com...bondus2020-10-111-3/+3
* gpiocmds: Add soft-pwm frequency modulation supportGuy Shapira2020-09-261-10/+9
* sensor_adxl345: Remove unused stop_time parameterKevin O'Connor2020-09-051-1/+1
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-052-1/+180
* config: Added TronXY X5SA support (#3265)Cabia Rangris2020-08-301-0/+3
* stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...bondus2020-08-092-6/+7
* linux: Set the SPI mode in spidev.cKevin O'Connor2020-07-311-0/+5
* linux: Disable hardware pwm when it is set to zeroKevin O'Connor2020-07-202-13/+12
* lpc176x: Fix spi mode bitsKevin O'Connor2020-07-101-1/+1
* stm32: Improved CAN support for STM32 (#2976)bondus2020-06-247-279/+493
* stm32: Initial support for stm32f2 (#3001)combolek2020-06-234-6/+46
* stm32: Support for 20KiB bootloader offset. (#3008)kianusch2020-06-201-0/+3
* generic: Minor header cleanup to generic/irq.hKevin O'Connor2020-06-071-2/+0
* linux: Wait in timer dispatch for up to 2usKevin O'Connor2020-06-071-2/+2
* linux: Ability to use multiple GPIO chips (#2935)Lucio Tarantino2020-06-063-20/+48
* Kconfig: Only show the "usb ids" menu if low-level options are enabledKevin O'Connor2020-05-311-7/+10
* Kconfig: Change the default usb vendor/product idKevin O'Connor2020-05-311-2/+2
* lcd_hd44780: Only calibrate cmd_wait_ticks on mcus with strict timingKevin O'Connor2020-05-311-0/+5
* lcd_st7920: Only calibrate wait ticks on mcus with strict timingKevin O'Connor2020-05-311-0/+6
* stepper: Make toggling the step gpio after timer read conditionalKevin O'Connor2020-05-311-1/+5
* Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor2020-05-317-0/+9
* stm32: Fix typo causing internal clock to always be used on stm32f042Kevin O'Connor2020-05-281-1/+1
* stm32f4: Add support for HID bootloaderArksine2020-05-282-2/+16