summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
...
* chip/stm32/usb: Detect SOF when resume state is not expectedNicolas Boichat2020-02-041-5/+27
* spi: keep HW SPI module enabled longerJett Rink2020-01-293-13/+28
* spi: add flags to spi configurationJett Rink2020-01-291-1/+9
* spi: respond to USB endpoint when SPI disabledJett Rink2020-01-281-3/+0
* chip/stm32: Stop timers and watchdogs on STM32F4 when debuggingCraig Hesling2020-01-212-1/+10
* ServoMicro: Enable Brownout detection with PVD circuitBrian J. Nemec2020-01-183-4/+47
* i2c: Support changing I2C bus speed at runtimeTing Shen2020-01-172-29/+33
* chip/stm32/usb_hid_keyboard: Fix (mu)henkan keys for JP inputNicolas Boichat2020-01-161-1/+1
* stm32: Factor our bkpdata functionalityCraig Hesling2020-01-154-118/+149
* util: enable chargen for USB consoleNamyoon Woo2020-01-151-0/+5
* stm: add register valuesJett Rink2020-01-141-1/+3
* core/system: Extract and doc cortex constCraig Hesling2020-01-131-1/+3
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+1
* stm32f4: Add registers for DBGMCUCraig Hesling2019-12-161-1/+35
* stm32f4: Fix SBF clear bitCraig Hesling2019-12-161-1/+1
* stm32f4: Cleanup reset reg constantsCraig Hesling2019-12-161-8/+9
* stm32h7: Cleanup reset reg constantsCraig Hesling2019-12-161-8/+12
* stm32f0: expose i2c_init_portTing Shen2019-12-102-2/+18
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* stm32: Document flash layout for 1 MB Flash (STM32F412)Tom Hughes2019-11-111-1/+8
* chip/stm32: reinstate static and use EC idiom for alignmentPatrick Georgi2019-11-091-2/+2
* chip/stm32/system: Fix the BUILD_ASSERT for CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-091-1/+1
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-1/+1
* stm32f4: Enable gpio port clocks that are usedCraig Hesling2019-11-084-7/+49
* stm32f4: Implement UNUSED pinsCraig Hesling2019-11-081-0/+14
* chip/stm32: Fix compile with gcc8Patrick Georgi2019-11-071-2/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-012-6/+7
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-2/+6
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-244-8/+4
* stm32f0: handle i2c reload mode properlyTing Shen2019-10-211-0/+17
* chip/stm32: Fix bug that LPTIM_PERIOD_US became unsigned long.Yicheng Li2019-10-121-1/+7
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* printf: Fix formatting errorsEvan Green2019-10-052-3/+4
* printf: Convert %l to %llEvan Green2019-10-052-4/+4
* printf: Convert %h to %phEvan Green2019-10-051-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-023-7/+7
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-0/+3
* Sweetberry: Fix for struct declaration in power logging.Brian J. Nemec2019-09-171-1/+1
* Fix typo on STM32 i2c driverMario Tesi2019-09-111-1/+1
* chip/stm32/dma.c: don't overrun array sizePatrick Georgi2019-09-101-1/+2
* chip/stm/i2c-stm32f4: Remove constant conditionalsPatrick Georgi2019-09-101-12/+7
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-266-19/+19
* dma: separate out DMA enable status from wait_for_bytesTom Hughes2019-08-134-14/+34
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-2/+34
* hatch_fp: Add RDP (read protection) support to STM32F4Tom Hughes2019-07-244-2/+159
* Remove __7b, __8b and __7bfDenis Brockus2019-07-206-92/+92
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-196-86/+125
* stm32: Add known variants to registers filesCraig Hesling2019-07-175-0/+21
* stm32: Factor out stm32f7 family registersCraig Hesling2019-07-174-55/+1093
* stm32: Add header guard and fix fmt/doc of registers header fileCraig Hesling2019-07-177-260/+347