summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-0829-95/+143
* chip/stm32/usb_spi.c: Fix bug crippling full duplexJes B. Klinke2021-10-291-1/+1
* tree: Files should end with single newlineTom Hughes2021-10-189-9/+0
* chip/stm32: Include gpio_chip.h when using gpio_interruptTom Hughes2021-10-188-0/+8
* chip/stm32: Avoid out of bounds array access on TCPCI_MSG_TX_BIST_MODE_2Tom Hughes2021-10-131-3/+0
* core/cortex-m: Disable warning in vecttable.c when building with clangTom Hughes2021-10-081-0/+15
* chip/stm32: Proper declarations for USB clock and SRAM on L5Jes B. Klinke2021-10-083-122/+178
* stm32: usb-ep: Add Windows OS Extended Compat ID descriptorScott Collyer2021-10-071-4/+60
* chip/stm32: remove unused variableTom Hughes2021-10-041-1/+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