Created
September 18, 2018 21:58
-
-
Save lirenlin/82d34536dcdee178a369acb66ecbf444 to your computer and use it in GitHub Desktop.
rtos thoughts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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