summaryrefslogtreecommitdiff
path: root/chip/stm32/system.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-631/+0
* 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