summaryrefslogtreecommitdiff
path: root/chip/stm32/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* STM32: Support LPUART consoleDaisuke Nojiri2016-04-251-0/+4
* Bring up STM32L476G-EvalDaisuke Nojiri2016-04-251-1/+5
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+4
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-0/+8
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-0/+9
* STM32F: Remove support for this familyAnton Staaf2015-06-301-2/+1
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-2/+37
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+3
* Write protect support for STM32F0Vic Yang2014-10-151-1/+11
* stm32f: stm32f0: guard hibernate function with CONFIG_HIBERNATEVic Yang2014-10-081-0/+2
* Add support for STM32F373Vic Yang2014-10-071-3/+6
* stm32f0: stm32l: Fix backup register indexingVic Yang2014-08-081-0/+19
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-1/+1
* Rename mixed-case config constantsRandall Spangler2013-12-161-3/+3
* cleanup: Improve / remove more TODO commentsRandall Spangler2013-11-011-6/+0
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-011-4/+4
* stm32: add hibernate support using stm32f100 standby modeVincent Palatin2013-06-111-11/+34
* Support flash write protect on STM32LRandall Spangler2013-05-221-0/+12
* Add console command to force enable consoleVic Yang2013-05-151-18/+16
* stm32: unimplemented hibernate hard-reboots instead of hangingtoolchainAstabilize-3912.79.Brelease-R27-3912.BRandall Spangler2013-03-251-2/+9
* stm32f10x: Initial importDavid Hendricks2013-03-081-1/+1
* Clean up system moduleRandall Spangler2012-10-251-23/+13
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-051-0/+43