Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
514 B

# Copyright (C) 2023-2024, Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_NIOSV
select RISCV
select RISCV_PRIVILEGED
select INCLUDE_RESET_VECTOR
select RISCV_ISA_RV32I
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_ZICSR
select RISCV_ISA_EXT_ZIFENCEI
select RISCV_SOC_HAS_GP_RELATIVE_ADDRESSING
imply XIP
config SOC_NIOSV_M
help
Intel FPGA NIOSV Microcontroller Core Processor
config SOC_NIOSV_G
select RISCV_ISA_EXT_M
help
Intel FPGA NIOSV General Purpose Processor