aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stm32: CAN Kconfig typoOliver2021-04-072-2/+2
* stm32f1: reset peripherals in enable_pcclock()Arksine2021-04-071-0/+4
* stm32: Add hardware PWM support for STM32F1Michael Kurz2021-03-265-0/+179
* lpc176x: Add hardware PWM support for LPC176xMichael Kurz2021-03-265-0/+107
* lpc176x: Do not modify PCLKSELx at runtimeKevin O'Connor2021-03-251-8/+1
* lpc176x: Introduce get_pclock_frequency()Kevin O'Connor2021-03-256-12/+23
* ds18b20: Segmentation fault on 64bit Raspberry PiEvgeny Chukreev2021-03-191-1/+1
* stm32: Minor optimization to can.c IRQ data readingKevin O'Connor2021-03-181-10/+5
* canbus: Support reading CAN packets directly from IRQ handlerKevin O'Connor2021-03-183-17/+67
* avr: Fix Kconfig USB/Serial selectionKevin O'Connor2021-03-181-1/+4
* lpc176x: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-4/+10
* atsamd: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-8/+15
* atsam: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-4/+10
* avr: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-12/+13
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-185-98/+116
* canbus: Rework CAN command protocolKevin O'Connor2021-03-133-73/+94
* armcm_boot: Improve ARM Cortex-M control transfer from bootloaders (#4024)Matt Baker2021-03-091-8/+39
* stm32: Add support for STM32F1 I2C1 alternate pin mapping (#4012)Michael Kurz2021-03-022-5/+15
* fan: Add tachometer supportAdrian Keet2021-03-012-1/+100
* stm32: Add support for 48KiB bootloadersKevin O'Connor2021-02-201-0/+3
* stm32: Optimize stm32f401 peripheral clockKevin O'Connor2021-02-191-2/+6
* stm32: stm32f401 pll_freq updatesArkadiusz Raj2021-02-191-2/+3
* stm32: 25MHz clock fixesArkadiusz Raj2021-02-191-1/+2
* stm32: Fix missing STM32F429 clock initializationArkadiusz Raj2021-02-191-2/+3
* stm32: F429 shall use 168Mhz to allow easy USB clock configurationArkadiusz Raj2021-02-191-2/+2
* stm32: Add STM32F429 variant (#3926)Arek2021-02-182-9/+22
* stm32: Add support for spi bus on stm32f407 pins PI2,PI3,PI1Kevin O'Connor2021-02-121-0/+5
* stm32: Minor indention change to spi.cKevin O'Connor2021-02-121-10/+10
* pru: Request the host not send more than 496 bytes to the pruKevin O'Connor2021-02-121-0/+3
* canbus: Call can_notify_rx() at startup so low-level code does not need toKevin O'Connor2021-02-092-3/+1
* canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplifyKevin O'Connor2021-02-093-13/+8
* stm32: Adding support for STM32F031x6 (#3871)Elias Bakken2021-02-033-7/+22
* canbus: Move high-level CAN code to new src/generic/canbus.cKevin O'Connor2021-02-026-192/+323
* stm32: Simplify can.c irq handlerKevin O'Connor2021-02-021-127/+130
* stm32: Use CAN_TSR_CODE to select next tx fifo in can.cKevin O'Connor2021-02-021-6/+2
* stm32: Avoid read+write modify instructions in can.cKevin O'Connor2021-02-021-24/+13
* stm32: Introduce new can_set_filter() helper function in can.cKevin O'Connor2021-02-021-40/+32
* stm32: Update can.c to use more consistent indentationKevin O'Connor2021-02-021-146/+143
* ds18b20: new module for 1-wire temperature sensor (#3462)Alan Lord2021-02-022-1/+276
* 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