TLSR951x also supports Andes extended CSR. Reworks the following CSR handling to use the RISC-V custom CSR common code: 1. Use common macros for HWDSP CSR context save/restore. 2. Use common macros for PFT CSR context save/restore. 3. Use common low-level CSR initialization via __reset hook. Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
# Copyright (c) 2021 Telink Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_GPIO=y
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
|
CONFIG_HEAP_MEM_POOL_SIZE=4096
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|