Introducing Arduino cores with ZephyrOS (beta): take your embedded development to the next level https://blog.arduino.cc/2024/12/05/in troducing-arduino-cores-with-zephyros- beta-take-your-embedded- development-to-the-next-level/ 9
~/zephyrproject/.venv/bin/activate # アクティベート pip install west # Zephyrの万能ナイフのwestコマンドをインストール west init ~/zephyrproject # zephyrのリポジトリをcloneする cd ~/zephyrproject west update # DL量を減らす場合はmanifestファイルを用意する west zephyr-export # Cmakeの設定 west packages pip –install # pythonのモジュールのインストール 21