Zephyr RTOS Workspaces for Raspberry Pi Pico and other boards like STM32. Ep.3

Поделиться
HTML-код
  • Опубликовано: 2 янв 2025
  • НаукаНаука

Комментарии • 13

  • @mrgreensworkshop
    @mrgreensworkshop  2 года назад

    Please note that If you delete boards folder, make sure to remove "board_root:" line from zephyr/module.yml. This will get rid of CMake warning message.

  • @goowatch
    @goowatch 2 года назад +1

    Wow. I didn't think the structure of Zephyr OS was so intricate, I hope this series will continue to dig a little deeper to better understand the workings and build procedures. Thanks for sharing.

  • @yaghiyahbrenner8902
    @yaghiyahbrenner8902 2 года назад +1

    This was way better explained than the documentation!

    • @mrgreensworkshop
      @mrgreensworkshop  2 года назад

      Thank you for stopping by and commenting. Things like this make my day. Thanks for watching.

  • @jamjestlx
    @jamjestlx Год назад +1

    This was very helpful, thank You!

    • @mrgreensworkshop
      @mrgreensworkshop  Год назад

      Thank you for stopping by and commenting. You are welcome.

  • @minhthuan2132
    @minhthuan2132 2 года назад +2

    thanks for sharing, nice video !

  • @benjaminzavaleta6500
    @benjaminzavaleta6500 Год назад +1

    great video! i am having the follow error when i try to compile: fatal error: app_version.h: No such file or directory , maybe version problem, i am using the zephyr-sdk-0.16.0 on my manjaro system. tks

    • @mrgreensworkshop
      @mrgreensworkshop  Год назад +1

      Hi, thank you!
      The problem occurs because of this commit. They must have changed the application versioning system. Please remove the last commit below and try to compile. Thanks for watching.
      github.com/zephyrproject-rtos/example-application/commit/2c85d9224fca21fe6e370895c089a6642a9505ea

    • @benjaminzavaleta6500
      @benjaminzavaleta6500 Год назад

      @@mrgreensworkshop tks, i revert the commit, but now get this error: zephyr/worspace_app/example-application/app/src/main.c:48: undefined reference to `__device_dts_ord_10' :(

    • @mrgreensworkshop
      @mrgreensworkshop  Год назад +1

      @@benjaminzavaleta6500I think it's better to ask on the Zephyr RTOS discord page or create an issue at their GitHub repo.