| Commit message (Expand) | Author | Age | Files | Lines |
* | stm32: Apply race fixes to stm32h7_adc.c | Kevin O'Connor | 2022-12-12 | 1 | -19/+18 |
* | stm32g0: Do not disable SWD by accident | Alex Voinea | 2022-12-11 | 1 | -2/+5 |
* | stm32g4: Do not disable SWD by accident | Alex Voinea | 2022-12-11 | 1 | -1/+1 |
* | stm32: add STM32H723 support | bigtreetech | 2022-12-02 | 4 | -61/+113 |
* | stm32g4: implement build,usb,can,i2c,spi,serial,adc. | Matt Baker | 2022-12-02 | 10 | -19/+318 |
* | armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value | Kevin O'Connor | 2022-11-08 | 1 | -0/+4 |
* | fdcan: Remove spurious executable flag on fdcan.c | Kevin O'Connor | 2022-11-04 | 1 | -0/+0 |
* | stm32: Use consistent memory position/size on stm32h743 | Kevin O'Connor | 2022-11-02 | 1 | -3/+1 |
* | stm32: Use stm32f0_serial.c on stm32h7 chips | Kevin O'Connor | 2022-10-31 | 3 | -110/+36 |
* | stm32: fix USART ORE status flag handling | Alex Voinea | 2022-10-31 | 3 | -3/+8 |
* | stm32: Enable instruction and data cache on stm32h7 | D4SK | 2022-10-21 | 1 | -0/+3 |
* | stm32: Remove incorrect "spi3" definition from stm32h7 | Kevin O'Connor | 2022-10-17 | 1 | -4/+0 |
* | stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.c | Kevin O'Connor | 2022-10-13 | 1 | -22/+25 |
* | stm32: No need for fdcan_ram global pointer in fdcan.c | Kevin O'Connor | 2022-10-13 | 1 | -24/+10 |
* | stm32: Minor code movement in fdcan.c | Kevin O'Connor | 2022-10-13 | 1 | -37/+41 |
* | stm32l4: add stm32l412 support with adc,i2c,spi,usb | Matt Baker | 2022-09-15 | 8 | -32/+305 |
* | stm32: Fix i2c on stm32g0 | Kevin O'Connor | 2022-09-11 | 2 | -0/+34 |
* | stm32: Add a gpio_valid() helper function | Kevin O'Connor | 2022-09-05 | 1 | -12/+12 |
* | serial_irq: Support side channel for entering bootloader | Kevin O'Connor | 2022-09-05 | 1 | -0/+1 |
* | stm32f0: implement i2c_read endpoint | Matt Baker | 2022-09-01 | 1 | -1/+20 |
* | stm32: Add Hardware PWM support for STM32G0 processors (#5714) | Ben Jackson | 2022-09-01 | 3 | -4/+66 |
* | stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668) | BIGTREETECH | 2022-08-23 | 3 | -8/+85 |
* | stm32: Fix the STM32H743 mcu temp on SKR 3 (#5711) | adelyser | 2022-08-19 | 1 | -1/+1 |
* | stm32: Use new CONFIG_USB to determine if USB needs to be configured | Kevin O'Connor | 2022-08-16 | 4 | -10/+9 |
* | stm32: Remove stm32f4 canbus warning | Kevin O'Connor | 2022-07-29 | 1 | -1/+0 |
* | usb_cdc: Rename usb_request_bootloader() to bootloader_request() | Kevin O'Connor | 2022-07-29 | 5 | -18/+21 |
* | stm32: Add CCRDY check to stm32g0 adc | Kevin O'Connor | 2022-07-25 | 1 | -0/+9 |
* | stm32: stm32g0/h7 usb_dfu_bootloader support (#5596) | BIGTREETECH | 2022-06-30 | 2 | -1/+34 |
* | usb_canbus: Initial support for USB to CAN bridge mode | Kevin O'Connor | 2022-06-27 | 2 | -6/+58 |
* | canserial: Rename canbus.c to canserial.c | Kevin O'Connor | 2022-06-27 | 4 | -5/+7 |
* | stm32: Add support for disabling the canbus filter | Kevin O'Connor | 2022-06-27 | 2 | -7/+15 |
* | stm32: Add MCU temp for Stm32h7 (#5606) | adelyser | 2022-06-27 | 1 | -2/+11 |
* | stm32: Add Kconfig option for stm32f103x6 chip (with only 10KiB ram) | Kevin O'Connor | 2022-06-20 | 1 | -1/+6 |
* | stm32: support stm32f401 adc_temperature sensor (#5572) | Kamil TrzciĆski | 2022-06-20 | 1 | -2/+4 |
* | Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig | Kevin O'Connor | 2022-06-16 | 1 | -6/+0 |
* | canbus: Move canbus uuid calculation to canbus.c | Kevin O'Connor | 2022-06-16 | 4 | -15/+7 |
* | stm32: Support passing through RTR and EFF canbus frames | Kevin O'Connor | 2022-06-16 | 2 | -28/+36 |
* | stm32: Support PA11/PA12 and PB8/PB9 on fdcan | Kevin O'Connor | 2022-06-16 | 2 | -16/+20 |
* | stm32: Simplify fdcan tx irq handling | Kevin O'Connor | 2022-06-16 | 1 | -8/+4 |
* | canbus: Use single method for reading canbus messages | Kevin O'Connor | 2022-06-16 | 2 | -156/+48 |
* | stm32: Support 4KiB bootloader on stm32f1 and stm32f0 | Kevin O'Connor | 2022-06-10 | 1 | -0/+3 |
* | stm32: Enable Automatic retransmission feature to avoid data loss caused by b... | BIGTREETECH | 2022-06-06 | 1 | -2/+0 |
* | Kconfig: Move CANBUS_FREQUENCY definition from src/stm32/Kconfig to src/Kconfig | Kevin O'Connor | 2022-06-04 | 1 | -4/+0 |
* | armcm_reset: Add a armcm_reset.h header file for try_request_canboot() | Kevin O'Connor | 2022-06-04 | 6 | -3/+5 |
* | stm32: use TME bits to find the canbus tx mailbox | Eric Callahan | 2022-06-03 | 1 | -1/+5 |
* | stm32: call "try_request_canboot" for bootloader requests | Eric Callahan | 2022-06-03 | 5 | -0/+5 |
* | canbus: use "try_request_canboot" method | Eric Callahan | 2022-06-03 | 1 | -0/+3 |
* | stm32: Rework kconfig to use CONFIG_CANSERIAL for both can.c and fdcan.c | Kevin O'Connor | 2022-06-01 | 2 | -13/+8 |
* | stm32: stm32g0b1 fdcan support (#5488) | BIGTREETECH | 2022-06-01 | 5 | -2/+347 |
* | stm32: Don't allow USB on internal clock for stm32f103/stm32f070 | Kevin O'Connor | 2022-05-23 | 1 | -1/+2 |