summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-01 08:23:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-01 08:23:06 -0600
commit51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4 (patch)
tree32481540c9cc9005c803297ac07211d3b6b3df98 /apps/ChangeLog.txt
parent278d4a6367aa4393907e47a012289d02db6dbd6a (diff)
downloadnuttx-51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4.tar.gz
nuttx-51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4.tar.bz2
nuttx-51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4.zip
Add NRF24L01 terminal example. From Laurent Latil.
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 8dc8ce783..f8ba10f72 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -570,4 +570,5 @@
ignore to be only the current directory; Ignore .dSYM files in
directories where .exe's may be build. Also, in Makefiles,
clean .dSYM files in directories where .exe may be built (2013-5-30).
-
+ * apps/examples/nrf35l01_term: Add an example application to demo the
+ nRF24L01 driver. From Laurent Latil (2013-6-1).