summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-27 16:30:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-27 16:30:18 -0600
commite734551bfdb6e406fba2678e5252fca78115256f (patch)
treebba5642a1fa90af56613fb028ca2607b78593588 /nuttx/ChangeLog
parent165a0284947c03e76e6c1b8180da9d372c586a7e (diff)
downloadnuttx-e734551bfdb6e406fba2678e5252fca78115256f.tar.gz
nuttx-e734551bfdb6e406fba2678e5252fca78115256f.tar.bz2
nuttx-e734551bfdb6e406fba2678e5252fca78115256f.zip
Decoupling NX user interfaces to support NX kernel build (phase 5)
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d1d588821..e3fa6f526 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6321,4 +6321,9 @@
for F107 (2013-12-16).
* arch/arm/src/stm32/chip/stm32f3xxxx_pinmap.h: Fix pin definitioni names
for SPI2 MOSI and MISO. Noted by Brian Webb (2013-12-27).
+ * graphics/nxmu, nxsu, and nxglib and libc/nx, nxmu, and nxglib: Massive
+ reshuffling of files with (hopefully) no logic changes. This
+ reshuffling is necessary if we ever want to build graphics applications
+ as kernel builds. There is still more today (NXTK and NXFONTS need to
+ be moved to libc as well) (2013-12-27).