1# Copyright (c) 2024 Michael Hope
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_CH32V003
5
6config VECTOR_TABLE_SIZE
7	default 38
8
9config NUM_IRQS
10	default 48
11
12endif # SOC_CH32V003
13