summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* stm32: spi: fix unused variable errorNicolas Norvez2019-04-031-2/+2
* stm32f0: Allow per-channel sampling rate settingDaisuke Nojiri2019-03-282-4/+7
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-2612-88/+88
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2617-113/+113
* common: Add BIT macroGwendal Grignou2019-03-261-597/+598
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-203-15/+25
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-163-2/+8
* adc-stm32f0: initialize adc upon invocation of channel readYH Lin2019-03-131-36/+38
* chip: stm32: Fix GPIO base addresses for STM32F4/LMoritz Fischer2019-03-061-3/+12
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-012-1/+4
* stm32: spi: fix link to bug in commentsNicolas Norvez2019-02-271-3/+3
* chip: stm32: Enable additional I2C/UART DMA channels for STM32F412Moritz Fischer2019-01-291-5/+9
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-113-41/+120
* chip: stm32: clock-stm32f4: Implement rtc_set() for RTCstabilize-11554.BMoritz Fischer2019-01-091-2/+30
* chip/stm32/clock: Cleanly clear pending RTC alarm IRQPhilip Chen2019-01-051-0/+3
* kukui/emmc: Share EXTI15 interrupt between SPI and eMMCNicolas Boichat2018-10-301-0/+5
* usb_hid_keyboard: keycode column and row are switchedWei-Han Chen2018-10-301-1/+1
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-291-0/+32
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-193-3/+3
* chip/stm32/usb_hw: include stdint.h and stddef.hPatrick Georgi2018-10-191-0/+3
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-191-18/+14
* chip/stm32: Convert usb_endpoints to C so gcc's LTO knows about itPatrick Georgi2018-10-162-108/+169
* chip/stm32/usb_hid_keyboard: Reload keyboard endpoint on resetNicolas Boichat2018-10-111-0/+7
* Make ADCs on STM32F4 workMoritz Fischer2018-09-284-8/+26