aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sensor_mpu9250: Check for overflows on each query_mpu9250_status commandKevin O'Connor2024-01-071-10/+12
* sensor_mpu9250: Simplify mp9250_query()Kevin O'Connor2024-01-071-14/+10
* sensor_mpu9250: Fix timing in command_query_mpu9250_status()Kevin O'Connor2024-01-071-8/+9
* stm32: Fix CAN for STM32G4Alex Maclean2023-12-212-3/+6
* stm32: Fix ADC for STM32G4Alex Maclean2023-12-211-2/+3
* stm32: Fix STM32G4 USBAlex Maclean2023-12-211-1/+6
* hard_pwm: Add pin defs for STM32F070 and STM32F072 (#6409)Will Puckett2023-12-052-2/+65
* avr: enable small code size options for 328 and 328p (#6411)CODeRUS2023-11-291-1/+1
* stm32: enable 64KiB bootloader offset for all F4docgalaxyblock2023-11-161-1/+1
* atsam: Add support for CAN on atsame70 (#6366)Luke V2023-10-196-5/+359
* atsam: Remove USB endpoint header (#6365)Alex Maclean2023-10-121-10/+0
* stm32: Make sure to limit tx during usbfs startupKevin O'Connor2023-10-051-1/+2
* stm32: Fix usbfs spurious USB packet transmit on startupKevin O'Connor2023-10-041-6/+16
* stm32: Only enable one direction on usbfs double buffered end pointsKevin O'Connor2023-10-041-2/+2
* usb_canbus: Prioritize local response sending over new host messagesKevin O'Connor2023-10-031-2/+4
* usb_canbus: Add a local queue for USB messages received from hostKevin O'Connor2023-10-031-15/+38
* usb_canbus: Rename UsbCan.queue to UsbCan.canhw_queueKevin O'Connor2023-10-031-14/+14
* rp2040: Add support for double buffering on USB bulk tx packetsKevin O'Connor2023-10-031-4/+10
* rp2040: Add support for double buffering on USB bulk rx packetsKevin O'Connor2023-10-031-6/+15
* rp2040: Open code usb_read_packet() and usb_write_packet() in callersKevin O'Connor2023-10-031-36/+58
* rp2040: Add helper functions to usbserial.cKevin O'Connor2023-10-031-20/+56
* stm32: Add usbfs double buffer support for bulk tx messagesKevin O'Connor2023-10-031-8/+28
* stm32: Add usbfs double buffer support for bulk rx messagesKevin O'Connor2023-10-031-14/+49
* stm32: Update usbfs to support setting both buffers for each endpointKevin O'Connor2023-10-031-35/+37
* stm32: Improve usbfs epr register handlingKevin O'Connor2023-10-031-40/+41
* Kconfig: Support Enable/Disable lis2dw on chips with small flash sizebigtreetech2023-08-212-1/+9
* lis2dw12: Add support for lis2dw12 accelerometerbigtreetech2023-08-212-1/+222
* hc32f460: Add app address 0x10000Falk Höppner2023-08-131-6/+9
* atsamd: Add support for SAMD21J18 (Minitronics v2)Bart Meijer2023-07-051-2/+6
* hc32f460: Disable JTAG/SWD on pins so they can be used for GPIO/serialBoris-Chengbiao Zhou2023-06-201-0/+6
* hc32f460: Use correct USART for PH2/PB10 pinsBoris-Chengbiao Zhou2023-06-201-9/+28
* atsamd: Fixes for samc21 and compiler optimizations (#6198)Luke V2023-06-162-4/+26
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-0815-36/+70
* i2c_software: Implementation of software i2c (#6141)BIGTREETECH2023-06-076-10/+246
* hc32f460: update for HC32F460 - clock, flash add, serial (#6235)Steve Gotthardt2023-06-062-9/+44
* Kconfig: Change default CANbus frequency to 1000000Kevin O'Connor2023-05-301-1/+1
* stm32: add PB5/PB6 as CAN pins - required for BTT U2C v2.xStefan Dej2023-05-202-2/+6
* stm32f7: add support for stm32f7 and remram boardFrederic Morin2023-05-0710-11/+217
* atsamd: Add support for SAMC21Wulfsta2023-05-0113-31/+311
* rp2040: Handle USB resetsKevin O'Connor2023-04-251-4/+9
* usb_canbus: Rework USB message transmit prioritizationKevin O'Connor2023-04-241-38/+38
* usb_canbus: No need to check if canserial can accept a packetKevin O'Connor2023-04-243-13/+8
* usb_canbus: Minor code reformatting of drain_hw_queue()Kevin O'Connor2023-04-241-10/+10
* usb_canbus: Increase rx canbus packet buffer to 32Kevin O'Connor2023-04-241-1/+1
* stm32: Fix usbotg irq wakeup notificationKevin O'Connor2023-04-241-4/+4
* sensor_mpu9250: Fix or improve reliability (#6170)Dr. Matthew Swabey2023-04-191-48/+54
* stm32: Support for USART5 on STM32G0B1 (#6105)Florin Popescu2023-04-193-0/+23
* scripts: Fix flash linux when OUT argument provided (#6133)visilya2023-04-071-1/+1
* stm32: Improve ifdef indent in hard_pwm.cKevin O'Connor2023-04-071-4/+4
* stm32: Prefer "MACH_STM32F1" test over "MACH_STM32F103 || MACH_N32G45x"Kevin O'Connor2023-04-072-2/+2