micro-FPGA / riscv-contest-2018

RISCV SoftCPU Contest 2018
Apache License 2.0
14 stars 4 forks source link

What is considered (Zephyr) OS Core? #2

Open AnttiLukats opened 6 years ago

AnttiLukats commented 6 years ago

From the rules: "The Zephyr 1.13 release should be used and can only be modified in a way that does not touch the OS core" - however it is not clear what is considered as OS (Zephyr RTOS) core!

if we assume that \zephyr\arch\riscv32\core

belongs to OS core, then we can still modify it indirectly as the files in that folder do use some MACROS defined elsewhere (as example SOC_ERET) if we REDEFINE that macro it would "change" the OS core and could disqualify our entry?

It is also to be assumed that lots of other files belong to OS core - but the set of "core" and not core files is not clear.