mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
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.