summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32g4: ucpd: Add pd msg log and console debug commandsScott Collyer2020-12-221-3/+415
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-145-14/+13
* stm32g4: ucpd: Add support for USB-PD messagingScott Collyer2020-12-133-26/+729
* stm32: low power configuration for STM32F4Vincent Palatin2020-12-021-2/+17
* stm32: add STOP mode on STM32F4Vincent Palatin2020-12-021-2/+117
* stm32: fix RTC rounding error breaking alarmsVincent Palatin2020-12-021-3/+7
* stm32: add dynamic clocking for STM32F4Vincent Palatin2020-12-022-92/+239
* stm32: update the timer pre-scaler on STM32F4Vincent Palatin2020-12-021-2/+3
* usb_hid_keyboard: implement vivaldi top row featureTing Shen2020-11-271-22/+73
* i2c_master: extend i2c_xfer_no_retry to also support large writestabilize-13605.B-masterTing Shen2020-11-171-4/+4
* ucpd: Fix merge error with clock constantsScott Collyer2020-11-121-3/+3
* hammer: support vivaldi keyboardTing Shen2020-11-101-1/+112
* COIL: Rename CONFIG_I2C_PERIPHERALDiana Z2020-11-051-2/+2
* COIL: Rename CONFIG_I2C_CONTROLLERDiana Z2020-11-052-2/+2
* COIL: Rename local i2c variables in stm32f4Diana Z2020-11-051-36/+36
* COIL: Rename CONFIG_BOARD_I2C_ADDR_FLAGSDiana Z2020-11-051-8/+8
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-026-18/+18
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-024-11/+10
* COIL: Rename SLEEP_MASK_I2C_PERIPHERALDiana Z2020-10-313-6/+6
* COIL: Rename CONFIG_HOSTCMD_I2C_ADDR_FLAGSDiana Z2020-10-313-16/+16
* COIL: Re-name local variables and references in i2c-stm32f0.cDiana Z2020-10-311-18/+18
* chip/stm32: Fix transport detection in RO.Tom Hughes2020-10-301-18/+8
* COIL: Re-name to TCPCI_I2C_PERIPHERALDiana Z2020-10-281-5/+5
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-278-15/+15
* chip/stm32: Only use a mutex when not in interrupt contextTom Hughes2020-10-091-2/+5
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* stm32g4: Initial UCPD driver for type-c functionalityScott Collyer2020-09-294-0/+582
* honeybuns: Increase flash size to work with RO onlyScott Collyer2020-09-291-1/+6
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-298-13/+15
* Bloonchipper: Reduce usart transport's response size to 0x100Bhanu Prakash Maiya2020-09-251-3/+3