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

modesp.c

  • Paul Sokolovsky's avatar
    e6af94d1
    esp8266/modesp: Add flash_user_start() function. · e6af94d1
    Paul Sokolovsky authored
    As we're looking towards adding OTA support, calculation of a FlashROM
    area which can be used for filesystem (etc.) may become complex, so
    introduce C function for that. So far it just hardcodes current value,
    0x90000. In the future the function may be extended (and renamed) to
    return the size of area too.
    e6af94d1
    History
    esp8266/modesp: Add flash_user_start() function.
    Paul Sokolovsky authored
    As we're looking towards adding OTA support, calculation of a FlashROM
    area which can be used for filesystem (etc.) may become complex, so
    introduce C function for that. So far it just hardcodes current value,
    0x90000. In the future the function may be extended (and renamed) to
    return the size of area too.