Skip to content
  1. Sep 04, 2014
  2. Sep 01, 2014
  3. Aug 30, 2014
  4. Aug 29, 2014
  5. Aug 28, 2014
  6. Aug 21, 2014
  7. Aug 20, 2014
  8. Aug 18, 2014
  9. Aug 17, 2014
  10. Aug 16, 2014
  11. Aug 14, 2014
  12. Aug 12, 2014
  13. Aug 10, 2014
  14. Aug 08, 2014
    • Gregory Nutt's avatar
      Change all time conversions. Yech. New timer units in microseconds breaks... · d7643563
      Gregory Nutt authored
      Change all time conversions.  Yech.  New timer units in microseconds breaks all existing logic that used milliseconds in the conversions.  Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion.  Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
      d7643563
  15. Aug 07, 2014
  16. Aug 06, 2014
  17. Aug 05, 2014
  18. Aug 01, 2014
  19. Jul 31, 2014
    • Gregory Nutt's avatar
      Update ChangeLog · f725bdd9
      Gregory Nutt authored
      f725bdd9
    • Gregory Nutt's avatar
      Audio: Change how the end of the audio stream is detected by the leaf audio... · 2b7c476c
      Gregory Nutt authored
      Audio: Change how the end of the audio stream is detected by the leaf audio component.  This used by be done by looking for the first partial buffer.  That does not work with the in-place sub-sampling performed by the PCM decoder:  That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf.  Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream.
      2b7c476c