summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam4e-ek
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-25 14:34:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-25 14:34:07 -0600
commitc3ea6bd31639784c4dc140b8c30b7aa83dfb7b0f (patch)
tree4d153efa2e625cede4b4e24afeb1521840d63b25 /nuttx/configs/sam4e-ek
parentaa0fec3cd5a0c94b037ef9c15019a865a2ff2d0b (diff)
downloadpx4-nuttx-c3ea6bd31639784c4dc140b8c30b7aa83dfb7b0f.tar.gz
px4-nuttx-c3ea6bd31639784c4dc140b8c30b7aa83dfb7b0f.tar.bz2
px4-nuttx-c3ea6bd31639784c4dc140b8c30b7aa83dfb7b0f.zip
backport a serial console fix from the sam4e to the sama5d3
Diffstat (limited to 'nuttx/configs/sam4e-ek')
-rw-r--r--nuttx/configs/sam4e-ek/README.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/nuttx/configs/sam4e-ek/README.txt b/nuttx/configs/sam4e-ek/README.txt
index 720566adf..25438c6ef 100644
--- a/nuttx/configs/sam4e-ek/README.txt
+++ b/nuttx/configs/sam4e-ek/README.txt
@@ -660,7 +660,8 @@ USB Full-Speed Device
b. If you change the value CONFIG_SYSTEM_USBMSC_DEVPATH1, then you
can export other file systems:
- "/dev/mmcsd0" would export the HSMCI SD slot
+ "/dev/mmcsd0" would export the HSMCI SD slot (not currently available,
+ see the "HSMCI" section).
"/dev/ram0" could even be used to export a RAM disk. But you would
first have to use mkrd to create the RAM disk and mkfatfs to put
@@ -781,6 +782,14 @@ HSMCI
The SD card contents will then be available under /mnt/sdcard.
+ NOTES:
+
+ 1. DMA is not currently functional and without DMA, there may not be
+ reliable data transfers at high speeds due to data overrun problems.
+ The current HSMCI driver supports DMA via the DMAC. However, the data
+ sheet only discusses PDC-based HSMCI DMA (although there is a DMA
+ channel interface definition for HSMCI).
+
Touchscreen
===========
@@ -1171,7 +1180,12 @@ Configurations
instructions provided above in the paragraph entitled "HSMCI."
STATUS:
- 2014-3-21: The HSMCI SD card slot has not yet been tested.
+ 2014-3-24: DMA is not currently functional and without DMA, there
+ may not be reliable data transfers at high speeds due
+ to data overrun problems. The current HSMCI driver
+ supports DMA via the DMAC. However, the data sheet
+ only discusses PDC-based HSMCI DMA (although there is
+ a DMA channel interface definition for HSMCI).
usbnsh: