summaryrefslogtreecommitdiff
path: root/chip/stm32/flash-stm32f3.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-4/+3
* chip: Sort header filesJeremy Bettis2022-11-291-3/+4
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/stm32/flash-stm32f3.c: Format with clang-formatJack Rosenthal2022-07-011-4/+3
* include/flash: rename the APIsTim Lin2021-06-091-6/+6
* stm32: Add helper function for H7 flash ctrl regsJosie Nordrum2021-05-111-0/+1
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-2/+2
* stm32: Disable option bytes if RO is protected on bootTom Hughes2020-05-301-2/+3
* stm32: Add helper functions for flash control registersTom Hughes2020-05-301-14/+1
* stm32: Document flash layout for 1 MB Flash (STM32F412)Tom Hughes2019-11-111-1/+8
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* hatch_fp: Add RDP (read protection) support to STM32F4Tom Hughes2019-07-241-0/+7
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-181-1/+28
* stm32f4: fix flash_physical_protect_now behaviorWei-Ning Huang2017-06-281-11/+49
* STM32F: Remove support for this familyAnton Staaf2015-06-301-1/+130
* Add support for STM32F373Vic Yang2014-10-071-0/+1