asynts / pico-os

an operating system for the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clearly define in which contexts functions can be used.

asynts opened this issue · comments

  • Interrupt safety.
  • Early boot.
  • What about multiple threads?
  • Verify which synchronization primitives are used to implement other synchronization primitives.