summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* ec: Minor cleanup of magic number commonly used in STM32 USBBrian J. Nemec2020-06-045-4/+8
* chip/stm32: Don't reset the backup domain when initializing clockYicheng Li2020-06-031-1/+0
* stm32: Disable option bytes if RO is protected on bootTom Hughes2020-05-302-5/+12
* test: Add tests for flash option bytes and control registerTom Hughes2020-05-301-0/+6
* stm32: Add helper functions for flash control registersTom Hughes2020-05-303-28/+154
* chip/stm32: Save STAY_IN_RO flag if set during resetTom Hughes2020-05-141-0/+4
* stm32: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-3/+13
* test: Add on-device unit test for STM32 RTCTom Hughes2020-04-301-0/+1
* c2d2/servo_micro: invert SDA during ITE programming seqJett Rink2020-04-162-2/+8
* ec: Enlarged Task Stack size on platformsBrian J. Nemec2020-04-021-1/+1
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-261-1/+1
* stm32f412: Fix chip config Flash and RAM sizesCraig Hesling2020-03-242-4/+13
* stm32: Refactor clock-stm32h7.cCraig Hesling2020-03-201-70/+244
* chip: stm32: fix TIM9 interrupt for STM32F412Virendra Kakade2020-03-201-0/+4
* stm32: pwm: fix timer PSC register calculationVirendra Kakade2020-03-131-4/+5
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-121-1/+3
* c2d2: add support for I2C-based flashingJett Rink2020-02-272-4/+22
* cleanup: tab over register valuesJett Rink2020-02-251-20/+20
* cleanup: move voltage rail detection to commonJett Rink2020-02-251-3/+17
* servo_micro: move ite flashing codeJett Rink2020-02-252-0/+336
* Servo: Adds persistent storage of MAC addressBrian J. Nemec2020-02-211-0/+58
* chip/stm32: Add explanation for previous STOP mode bug.Yicheng Li2020-02-191-4/+3
* stm32h7: Pass write protect settings to RWCraig Hesling2020-02-151-0/+55
* nocturne_fp: Add fix for legacy reset loopCraig Hesling2020-02-063-16/+37
* stm32: Enlarge console task stack for testingYicheng Li2020-02-051-0/+7
* stm32/hwtimer: Fix CONFIG_WATCHDOG_HELP #endif commentCraig Hesling2020-02-041-1/+1
* 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