Zephyr 101 - Using the Device Tree

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 13

  • @trevor8932
    @trevor8932 2 роки тому +1

    Thanks for adding some color to my understanding of DTs, thanks Jared!!

  • @marekmatej5971
    @marekmatej5971 2 роки тому

    the video lighting is actually very good, please don't change it

  • @OM-et1bp
    @OM-et1bp Рік тому

    Thank you for a great video!

  • @MrGoranF
    @MrGoranF 2 роки тому

    Again another very useful video - THANKS! A question: do add to the zephyr.dts the definition of of a gpio, ie. your zephyr, user { definition?

    • @CircuitDojo
      @CircuitDojo  2 роки тому

      Typically I'll add any modifications to my device to a device specific .overlay file. Whenever you choose your board (using the -b flag in west) it will search for .conf and .overlay in your application folder.

    • @MrGoranF
      @MrGoranF 2 роки тому

      ​@@CircuitDojo

    • @MrGoranF
      @MrGoranF 2 роки тому

      @@CircuitDojo Hello and MANY THANKS, you made May Day!! It works!

  • @nicoladellino8124
    @nicoladellino8124 2 роки тому +1

    TNX👏

  • @eone199
    @eone199 9 місяців тому

    where can I find the goddamn device tree file to edit here???

    • @aliahmad9626
      @aliahmad9626 3 місяці тому

      In the zephyr->boards-> -> .
      you can also make an overlay file for your board by adding a .overlay file in your project folder and put the stuff you want to add in there.