Skip to content
  1. Apr 08, 2015
  2. Apr 07, 2015
  3. Apr 06, 2015
  4. Apr 05, 2015
  5. Apr 04, 2015
  6. Apr 03, 2015
  7. Apr 02, 2015
  8. Apr 01, 2015
  9. Mar 31, 2015
  10. Mar 30, 2015
  11. Mar 29, 2015
    • Gregory Nutt's avatar
      Cortex-M7: Add support for enabled the D-Cache in write only mode. · 55a7065f
      Gregory Nutt authored
      SAMV7 Ethernet:  I- and D-Cache are now enabled in the netnsh/ configuration.  D-Cache is enabled in write-though mode.  This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
      55a7065f