summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-05160-53417/+0
* chip/stm32: Make function definition and declaration matchTom Hughes2021-09-292-2/+2
* chip/stm32: UART declarations for STM32L5 seriesJes B. Klinke2021-09-082-1/+164
* chip/stm32: Factor family specific clock logic out of usb.cJes B. Klinke2021-09-085-32/+71
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-312-16/+16
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-275-13/+0
* chip/stm32: Add initial support for STM32L5xx seriesJes B. Klinke2021-08-2514-5/+2586
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-182-8/+8
* usb_hid_keyboard: fix incorrect sleep/lock key positionTing Shen2021-08-171-1/+2
* stm32/usb_hid_keyboard; implement new top row keysTing Shen2021-08-091-4/+10
* stm32/usb_hid_keyboard: fix feature report data sizeTing Shen2021-08-041-1/+2
* stm32: change stm32l431 flash layoutBossen WU2021-07-202-1/+54
* stm32: clock: avoid division by zero worries.Bossen WU2021-07-021-4/+4
* stm32: add stm32l431 ec in chip/stm32 : flashBossen WU2021-07-012-7/+44
* stm32: add stm32l431 ec in chip/stm32 : adcBossen WU2021-07-012-1/+258
* stm32: add stm32l431 ec in chip/stm32 : dmaBossen WU2021-07-011-6/+29
* stm32: add stm32l431 ec in chip/stm32 : i2cBossen WU2021-07-011-19/+25
* stm32: add stm32l431 ec in chip/stm32 : uartBossen WU2021-06-301-4/+28
* stm32: add stm32l431 ec in chip/stm32 : watchdogBossen WU2021-06-301-1/+30
* stm32: add stm32l431 ec in chip/stm32 : system / clock / timerBossen WU2021-06-307-498/+2575
* stm32: rename CONFIG_STM32_SPI1_MASTER to …CONTROLLERHarry Cutts2021-06-252-9/+9
* stm32/system: Disable caches before rebootPatryk Duda2021-06-101-0/+9
* stm32f4: undef CONFIG_CMD_CHARGENNamyoon Woo2021-06-101-0/+2
* stm32/flash-stm32h7: Use udelay() in flash_physical_erase()Patryk Duda2021-06-091-1/+6
* include/flash: rename the APIsTim Lin2021-06-098-83/+88
* COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLERCaveh Jalali2021-06-031-1/+1
* stm32g4: ucpd: Clear tx interrupts before enableScott Collyer2021-05-271-26/+43
* stm32g4: flash: Add DBANK support to option bytes WRPScott Collyer2021-05-273-60/+262
* stm32/system: Wait for RVU bit clear before updating IWDG_RLRPatryk Duda2021-05-262-1/+44
* stm32: Add helper function for H7 flash ctrl regsJosie Nordrum2021-05-114-105/+199
* panic.c: force sync before reenabling bus faultsJosie Nordrum2021-05-111-3/+0
* usb-ep: Add config option to define VIDScott Collyer2021-05-021-1/+1
* stm32gx: ucpd: BIST mode control and correct nRetryCountScott Collyer2021-03-312-11/+41
* stm32g4: ucpd: Fix tx hard reset and msg discard handlingScott Collyer2021-03-311-27/+211
* stm32g4: ucpd: Move hbit clock config macros to .h fileScott Collyer2021-03-242-26/+29
* chip/stm32: Rename field since "or" is reserved in C++Tom Hughes2021-03-161-1/+1
* chip/stm32: Remove duplicate macrosTom Hughes2021-03-163-171/+0
* ucpd: Add support to turn off type-2 BIST modeScott Collyer2021-03-161-6/+22
* stm32g4: Add support for stm32g473xc variantScott Collyer2021-03-043-6/+67
* stm32g4: Add USB endpoint supportScott Collyer2021-03-045-4/+56
* panicinfo: fix panicinfo double reportEric Yilun Lin2021-03-042-2/+14
* servo_v4p1: Fix communication with ATmega32 keyboard emulatorMichał Barnaś2021-02-091-1/+1
* stm32: assume no vbnvJack Rosenthal2021-02-033-34/+2
* Remove CONFIG_HOSTCMD_VBNV_CONTEXTJack Rosenthal2021-02-021-10/+0
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-282-52/+35
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-1517-31/+31
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* chip/stm32/usb_hid_keyboard: Implement HID GET_REPORTNicolas Boichat2020-12-231-3/+9
* stm32g4: ucpd: Add missing tcpci methodsScott Collyer2020-12-223-3/+103