Zephyr 学习笔记
https://docs.zephyrproject.org/latest/develop/getting_started/index.html
git clone https://github.com/viys/zephyr_create.gitcd zephyr_create/source ~/zephyrproject/.venv/bin/activatewest init -l project/west updatewest build -b qemu_x86 -p auto project/工程运行(烧录)
Section titled “工程运行(烧录)”west -t runwest flash