
cd~python3-m venv zeph source~/zeph/bin/activate python-m pip install--upgrade pip python-m pip install west python-m pip install-r~/dangz/zephyr-projects/zephyr/scripts/requirements.txt进入zephyr 3.7.0环境source ~/zeph/bin/activate检查一下安装是否成功(zeph)chenxyubantu:~/dangz/zephyr-projects$ west list zephyr cmsis hal_stm32 zephyr zephyr v3.7.0https://github.com/zephyrproject-rtos/zephyrcmsis modules/hal/cmsis4b96cbb174678dcd3ca86e11e1f24bc5f8726da0 https://github.com/zephyrproject-rtos/cmsishal_stm32 modules/hal/stm32 f1317150eac951fdd8259337a47cbbc4c2e6d335 https://github.com/zephyrproject-rtos/hal_stm32让CMake找到SDKexport ZEPHYR_TOOLCHAIN_VARIANTzephyr export ZEPHYR_SDK_INSTALL_DIR$HOME/dangz/zephyr-sdk-0.16.8编译west build-p always-b dangz_h750 application/app