Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
10.87k
stars
6.63k
forks
source link
NSIM boards cant find property files #69752
Closed
nashif closed 8 months ago
Describe the bug
Trying to run hello_world in nsim simulator...
To Reproduce Steps to reproduce the behavior:
west build -p -b nsim/nsim_em samples/hello_world/ -t run
Expected behavior
It should run
Impact None of the nsim simulators work
Additional context we use
set(NSIM_PROPS "${BOARD}.props")
but
so, the file name is never the same as ${BOARD}