summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* stm32g4: Update dma channels for USARTScott Collyer2020-09-081-6/+6
* stm32g4: Specify correct ARM core and CPU flagsScott Collyer2020-08-311-1/+2
* stm32g4: Add flash support for stm32g4 chip familyScott Collyer2020-08-314-83/+91
* stm32l4: Refactor to use page instead of bank notationScott Collyer2020-08-312-31/+77
* stm32g4: Fix build issue with i2c driverScott Collyer2020-08-292-2/+1
* usbc: remove PD_EVENT_SM in favor of task_wakeJett Rink2020-08-211-1/+1
* task: Change mutex_lock() assertEdward Hill2020-08-151-7/+3
* COIL: change usage of sanityDaisuke Nojiri2020-08-141-1/+1
* stm32g4: Add I2C supportScott Collyer2020-08-132-11/+472
* stm32g4: Fix max clock freq and flash wait stateScott Collyer2020-08-131-5/+5
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-3/+7
* ec: change usage of dummySam Hurst2020-08-0512-34/+34
* stm32g4: Set uart frequency and enable clocks for stm32g4Scott Collyer2020-07-311-3/+3
* stm32g4: Modify channel select to use DMAMUX for stm32g4Scott Collyer2020-07-311-2/+15
* spi: Use different hooks for SPI enable/disableWai-Hong Tam2020-07-301-0/+9
* stm: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* stm32g4: Add clock enable logic for HW timerScott Collyer2020-07-291-0/+11
* stm32g4: Add gpio supportScott Collyer2020-07-291-0/+66
* stm32g4: Clock module driverScott Collyer2020-07-291-0/+277
* stm32g4: Modifications required for system.cScott Collyer2020-07-291-1/+15