nuttx/boards/renesas/rx65n
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
..
drivers We have ported NuttX on Renesas RX65N Micro-controller. This port includes following interfaces 2019-10-11 23:36:57 +08:00
rx65n Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
rx65n-grrose Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
rx65n-rsk1mb Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
rx65n-rsk2mb Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00