nuttx/arch/sim/src
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
..
sim Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
.gitignore Various fixes necessary to build the simulator under MSYS. 2018-05-31 13:25:04 -06:00
Makefile sim: Don't bother to remove nuttx.rel after consuming 2020-01-29 09:03:48 +01:00
nuttx-names.dat arch/sim/src/nuttx-names.dat: Add host ftruncate() support. 2019-11-09 10:07:07 -06:00