Skip to content
Snippets Groups Projects
Select Git revision
  • 935e021250bb4de67d973f229dff27c55c7874f1
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

lib

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Damien George authored
    If MICROPY_FATFS_MAX_SS is defined to power of 2 value between 1024 and
    4096, support for dynamic sector size in FatFs will be enabled.  Note
    that FatFs reserves static buffer of MICROPY_FATFS_MAX_SS size for each
    filesystem in use, so that value should be set sparingly.
    
    Initial patch provided by @pfalcon.
    13a4c120
    History

    This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.