spi_flash: Building a framework to enable HPM when flash works under high speed mode

This commit is contained in:
Cao Sen Miao
2022-02-25 17:03:45 +08:00
parent da28f7e2d9
commit 85dd785d8d
13 changed files with 388 additions and 24 deletions

View File

@@ -1,10 +1,11 @@
/*
* SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include <stdint.h>
#include <esp_err.h>
#include <esp_spi_flash.h> /* including in bootloader for error values */
#include "sdkconfig.h"