Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Klipper3d/klipper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/stm32
AgeCommit message (Expand)Author
2022-11-08armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor
2022-11-04fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor
2022-11-02stm32: Use consistent memory position/size on stm32h743Kevin O'Connor
2022-10-31stm32: Use stm32f0_serial.c on stm32h7 chipsKevin O'Connor
2022-10-31stm32: fix USART ORE status flag handlingAlex Voinea
2022-10-22stm32: Enable instruction and data cache on stm32h7D4SK
2022-10-17stm32: Remove incorrect "spi3" definition from stm32h7Kevin O'Connor
2022-10-13stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.cKevin O'Connor
2022-10-13stm32: No need for fdcan_ram global pointer in fdcan.cKevin O'Connor
2022-10-13stm32: Minor code movement in fdcan.cKevin O'Connor
2022-09-15stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker
2022-09-12stm32: Fix i2c on stm32g0Kevin O'Connor
2022-09-06stm32: Add a gpio_valid() helper functionKevin O'Connor
2022-09-05serial_irq: Support side channel for entering bootloaderKevin O'Connor
2022-09-01stm32f0: implement i2c_read endpointMatt Baker
2022-09-01stm32: Add Hardware PWM support for STM32G0 processors (#5714)Ben Jackson
2022-08-24stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)BIGTREETECH
2022-08-19stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711)adelyser
2022-08-17stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor
2022-07-29stm32: Remove stm32f4 canbus warningKevin O'Connor
2022-07-29usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor
2022-07-25stm32: Add CCRDY check to stm32g0 adcKevin O'Connor
2022-06-30stm32: stm32g0/h7 usb_dfu_bootloader support (#5596)BIGTREETECH
2022-06-27usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor
2022-06-27canserial: Rename canbus.c to canserial.cKevin O'Connor
2022-06-27stm32: Add support for disabling the canbus filterKevin O'Connor
2022-06-27stm32: Add MCU temp for Stm32h7 (#5606)adelyser
2022-06-20stm32: Add Kconfig option for stm32f103x6 chip (with only 10KiB ram)Kevin O'Connor
2022-06-20stm32: support stm32f401 adc_temperature sensor (#5572)Kamil TrzciƄski
2022-06-16Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor
2022-06-16canbus: Move canbus uuid calculation to canbus.cKevin O'Connor
2022-06-16stm32: Support passing through RTR and EFF canbus framesKevin O'Connor
2022-06-16stm32: Support PA11/PA12 and PB8/PB9 on fdcanKevin O'Connor
2022-06-16stm32: Simplify fdcan tx irq handlingKevin O'Connor
2022-06-16canbus: Use single method for reading canbus messagesKevin O'Connor
2022-06-10stm32: Support 4KiB bootloader on stm32f1 and stm32f0Kevin O'Connor
2022-06-06stm32: Enable Automatic retransmission feature to avoid data loss caused by b...BIGTREETECH
2022-06-04Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/KconfigKevin O'Connor
2022-06-04armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor
2022-06-03stm32: use TME bits to find the canbus tx mailboxEric Callahan
2022-06-03stm32: call "try_request_canboot" for bootloader requestsEric Callahan
2022-06-03canbus: use "try_request_canboot" methodEric Callahan
2022-06-01stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.cKevin O'Connor
2022-06-01stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH
2022-05-23stm32: Don't allow USB on internal clock for stm32f103/stm32f070Kevin O'Connor
2022-05-10stm32: Remove unused header from can.cKevin O'Connor
2022-05-10stm32: add 8 KiB bootloader option for F0x2 devicesEric Callahan
2022-05-07stm32: Fix typo in i2c.cKevin O'Connor
2022-04-25stm32: Add 64kib bootloader offset option to STM32F401 (#5457)JamesH1978
2022-04-13stm32: Add STM32F072 16KiB bootloader option (#5404)alstoepp