diff options
author | Damien George <damien@micropython.org> | 2021-11-29 13:01:51 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-11-29 13:01:51 +1100 |
commit | 84969194a18ec015d2508db14be66457f123f687 (patch) | |
tree | 16bee9ab6e9e84b53a2957e3f2da462d507c284b /docs/esp32/tutorial/intro.rst | |
parent | 97a7cc243b028833bdcb8ce0bc19b2bce7545851 (diff) | |
download | micropython-84969194a18ec015d2508db14be66457f123f687.tar.gz micropython-84969194a18ec015d2508db14be66457f123f687.zip |
stm32/flashbdev: Support generic flash storage config via link symbols.
A board can now define the following linker symbols to configure its flash
storage layout:
_micropy_hw_internal_flash_storage_start
_micropy_hw_internal_flash_storage_end
_micropy_hw_internal_flash_storage_ram_cache_start
_micropy_hw_internal_flash_storage_ram_cache_end
And optionally have a second flash segment by configuring
MICROPY_HW_ENABLE_INTERNAL_FLASH_STORAGE_SEGMENT2 to 1 and defining:
_micropy_hw_internal_flash_storage2_start
_micropy_hw_internal_flash_storage2_end
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions