summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-10 15:29:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-10 15:29:41 -0600
commit8853d651e1595087556f9696d591e4dbffaf8598 (patch)
tree2dcf9ff1bb05a51ba0c14a4bb84a67840a178305 /nuttx/configs/sama5d4-ek/README.txt
parentf07133035da47bf890e1c03d9d7fb7d69a98f1ba (diff)
downloadpx4-nuttx-8853d651e1595087556f9696d591e4dbffaf8598.tar.gz
px4-nuttx-8853d651e1595087556f9696d591e4dbffaf8598.tar.bz2
px4-nuttx-8853d651e1595087556f9696d591e4dbffaf8598.zip
Fixes for clean NxWM build; Updated README files
Diffstat (limited to 'nuttx/configs/sama5d4-ek/README.txt')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt23
1 files changed, 12 insertions, 11 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 8519d5712..d36b4d163 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -3289,10 +3289,12 @@ Configurations
dramboot: This is a little program to help debug of code in DRAM. See
the description below and the section above entitled "Creating and
Using DRAMBOOT" for more information
- nsh: This is another NSH configuration, not too different from the
- demo configuration. The nsh configuration is, however, bare bones.
- It is the simplest possible NSH configuration and is useful as a
- platform for debugging and integrating new features in isolation.
+ nsh: This is an NuttShell (NSH) configuration that supports extensive
+ functionality as possible (unlike the minimal ramtest configuration).
+ See the detailed description below for a summary of the feature
+ set supported by this configuration. You may want to disable some
+ of these features if you plan to use the NSH as a platform for
+ debugging and integrating new features.
nxwm: This is a special configuration setup for the NxWM window manager
UnitTest. It integrates support for both the SAMA5 LCDC and the
SAMA5 ADC touchscreen controller and provides a more advance
@@ -3911,13 +3913,12 @@ Configurations
$ cd ~/nuttx-git/nuttx
$ make
- NOTE: The NxWM example was designed tiny displays. On this large 800x480
- display, the icons are too tiny to be usable. I have created a large
- 320x320 logo for the opening screen and added image scaling to expand
- the images in the taskbar. The expanded images are not great. If I
- ever get past the opening screen, the same problems will exist in the
- application toolbar and in the start winow. These icons are not yet
- scaled.
+ NOTE: The NxWM example was designed tiny displays. On this larger
+ 800x480 display, the icons are too tiny to be usable. I have created
+ a larger 320x320 logo for the opening screen and added image scaling
+ to expand the images in the taskbar. The expanded images are not great.
+ The same problems exist in the application toolbar and in the start
+ window. These icons are not yet scaled.
STATUS:
See the To-Do list below