nuttx/boards/arm/tiva
Xiang Xiao a8de37fbec 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-08 07:25:56 -06:00
..
dk-tm4c129x Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
drivers Merged in alinjerpelea/nuttx (pull request #1014) 2019-08-21 13:39:29 +00:00
eagle100 Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
ekk-lm3s9b96 Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
launchxl-cc1310 Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
launchxl-cc1312r1 Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
lm3s6432-s2e Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
lm3s6965-ek Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
lm3s8962-ek Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
lm4f120-launchpad Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
tm4c123g-launchpad Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
tm4c1294-launchpad Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00