How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "zephyrdev/ZephyrSwDevEnvBase"
end
vagrant init zephyrdev/ZephyrSwDevEnvBase
vagrant up
This version was created 11 months ago.
Add linux-modules-extra-$(uname -r) to the box so it can communicate with attached ESP32 dev boards.
This version was created 11 months ago.
The one true tested base image. Same as 0.1.9 of ZephyrSwDevEnv.