Hello, How can I restrain zephyr to be at a specific version on my application CmakeLists.txt? I've done this: find_package(Zephyr 2.7.0 EXACT) even on the hello_world sample and it compiled normally
Hello, How can I restrain zephyr to be at a specific version on my application CmakeLists.txt? I've done this: find_package(Zephyr 2.7.0 EXACT) even on the hello_world sample and it compiled normally