aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stm32: Apply race fixes to stm32h7_adc.cKevin O'Connor2022-12-121-19/+18
* stm32g0: Do not disable SWD by accidentAlex Voinea2022-12-111-2/+5
* stm32g4: Do not disable SWD by accidentAlex Voinea2022-12-111-1/+1
* linux: add 'GPIOI' for linux process (#5926)BIGTREETECH2022-12-112-3/+4
* stm32: add STM32H723 supportbigtreetech2022-12-024-61/+113
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-0210-19/+318
* rp2040: Fix watchdog enableKevin O'Connor2022-11-191-0/+3
* rp2040: Fix boundary check for max gpio pinKevin O'Connor2022-11-191-2/+2
* linux: use correct gpio bias flags (#5878)Eric Callahan2022-11-081-3/+3
* rp2040: Support CanBoot as bootloaderKevin O'Connor2022-11-083-14/+41
* armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor2022-11-088-6/+26
* fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor2022-11-042-0/+0
* stm32: Use consistent memory position/size on stm32h743Kevin O'Connor2022-11-021-3/+1
* stm32: Use stm32f0_serial.c on stm32h7 chipsKevin O'Connor2022-10-313-110/+36
* stm32: fix USART ORE status flag handlingAlex Voinea2022-10-313-3/+8
* stm32: Enable instruction and data cache on stm32h7D4SK2022-10-211-0/+3
* stm32: Remove incorrect "spi3" definition from stm32h7Kevin O'Connor2022-10-171-4/+0
* atsamd: Add support CANbus on ATSAME5x chipsKevin O'Connor2022-10-137-11/+363
* atsamd: Move bootloader_request() from usbserial.c to main.cKevin O'Connor2022-10-132-18/+19
* atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor2022-10-139-21/+43
* lib: Add atmel same51 and same54 build definitionsKevin O'Connor2022-10-131-0/+1
* lib: Remove unused gcc/ directories from samd21 and samd51 directoriesKevin O'Connor2022-10-131-2/+0
* stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.cKevin O'Connor2022-10-131-22/+25
* stm32: No need for fdcan_ram global pointer in fdcan.cKevin O'Connor2022-10-131-24/+10
* stm32: Minor code movement in fdcan.cKevin O'Connor2022-10-131-37/+41
* rp2040: Suppress spurious gcc v12 array bounds warningKevin O'Connor2022-09-291-3/+13
* thermocouple: Only shutdown on multiple consecutive sensor errorsKevin O'Connor2022-09-231-4/+10
* thermocouple: Report fault information in fault fieldKevin O'Connor2022-09-231-12/+6
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-158-32/+305
* samd21: fix erroneous register bit reference.Matt Baker2022-09-111-2/+0
* stm32: Fix i2c on stm32g0Kevin O'Connor2022-09-112-0/+34
* stm32: Add a gpio_valid() helper functionKevin O'Connor2022-09-051-12/+12
* serial_irq: Support side channel for entering bootloaderKevin O'Connor2022-09-054-0/+7
* lpc176x: Move bootloader_request() from usbserial.c to main.cKevin O'Connor2022-09-053-12/+23
* stm32f0: implement i2c_read endpointMatt Baker2022-09-011-1/+20
* stm32: Add Hardware PWM support for STM32G0 processors (#5714)Ben Jackson2022-09-013-4/+66
* stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)BIGTREETECH2022-08-233-8/+85
* stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711)adelyser2022-08-191-1/+1
* rp2040: Enabled hw pullups for the I2C pins (#5710)chestwood962022-08-191-2/+2
* atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock initKevin O'Connor2022-08-162-2/+2
* stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor2022-08-165-12/+14
* canserial: Fix typo in canserial.hKevin O'Connor2022-07-291-1/+1
* stm32: Remove stm32f4 canbus warningKevin O'Connor2022-07-291-1/+0
* mcu: Delay reset signaling for usb to canbus bridge nodesKevin O'Connor2022-07-291-0/+3
* canserial: Request bootloader via bootloader_request()Kevin O'Connor2022-07-291-2/+1
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-2914-32/+45
* serialqueue: Improve canbus timingKevin O'Connor2022-07-291-0/+4
* stm32: Add CCRDY check to stm32g0 adcKevin O'Connor2022-07-251-0/+9
* rp2040: Add support for USB to CANbus bridge modeKevin O'Connor2022-07-062-0/+6
* rp2040: Initial support for CANbusKevin O'Connor2022-07-064-7/+104