RIOT icon indicating copy to clipboard operation
RIOT copied to clipboard

cpu: Add start and end markers for flash_writable section

Open Ollrogge opened this issue 1 year ago • 2 comments

Contribution description

This PR adds start and end markers for the flash_writable section. For the ESP32x SoCs these were already added in #19079.

Ollrogge avatar Jan 29 '24 09:01 Ollrogge

What are they used for? I can't find any reference outside ESP32 code

benpicco avatar Jan 29 '24 13:01 benpicco

What are they used for? I can't find any reference outside ESP32 code

Not directly inside RIOT but I needed these markers to assess the size and location of the region to model it in an emulator. So I thought it would make sense to add them in cases other people want this information.

Ollrogge avatar Jan 29 '24 13:01 Ollrogge