Lines Matching full:it
5 document is a guide for RT-Thread developers and please obey it if you are.
6 RT-Thread users could also get to know some conventions in the code through it
21 referencing other places, it can have the original name. To avoid naming
98 parameters, it should be declared as void:
106 comments should describe what does the code do. And it should describe how the
113 Please use TAB or 4 spaces to indent. It's preferred to use 4 spaces. If no
135 For ease of reading, it is advised that braces should occupy the whole line
146 There should be a space before parentheses when it's not a function call. For
173 rt_kprintf is implemented as a polling, non-interrupting string output. It is
177 It is not recommended to use rt_kprintf frequently. Unless you are aware of that
178 it's not a big deal to run slower.
181 variable or a macro). When logging, it should be easy to understand and easy to
188 split it into smaller ones and make each of them simplified and easy to
218 object could be created or it could only created dynamically on heap.