summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-31 08:18:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-31 08:18:07 -0600
commitbee3c81e4a919290e751d3113966d95bc9d6a013 (patch)
tree22bd93698cdf3b3da35da0c967f1a873a896e1a8 /nuttx/configs/sama5d4-ek/README.txt
parent9421f5b550f4bb7b4e7ee0f377b5aa4e27512785 (diff)
downloadpx4-nuttx-bee3c81e4a919290e751d3113966d95bc9d6a013.tar.gz
px4-nuttx-bee3c81e4a919290e751d3113966d95bc9d6a013.tar.bz2
px4-nuttx-bee3c81e4a919290e751d3113966d95bc9d6a013.zip
Add short document for running the NxWM demo
Diffstat (limited to 'nuttx/configs/sama5d4-ek/README.txt')
-rw-r--r--nuttx/configs/sama5d4-ek/README.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/nuttx/configs/sama5d4-ek/README.txt b/nuttx/configs/sama5d4-ek/README.txt
index 4a14fd1fd..8189167f9 100644
--- a/nuttx/configs/sama5d4-ek/README.txt
+++ b/nuttx/configs/sama5d4-ek/README.txt
@@ -4140,10 +4140,17 @@ Configurations
new one, you should see the .WAV files on the SD card in the lis
box.
- Currently the list box is not scollable. So you will be limited to
- the number .WAV files that will fit in the existing list box (a
- scrollable list box class exists, but has not been integrated into
- the media play demo).
+ Things still to do:
+
+ a. Currently the list box is not scrollable. So you will be
+ limited to the number .WAV files that will fit in the existing
+ list box (a scrollable list box class exists, but has not been
+ integrated into the media play demo).
+
+ b. Although the lower level NxPlayer does support them, there are
+ no controls at the GUI for balance or tone/equalization.
+
+ c. There is no visual indication of play status or end of playing.
STATUS:
See the To-Do list below
@@ -4259,3 +4266,6 @@ To-Do List
for the PWM and the Timer/Counter drivers. These drivers use the
BOARD_MCK_FREQUENCY definition in more complex ways and will require some
minor redesign and re-testing before they can be available.
+
+5) Board-related I2C issues have prevented integration of the WM8904 audio
+ decoder. So the NxWM Media Player demo cannot produce sounds.