Skip to content
  1. Jan 04, 2018
    • Gregory Nutt's avatar
      Squashed commit of the following: · 39fe6a0d
      Gregory Nutt authored
          fs/nxffs:  Add partial implementation of the truncate method:  It extend files, but cannot yet shrink them.
          fs/smartfs:  Add partial implementation of the truncate method:  It extend files, but cannot yet shrink them.
          fs/fat:  Add partial implementation of the truncate method:  It extend files, but no yet shrink them.
          fs/nfs:  Add support for the truncate method to the NFS file system.
      39fe6a0d
  2. Jan 03, 2018
  3. Jan 02, 2018
  4. Jan 01, 2018
  5. Dec 31, 2017
  6. Dec 30, 2017
  7. Dec 29, 2017
  8. Dec 28, 2017
  9. Dec 27, 2017
  10. Dec 26, 2017
  11. Dec 25, 2017
  12. Dec 24, 2017
  13. Dec 23, 2017
    • Gregory Nutt's avatar
      lpc43/54 SDMMC: Remove some useless code. lpc54: Fix typos in the IOCON... · 0a5d9af3
      Gregory Nutt authored
      lpc43/54 SDMMC: Remove some useless code.  lpc54:  Fix typos in the IOCON register definition file.  Lpcxpresso-Lpc54628:  Fix typols in board.h file
      0a5d9af3
    • Gregory Nutt's avatar
      Squashed commit of the following: · b329b8c1
      Gregory Nutt authored
          lpc43/54 SDMMC:  Wading through bits trying to make sense out of what is a event want interrupt which deal mostly with commands+responses and what is a data transfer event.  DTO is the only wildcard.  I think this clear now but DMA transfers will fail with CRC error.
          lpc43/54 SDMMC:  DTO is a wait event, not a transfer event.
          lpc43/54 SDMMC:  Significant simplication to previous design.  More debug output.
          lpc43/54 SDMMC:  Don't allow duplicate events in waitmask and xfrmask.
          lpc43/54 SDMMC:  Not all interrupts were being disabled at the end of a transfer.
          lpc43/54 SDMMC:  Defer enabling DMA transfer interrupts until after command has been sent.
      b329b8c1