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

esp8266.ld

  • Damien George's avatar
    6b239c27
    py: Factor out persistent-code reader into separate files. · 6b239c27
    Damien George authored
    Implementations of persistent-code reader are provided for POSIX systems
    and systems using FatFS.  Macros to use these are MICROPY_READER_POSIX and
    MICROPY_READER_FATFS respectively.  If an alternative implementation is
    needed then a port can define the function mp_reader_new_file.
    6b239c27
    History
    py: Factor out persistent-code reader into separate files.
    Damien George authored
    Implementations of persistent-code reader are provided for POSIX systems
    and systems using FatFS.  Macros to use these are MICROPY_READER_POSIX and
    MICROPY_READER_FATFS respectively.  If an alternative implementation is
    needed then a port can define the function mp_reader_new_file.