aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32f1: Add support for HID BootloaderArksine2020-05-283-4/+16
* linux: userspace GPIO controlandryblack2020-05-179-22/+186
* stm32: add support for i2c readArksine2020-05-051-3/+39
* htu21d: Support for HTI21D family sensor on I2C bus (#2803)Lucio Tarantino2020-05-031-1/+2
* stm32: Wait for setup complete to enable ep0 rx in usbotg.cArksine2020-05-031-4/+11
* stm32: Wait for setup complete notification in usbotg.cKevin O'Connor2020-05-031-6/+13
* linux: Adapt servo0 channels for beagleboard kernel 4.14.108-ti (#2746)Janne Grunau2020-05-031-12/+29
* linux: change clock frequencyandryblack2020-05-021-1/+1
* stm32: Slow ADC frequency to 4.5MhzKevin O'Connor2020-04-302-4/+4
* lpc176x: Add support for additional i2c busesKevin O'Connor2020-04-213-46/+66
* neopixel: Make sure there is a minimum low duration after a long pulseKevin O'Connor2020-04-211-4/+3
* neopixel: Allow host software to configure neopixel timingKevin O'Connor2020-04-151-9/+14
* neopixel: Use names for key timing valuesKevin O'Connor2020-04-151-12/+19
* stm32: Add support for 64KiB bootloader on stm32f103Kevin O'Connor2020-03-241-2/+5
* stm32: Explicitly reset peripheral clocks on stm32f1Kevin O'Connor2020-03-241-0/+5
* armcm_boot: Additional code for broken bootloadersclearchris2020-03-041-0/+9
* stm32: Add support for a bootloader on stm32f0Kevin O'Connor2020-03-043-2/+36
* stm32: Revert "stm32: performance improvement for spi on stm32f0"Kevin O'Connor2020-03-041-8/+4
* stepper: Add some comments on s->position trackingKevin O'Connor2020-03-041-0/+5
* stm32: Fix broken clock setup on stm32f1Kevin O'Connor2020-02-291-2/+2
* basecmd: No need for finalize_config command to send "config" responseKevin O'Connor2020-02-201-2/+1
* stm32: The stm32f1 can only reach 64Mhz when using an internal clockKevin O'Connor2020-02-141-0/+1
* stm32: Fix typo that broke selection of alternate serial port pinKevin O'Connor2020-02-092-2/+2
* stm32: Reset adc calibration prior to starting calibrationKevin O'Connor2020-01-251-8/+17
* stm32: Increase adc sample timeKevin O'Connor2020-01-251-4/+4
* stm32: Only declare alternate usart2 on stm32f0Kevin O'Connor2020-01-233-49/+41
* stm32: Don't export spi1a/spi2a on stm32f1Kevin O'Connor2020-01-231-4/+6
* stm32: add alternate pinout for USART2Arne Jansen2020-01-233-1/+16
* stm32: add alternate pinouts for spi1/2Arne Jansen2020-01-231-3/+9