nuttx-apps/wireless/ieee802154
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
..
i8sak Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
i8shark apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
libmac Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
libutils Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs wireless/ieee802154: Removes libradio to coincide with removal of ioctl with radio 2017-05-05 11:13:38 -04:00
Makefile apps/wireless Makefiles: Utilize Directory.mk for consistency. 2019-10-01 11:56:42 -06:00