You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking because for nRF flash driver write protection is completely emulated already - which will be not necessary if can relax it.
Objective is to clarify the documentation on the driver - not to remove flash protection API. It is clear that for portable code this API is required and have to be used everywhere,
The text was updated successfully, but these errors were encountered:
On some targets hardware (or middelware) doesn't allow
implement functionality flash protection API -
so fare it have to be emulated by software on such a target.
This patch changes documentation of this API, so on such a targets
API might implements no-operation.
fixeszephyrproject-rtos#15729
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
On some targets hardware (or middelware) doesn't allow
implement functionality flash protection API -
so fare it have to be emulated by software on such a target.
This patch changes documentation of this API, so on such a targets
API might implements no-operation.
fixes#15729
Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
According to https://docs.zephyrproject.org/latest/reference/peripherals/flash.html#_CPPv326flash_write_protection_setP6deviceb
write protection might behave different depending on which flash driver is used. Is this possible to relax it completely - so make this API no-operation for a driver. Then this driver would take care on its-own regard its internal protection.
I'm asking because for nRF flash driver write protection is completely emulated already - which will be not necessary if can relax it.
Objective is to clarify the documentation on the driver - not to remove flash protection API. It is clear that for portable code this API is required and have to be used everywhere,
The text was updated successfully, but these errors were encountered: