summaryrefslogtreecommitdiff
path: root/chip/stm32/system.c
Commit message (Expand)AuthorAgeFilesLines
* chip/stm32: Add initial support for STM32L5xx seriesJes B. Klinke2021-08-251-2/+16
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* stm32: add stm32l431 ec in chip/stm32 : flashBossen WU2021-07-011-2/+2
* stm32: add stm32l431 ec in chip/stm32 : system / clock / timerBossen WU2021-06-301-0/+16
* stm32/system: Disable caches before rebootPatryk Duda2021-06-101-0/+9
* include/flash: rename the APIsTim Lin2021-06-091-1/+1
* stm32/system: Wait for RVU bit clear before updating IWDG_RLRPatryk Duda2021-05-261-1/+20
* stm32g4: Add USB endpoint supportScott Collyer2021-03-041-1/+8
* panicinfo: fix panicinfo double reportEric Yilun Lin2021-03-041-2/+7
* stm32: assume no vbnvJack Rosenthal2021-02-031-2/+0
* version: Rename version.h to cros_version.hYuval Peress2021-01-071-1/+1
* stm32g4: Modifications required for system.cScott Collyer2020-07-291-1/+15
* 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
* cleanup: move voltage rail detection to commonJett Rink2020-02-251-3/+17
* nocturne_fp: Add fix for legacy reset loopCraig Hesling2020-02-061-16/+11
* chip/stm32: Stop timers and watchdogs on STM32F4 when debuggingCraig Hesling2020-01-211-1/+8
* ServoMicro: Enable Brownout detection with PVD circuitBrian J. Nemec2020-01-181-0/+36
* stm32: Factor our bkpdata functionalityCraig Hesling2020-01-151-117/+1
* core/system: Extract and doc cortex constCraig Hesling2020-01-131-1/+3
* chip/stm32/system: Fix the BUILD_ASSERT for CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-091-1/+1
* stm32f4: Enable gpio port clocks that are usedCraig Hesling2019-11-081-1/+13
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-0/+3
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-13/+13
* stm32: Make sure watchdog is enabled when using it to resetTom Hughes2019-07-101-0/+30
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-291-0/+32
* stm32/system: Fix watchdog-initiated resetNicolas Boichat2018-07-131-0/+3
* cortex-m: add D-cache supportVincent Palatin2018-06-041-4/+0
* stm32: implement reboot wait-extNick Sanders2018-04-101-0/+9
* cortex-m: enable I-cache on ARMv7-MVincent Palatin2018-03-021-0/+4
* stm32: fix RTC configuration on STM32H7Vincent Palatin2018-03-021-2/+0
* stm32: trigger watchdog hard reset immediatelyVincent Palatin2018-02-261-2/+2
* stm32: Fix bkpdata accountingShawn Nematbakhsh2018-01-301-10/+26
* stm32: Add STM32H7 familyVincent Palatin2018-01-081-11/+24
* stm32: jtag: Enable clock to debug module on stm32f0xMoritz Fischer2017-11-151-0/+3
* chip/stm32/clock: Optionally use LSE as RTCCLKPhilip Chen2017-10-111-6/+26
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-0/+41
* stm32: Add function to fetch unique idNicolas Boichat2017-06-121-0/+6
* stm32: cleanup flash-f by using constant from register.hGwendal Grignou2017-06-021-1/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* stm32: add internal flash support for STM32L4 familyVincent Palatin2017-03-241-0/+6
* pd: Store PD active state in battery-backed memoryShawn Nematbakhsh2017-02-251-0/+8
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-22/+33
* stm32: add support for STM32L442Vincent Palatin2017-02-171-1/+1
* Remove unused CONFIG_CONSOLE_RESTRICTED_INPUT optionBill Richardson2016-08-241-34/+3
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-2/+10