1# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd. 2# SPDX-License-Identifier: Apache-2.0 3 4if SOC_SERIES_ESP32S2 5 6config FLASH_SIZE 7 default $(dt_node_reg_size_int,/soc/flash-controller@3f402000/flash@0,0) 8 9config FLASH_BASE_ADDRESS 10 default $(dt_node_reg_addr_hex,/soc/flash-controller@3f402000/flash@0) 11 12config MAIN_STACK_SIZE 13 default 2048 14 15endif # SOC_SERIES_ESP32S2 16