diff --git a/ChangeLog b/ChangeLog index d1f19ac01d..408d296269 100755 --- a/ChangeLog +++ b/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/Documentation/NuttX.html b/Documentation/NuttX.html index 7e1de15eae..5cbd96a4ed 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -3884,7 +3884,7 @@ Mem: 29232 5920 23312 23312
  • SPI (not fully tested),
  • TWIHS/I2C, with the support for the on-board serial EEPROM,
  • SSC/I2S (not fully tested),
  • -
  • Ethernet MAC (works only with caches disabled),
  • +
  • Ethernet MAC,
  • USB device controller driver (not yet functional).