Zephyr 101 - Thread Control

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

КОМЕНТАРІ • 12

  • @benjamin.bjornsson
    @benjamin.bjornsson Рік тому +3

    Cooperative threads have the highest priority, e.g. negative priority number. These threads are assumes to yield once done with there work, whereas preemptive threads will be interrupted once there time-slot is out, or if it yields.

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

    You just answered a lot of my questions!

  • @ujjwalrathod007
    @ujjwalrathod007 10 місяців тому +1

    How to delete a thread? I am getting stack overflow...I want to reclaim the memory

  • @Wretbornify
    @Wretbornify Рік тому +1

    Exactly what I've been waiting for :) Big thanks!

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

    Can u discuss c pointer from scratch

  • @mhassaankhalid1369
    @mhassaankhalid1369 Рік тому +1

    saviour

    • @CircuitDojo
      @CircuitDojo  Рік тому +1

      Glad it helped you :)

    • @mhassaankhalid1369
      @mhassaankhalid1369 Рік тому +1

      @@CircuitDojo I'm used to develop firmware using super loop procedure and your zephyr series help me alot in understanding usage of nrf connect SDK and zephyr RTOS.
      More power to you🙌🙌

    • @CircuitDojo
      @CircuitDojo  Рік тому +2

      @@mhassaankhalid1369 glad it helped :)