mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
spi_flash: only link flash vendor which is officially supported to save IRAM
This commit is contained in:
8
components/spi_flash/esp32c6/Kconfig.soc_caps.in
Normal file
8
components/spi_flash/esp32c6/Kconfig.soc_caps.in
Normal file
@@ -0,0 +1,8 @@
|
||||
#####################################################
|
||||
# This file is auto-generated from SoC caps
|
||||
# using gen_soc_caps_kconfig.py, do not edit manually
|
||||
#####################################################
|
||||
|
||||
config SPI_FLASH_VENDOR_XMC_SUPPORTED
|
||||
bool
|
||||
default y
|
8
components/spi_flash/esp32c6/flash_vendor_caps.h
Normal file
8
components/spi_flash/esp32c6/flash_vendor_caps.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define SPI_FLASH_VENDOR_XMC_SUPPORTED (1)
|
Reference in New Issue
Block a user