Skip to content
  1. Jan 15, 2015
  2. Jan 14, 2015
  3. Jan 11, 2015
  4. Jan 09, 2015
  5. Jan 08, 2015
    • Gregory Nutt's avatar
      MMCSD SDIO: Add support for a new SDWAIT_WRCOMPLETE condition. The previous... · 1842525c
      Gregory Nutt authored
      MMCSD SDIO:  Add support for a new SDWAIT_WRCOMPLETE condition.  The previous logic used a busy-wait loop to pool the card R1 start to determine when the card was ready for the next transfer.  That busy-wait can be quite long -- hundreds of milliseconds.  And alternative is to look the the SD D0 pin which will change state when the card is no longer busy.
      
      This logic implements a change the avoids the busy-wait poll by reconfiguring the SD D0 pin as a GPIO interrupt, then waiting for the card to becom ready without taking up CPU cycles.
      
      This change is conditioned on CONFIG_MMCSD_SDIOWATI_WRCOMPLETE and is currenlty only implemented for the STM32 SDIO driver.
      
      From David Sidrane
      1842525c
  6. Jan 06, 2015
  7. Jan 01, 2015
  8. Dec 30, 2014
  9. Dec 28, 2014
  10. Dec 27, 2014
  11. Dec 26, 2014
  12. Dec 19, 2014
  13. Dec 18, 2014
  14. Dec 17, 2014
    • Gregory Nutt's avatar
      strncpy will not copy the terminating \0 into the destination if the source is... · 937f9f23
      Gregory Nutt authored
      strncpy will not copy the terminating \0 into the destination if the source is larger than the size of the destination. Ensure that the last byte is always zero and let strncpy only copy CONFIG_TASK_NAME_SIZE bytes. The issue of unterminated names can be observed in ps when creating a pthread while CONFIG_TASK_NAME_SIZE is set to 8.
      937f9f23
  15. Dec 16, 2014
  16. Dec 11, 2014
  17. Dec 10, 2014
  18. Dec 09, 2014
  19. Dec 08, 2014
  20. Dec 06, 2014
  21. Dec 05, 2014
  22. Dec 01, 2014
  23. Nov 29, 2014