summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 205904158..f89473ba2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1579,3 +1579,16 @@
switching. Basically, the logic was missing the cases to handle
the differing stack frames when a priority change occurs and when
no priority change occurs.
+ * configs/qemu-i486/ostest and nsh -- The QEMU i486 port is complete.
+ it now passes the OS test and supports the NuttShell (NSH).
+ * misc/drivers -- Created a new directory to hold non-BSD licensed
+ drivers that may be added into NuttX via an installation script.
+ * drivers/usbhost/usbhost_rtl8187.c -- A decision was made to
+ incorporate code taken from the Linux kernel. That changes the
+ licensing on this module to GPL. To avoid licensing contamination,
+ this driver was moved to misc/drivers/rtl8187x *prior* to adding
+ and of the GPL log. There is an INSTALL.sh script at the location
+ where the GPL driver(s) can be re-installed into the NuttX source
+ tree. By re-installing the driver, you agree to the GPL licsensing
+ and all of its implications.
+