arch: nios2: remove arch

Remove architecture and dependencies.
Remove altera HAL supporting nios2

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-05-10 09:13:15 -04:00
commit 5fe84d5b69
83 changed files with 17 additions and 3673 deletions

View file

@ -157,7 +157,7 @@ config SCHED_CPU_MASK_PIN_ONLY
config MAIN_STACK_SIZE
int "Size of stack for initialization and main thread"
default 2048 if COVERAGE_GCOV
default 512 if ZTEST && !(RISCV || X86 || ARM || ARC || NIOS2)
default 512 if ZTEST && !(RISCV || X86 || ARM || ARC)
default 1024
help
When the initialization is complete, the thread executing it then