nuttx-apps/include
Xiang Xiao 779197c63e Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-09 08:14:49 -06:00
..
builtin Move apps/builtins/builtin_forindex.c to nuttx/libs/libc/builtin since it is required by kernel logic as well. Other changes account for movement of builtin.h from nuttx/include/nuttx/binfmt/built.h to nuttx/include/lib/builtin.h. 2019-08-23 09:12:45 -06:00
canutils Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
fsutils Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
gpsutils
graphics Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
industry
interpreters Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
modbus Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
netutils Improvements for telnet server 2020-02-04 19:09:22 -03:00
nshlib
platform
system Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
testing Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
wireless Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00