30 lines
382 B
Plaintext
30 lines
382 B
Plaintext
# ESP32C3 board configuration
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_ESP32C3
|
|
|
|
config SOC
|
|
default "esp32c3"
|
|
|
|
config NUM_IRQS
|
|
default 32
|
|
|
|
config GEN_ISR_TABLES
|
|
default y
|
|
|
|
config GEN_SW_ISR_TABLE
|
|
default y
|
|
|
|
config GEN_IRQ_VECTOR_TABLE
|
|
default n
|
|
|
|
config XIP
|
|
default n
|
|
|
|
config ISR_STACK_SIZE
|
|
default 2048
|
|
|
|
endif
|