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