summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a48619140d..66fc415138 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3260,4 +3260,5 @@
* Kconfig: Serial 2STOP setting must be integer 0/1, not a boolean.
* lib/misc/sendfile.c and include/sys/sendfile.h: Add a Linux style
sendfile() (non-standard!)
-
+ * Kconfig: Refactor serial settings (moved from chip to drivers/serial).
+ AVR "teensy" now builds with Kconfig (contributed by Richard Cochran).