ubuntu 24.04 LTS 환경에 zephyr 개발환경을 설치했습니다. 타겟보드는 zephyr를 지원하는 NUCLEO-G071RB로 테스트했습니다.( https://docs.zephyrproject.org/latest/boards/st/nucleo_g071rb/doc/index.html ) 우분투에서 개발환경은 아래 시작가이드를 참고해서 진행하시면 됩니다. https://docs.zephyrproject.org/latest/develop/getting_started/index.html Getting Started Guide — Zephyr Project DocumentationBuild the Blinky with west build, changing appropriately for your bo..