nuttx-apps/platform
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
..
bin
dummy Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
gnu Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
mikroe-stm32f4 Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Kconfig
Make.defs
Makefile