summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-01 08:03:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-01 08:03:55 -0600
commitc9f4d6abf9560ca89dccbae0296a32f508744270 (patch)
tree42386bef4bbd84add2e6b1730516f412dd176e5d /nuttx/ChangeLog
parent83d8a80691ba5ae0b9288c8767342ef535ef4958 (diff)
downloadpx4-nuttx-c9f4d6abf9560ca89dccbae0296a32f508744270.tar.gz
px4-nuttx-c9f4d6abf9560ca89dccbae0296a32f508744270.tar.bz2
px4-nuttx-c9f4d6abf9560ca89dccbae0296a32f508744270.zip
Add NSRF42L01 driver. From Laurent Latil
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f909c708a..8dc73af5e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4839,3 +4839,12 @@
avoid requests of exactly MAXPACKET size and, hence, avoid so many
NULL packets. Also, fix the OUT request buffers size to exactly
the max packet size. It cannot be any other size (2013-5-29).
+ * .gitignore: Clean-up of most all .gitignore files: Make scope of
+ 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).
+ * drivers/wireless/nrf24101.c/.h and include/nuttx/wireless/nrf24101.h:
+ Add new driver for the wireless nRF24L01+ transceiver. From Laurent
+ Latil (2013-6-1).
+ * drivers/wireless/cc1101: Move files in the cc1101 up one directory.
+ From Laurent Latil (2013-6-1).