Skip to content
Snippets Groups Projects
  1. Jan 06, 2020
  2. Jan 03, 2020
  3. Dec 11, 2019
  4. Dec 10, 2019
  5. Dec 04, 2019
    • Daniel Rugerio's avatar
      Updates on the SysVAD driver sample (#443) · ba80e2f6
      Daniel Rugerio authored
      * Update SysVAD public sample.
      * Add WaveTest public sample.
      * Modify the componentized audio samples to include the addComponent directive.
      * Dropped the Phone Audio sample.
      * Updated README.md.
      * Added explanation for the Phone Audio sample.
      104069
      ba80e2f6
  6. Nov 12, 2019
  7. Oct 24, 2019
  8. Oct 23, 2019
  9. Oct 22, 2019
  10. Oct 15, 2019
  11. Oct 01, 2019
  12. Sep 30, 2019
  13. Sep 26, 2019
  14. Sep 25, 2019
  15. Sep 24, 2019
    • pali's avatar
      Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303) · 16022c59
      pali authored
      FAT Volume Label is stored in the root directory entry and therefore when
      setting new Volume Label with leading 0xE5 byte it first needs to be
      converted to 0x05 byte. This step is also required by Microsoft FAT
      specification (fatgen103.doc) and also applied for all other files and
      directories. But not for volume label yet. First byte 0xE5 in directory
      entry means that entry is removed.
      
      Similarly, when reading Volume Label from the root directory, leading byte
      0x05 first needs to be converted to 0xE5 and then later processed. This is
      reverse operation as described in previous paragraph.
      
      FAT Volume Label is converted from Unicode to bytes according to OEM code
      page. OEM code page is configured in Language for non-Unicode applications
      settings in Country/Region settings.
      
      When it is set to English (United Kingdom), then OEM code page is 850. And
      in 850 is Unicode LATIN CAPITAL LETTER O WITH TILDE represented as 0xE5.
      
      Therefore this pull request fixes setting FAT label "Õ" when regional
      settings are set to English (United Kingdom).
      86973
      16022c59
  16. Sep 23, 2019
  17. Sep 19, 2019
  18. Sep 17, 2019
  19. Sep 16, 2019
  20. Sep 12, 2019
  21. Sep 06, 2019
  22. Sep 04, 2019
  23. Aug 26, 2019
  24. Aug 22, 2019
  25. Aug 21, 2019
Loading