summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* drop unnecessary boards, chips and cts testsVadim Bendebury2020-01-07129-40390/+0
* 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
* stm32: Manually fix separate register filesCraig Hesling2019-07-165-92/+4
* stm32: Split registers.h into independent filesCraig Hesling2019-07-157-2706/+6243
* stm32h7: Fail build if CONFIG_FLASH_READOUT_PROTECTION_AS_PSTATE not usedTom Hughes2019-07-111-0/+3
* stm32: Make sure watchdog is enabled when using it to resetTom Hughes2019-07-101-0/+30
* chip/stm32/clock: Remove warning message about clock modulesNicolas Boichat2019-07-022-6/+0
* chip/stm32/gpio: Disable external interrupts in gpio_pre_initNicolas Boichat2019-06-261-0/+3
* trng: make init_trng(), exit_trng() and rand_bytes() test_mockable.Yicheng Li2019-06-211-3/+3
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-202-2/+2
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-199-11/+11
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1963-63/+63
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-06-051-5/+5
* stm32: Decouple printf logic from directly calling USB console driverWai-Hong Tam2019-05-111-56/+67
* stm32f0: Set ADC sampling rate before every readDaisuke Nojiri2019-05-043-24/+39
* hatch_fp: Fix slave select (NSS / CS) pin managementTom Hughes2019-04-111-1/+50
* stm32: spi: Support SPI slave w/ DMA for STM32F4Nicolas Norvez2019-04-091-1/+12
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-082-0/+19
* stm32f412: add TRNG supportNicolas Norvez2019-04-032-0/+8