Skip to content

Instantly share code, notes, and snippets.

@lirenlin
Created September 18, 2018 21:58
Show Gist options
  • Select an option

  • Save lirenlin/82d34536dcdee178a369acb66ecbf444 to your computer and use it in GitHub Desktop.

Select an option

Save lirenlin/82d34536dcdee178a369acb66ecbf444 to your computer and use it in GitHub Desktop.
rtos thoughts
clang front end static checker that, functions are properly called in given context.
e.g. some functions API cannot be called in ISR
OR functions called in ISR are user defined, but too long.
static code analysier, but C is too hard to process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment