Merge pull request #17061 from Ollrogge/flashpage_follow_up
periph/flashpage.h: add comment about riotboot impact on flashpage la…
This commit is contained in:
commit
158bf0e449
@ -213,11 +213,17 @@ void flashpage_erase(unsigned page);
|
||||
|
||||
/**
|
||||
* @brief Get number of first free flashpage
|
||||
*
|
||||
* If riotboot is used in two slot mode, this number will change across
|
||||
* firmware updates as the firmware slots alternate.
|
||||
*/
|
||||
unsigned flashpage_first_free(void);
|
||||
|
||||
/**
|
||||
* @brief Get number of last free flashpage
|
||||
*
|
||||
* If riotboot is used in two slot mode, this number will change across
|
||||
* firmware updates as the firmware slots alternate.
|
||||
*/
|
||||
unsigned flashpage_last_free(void);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user