incubator-nuttx/boards/arm/nrf52/nrf52840-dongle
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
..
configs/nsh
include Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
scripts Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
src Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
Kconfig
README.txt

README.txt

nRF52840-DONGLE
===============

README for NuttX port to NRF52840-DONGLE (PCA10059) boards.

Status
======
  Only the basic NSH configuration is supported for now.