aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32
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
* stm32: add STM32H723 supportbigtreetech2022-12-024-61/+113
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-0210-19/+318
* armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor2022-11-081-0/+4
* fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor2022-11-041-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
* 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
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-158-32/+305
* 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-051-0/+1
* 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
* stm32: Use new CONFIG_USB to determine if USB needs to be configuredKevin O'Connor2022-08-164-10/+9
* stm32: Remove stm32f4 canbus warningKevin O'Connor2022-07-291-1/+0
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-295-18/+21
* stm32: Add CCRDY check to stm32g0 adcKevin O'Connor2022-07-251-0/+9
* 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-272-6/+58
* canserial: Rename canbus.c to canserial.cKevin O'Connor2022-06-274-5/+7
* stm32: Add support for disabling the canbus filterKevin O'Connor2022-06-272-7/+15
* stm32: Add MCU temp for Stm32h7 (#5606)adelyser2022-06-271-2/+11
* 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-161-6/+0
* canbus: Move canbus uuid calculation to canbus.cKevin O'Connor2022-06-164-15/+7
* stm32: Support passing through RTR and EFF canbus framesKevin O'Connor2022-06-162-28/+36
* 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-162-156/+48
* stm32: Support 4KiB bootloader on stm32f1 and stm32f0Kevin O'Connor2022-06-101-0/+3
* 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-041-4/+0
* armcm_reset: Add a armcm_reset.h header file for try_request_canboot()Kevin O'Connor2022-06-046-3/+5
* 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-031-0/+3
* 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