nuttx-apps/graphics
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
..
ft80x Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
littlevgl graphics/littlevgl/Makefile: update lvgl.h dependency to fix parallel build break 2020-02-05 05:50:56 -08:00
nxglyphs Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
nxwidgets Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
nxwm telnetd should listen both IPv4 and IPv6 for the dual stack 2020-02-03 07:17:22 -06:00
pdcurs34 Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
screenshot apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
slcd Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
tiff Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
twm4nx telnetd should listen both IPv4 and IPv6 for the dual stack 2020-02-03 07:17:22 -06:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00