incubator-nuttx/wireless
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
..
bluetooth Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
ieee802154 Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
pktradio Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
.gitignore
Kconfig This commit brings in the Bluetooth stack from the Intel/Zephyr arduino101_firmware_source-v1.tar package. 2018-03-29 12:39:22 -06:00
Makefile This commit brings in the Bluetooth stack from the Intel/Zephyr arduino101_firmware_source-v1.tar package. 2018-03-29 12:39:22 -06:00