nuttx/arch/arm
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
..
include arch/arm/include/stm32f010g0/chip.h: correct wrong #if defined to fix build break (#227) 2020-02-07 08:30:58 -08:00
src Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
Kconfig Merged in david_s5/nuttx/master_h7 (pull request #1058) 2019-10-22 19:49:49 +00:00