Skip to content
Snippets Groups Projects
  1. Dec 22, 2020
  2. Dec 20, 2020
  3. Dec 19, 2020
  4. Dec 13, 2020
  5. Dec 04, 2020
  6. Nov 04, 2020
    • schneider's avatar
      fix(serial): Unblock if the queue is full · f7719151
      schneider authored
      For some reason a portYIELD() is not enough to give the serial task the
      option to run. I tried vTaskDelay() and that works. To not block more than
      needed portYIELD() is still called when the queue is not full and only
      call vTaskDelay() when it is full.
      
      Closes #218
      f7719151
  7. Oct 30, 2020
  8. Oct 23, 2020
  9. Oct 17, 2020
  10. Oct 14, 2020
  11. Oct 13, 2020
Loading