summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-29 14:46:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-29 14:46:52 -0600
commit139948c34f21f92f0ab5b603abad8ac9de058c25 (patch)
treea810062573bf8a620151cab8b466eaec3ead992e /nuttx
parent64f02764e9c2d0d4a2bdc496e9f21b262ef818cc (diff)
downloadpx4-nuttx-139948c34f21f92f0ab5b603abad8ac9de058c25.tar.gz
px4-nuttx-139948c34f21f92f0ab5b603abad8ac9de058c25.tar.bz2
px4-nuttx-139948c34f21f92f0ab5b603abad8ac9de058c25.zip
Minor Documentation update
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog2
-rw-r--r--nuttx/Documentation/NuttX.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d1f19ac01..408d29626 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10039,4 +10039,6 @@
From Calvin Maguranis (2015-03-23).
* arch/mips/src/pic32mz: Various fixes for Ethernet support. Still
not fully functional. From Kristopher Tate (2015-030-29).
+ * arch/arm/src/armv7-m: Add configuration option and logic to support
+ the D-Cache in write-through mode (2015-03-29).
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 7e1de15ea..5cbd96a4e 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -3884,7 +3884,7 @@ Mem: 29232 5920 23312 23312
<li>SPI (not fully tested),</li>
<li>TWIHS/I2C, with the support for the on-board serial EEPROM,</li>
<li>SSC/I2S (not fully tested),</li>
- <li>Ethernet MAC (works only with caches disabled),</li>
+ <li>Ethernet MAC,</li>
<li>USB device controller driver (not yet functional).</li>
</ul>
</p>