aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)BIGTREETECH2022-06-302-1/+34
* usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor2022-06-277-15/+751
* canserial: Rename canbus.c to canserial.cKevin O'Connor2022-06-279-332/+385
* usb_cdc_ep: Change default endpoint numbersKevin O'Connor2022-06-272-3/+3
* stm32: Add support for disabling the canbus filterKevin O'Connor2022-06-273-7/+18
* stm32: Add MCU temp for Stm32h7 (#5606)adelyser2022-06-271-2/+11
* rp2040: Add a Kconfig option for selecting "generic_03H" flash typeKevin O'Connor2022-06-201-0/+10
* rp2040: Add options to Kconfig for "stage2" flash chip optionsKevin O'Connor2022-06-202-2/+17
* stm32: Add Kconfig option for stm32f103x6 chip (with only 10KiB ram)Kevin O'Connor2022-06-201-1/+6
* stm32: support stm32f401 adc_temperature sensor (#5572)Kamil TrzciƄski2022-06-201-2/+4
* Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor2022-06-166-22/+6
* mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte2022-06-164-4/+298
* canbus: Move canbus uuid calculation to canbus.cKevin O'Connor2022-06-167-25/+21
* stm32: Support passing through RTR and EFF canbus framesKevin O'Connor2022-06-163-28/+39
* stm32: Support PA11/PA12 and PB8/PB9 on fdcanKevin O'Connor2022-06-162-16/+20
* stm32: Simplify fdcan tx irq handlingKevin O'Connor2022-06-161-8/+4
* canbus: Use single method for reading canbus messagesKevin O'Connor2022-06-164-198/+125
* canbus: Move global variables into a structKevin O'Connor2022-06-161-55/+65
* rp2040: Implement workaround for USB errata "rp2040-e5"Kevin O'Connor2022-06-121-3/+99
* stm32: Support 4KiB bootloader on stm32f1 and stm32f0Kevin O'Connor2022-06-101-0/+3
* lpc176x: add support for canboot usbEric Callahan2022-06-101-0/+2
* ds18b20: Allow some read errorsfunctionpointer2022-06-081-22/+33
* stm32: Enable Automatic retransmission feature to avoid data loss caused by b...BIGTREETECH2022-06-061-2/+0
* Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/KconfigKevin O'Connor2022-06-042-4/+5
* armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor2022-06-049-9/+18
* stm32: use TME bits to find the canbus tx mailboxEric Callahan2022-06-031-1/+5
* stm32: call "try_request_canboot" for bootloader requestsEric Callahan2022-06-035-0/+5
* canbus: use "try_request_canboot" methodEric Callahan2022-06-032-15/+4
* armcm_reset: support canboot detectionEric Callahan2022-06-031-0/+32
* stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.cKevin O'Connor2022-06-012-13/+8
* stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-015-2/+347
* stm32: Don't allow USB on internal clock for stm32f103/stm32f070Kevin O'Connor2022-05-231-1/+2
* misc: Import misc.h in all files defining console_sendf()Kevin O'Connor2022-05-133-0/+3
* stm32: Remove unused header from can.cKevin O'Connor2022-05-101-1/+0
* canbus: Rename CANBUS_CMD_SET_NODEID to CANBUS_CMD_SET_KLIPPER_NODEIDKevin O'Connor2022-05-101-5/+5
* stm32: add 8 KiB bootloader option for F0x2 devicesEric Callahan2022-05-101-1/+1
* canbus: send 8 bytes in the id responseEric Callahan2022-05-101-1/+2
* canbus: add bootloader supportEric Callahan2022-05-101-0/+27
* stm32: Fix typo in i2c.cKevin O'Connor2022-05-071-2/+2
* stm32: Add 64kib bootloader offset option to STM32F401 (#5457)JamesH19782022-04-251-1/+1
* spicmds: Allow inversion of CS pin for SPI bussesMartin Hierholzer2022-04-221-12/+14
* stm32: Add STM32F072 16KiB bootloader option (#5404)alstoepp2022-04-131-1/+1
* stm32: Add support for additional i2c busesKevin O'Connor2022-04-111-0/+17
* sensor_angle: Support TLE5012b frame counter for timingKevin O'Connor2022-03-291-14/+57
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-294-1/+291
* atsam: Fix typo in sam4e_afecAlex Maclean2022-03-281-1/+1
* atsam: Add support for SAM E70Alex Maclean2022-03-2615-74/+425
* linux: Update i2c.c (#5295)Blinker732022-03-141-1/+1