aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lpc176x: Add support for serial on UART3 P4.29/P4.28Kevin O'Connor2021-05-253-9/+23
* lpc176x: Move pin definitions together in serial.cKevin O'Connor2021-05-251-22/+28
* stm32: Add alternate serial ports on stm32f4Kevin O'Connor2021-05-242-3/+22
* stm32: Include pin names in STM32_SERIAL_USART?_ALT kconfig symbolsKevin O'Connor2021-05-243-6/+6
* stm32: Allow 32KiB bootloader on stm32f446Kevin O'Connor2021-05-201-3/+3
* debugcmds: Remove start/end_group commandsKevin O'Connor2021-05-071-38/+2
* stm32: Enable ADC3 pins on stm32f446Kevin O'Connor2021-05-061-2/+2
* lpc176x: Use full peripheral clock speed; fix UART interfaceKevin O'Connor2021-05-041-1/+1
* stm32: Allow selecting bootloader size for STM32F446Wilhelm Schuster2021-05-031-2/+2
* endstop: Report trigger time in endstop_query responseKevin O'Connor2021-04-301-2/+3
* adxl345: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-301-2/+2
* pulse_counter: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-301-3/+3
* stepper: Remove min_stop_interval from mcu codeKevin O'Connor2021-04-301-13/+3
* linux: Raise an error if configuring a pullup when that is not supportedKevin O'Connor2021-04-251-0/+3
* linux: Minor formatting, variable name, and error reporting changesKevin O'Connor2021-04-251-62/+53
* lpc176x: Add i2c_read functionalityMichael Kurz2021-04-251-1/+34
* stm32: Added mcu temperature support additional mcu (#4211)pkElectronics2021-04-251-1/+1
* linux: Don't use timer_repeat_until for linux "irq" pollingKevin O'Connor2021-04-211-29/+9
* sched: Call irq_poll() at start of run_tasks() loopKevin O'Connor2021-04-211-0/+1
* linux: Rework timer_check_periodic() to use ticksKevin O'Connor2021-04-193-14/+14
* linux: Move timer fields into a structKevin O'Connor2021-04-191-31/+37
* linux: Avoid calling timer_read_time() in timer_dispatch() when not neededKevin O'Connor2021-04-181-3/+15
* linux: Simplify timer dispatch codeKevin O'Connor2021-04-181-54/+50
* linux: Fix local timer_repeat_until cache in timer.cKevin O'Connor2021-04-181-1/+1
* 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