boards native_sim: deprecate NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME
In favour of NATIVE_SIM_SLOWDOWN_TO_REAL_TIME. To be removed by 4.4. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
04c0935808
commit
bd42df2662
@ -45,6 +45,7 @@ config BOARD_NATIVE_POSIX
|
||||
config NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME
|
||||
bool "Slow down execution to real time (native_posix compat)"
|
||||
select NATIVE_SIM_SLOWDOWN_TO_REAL_TIME
|
||||
select DEPRECATED
|
||||
help
|
||||
Transitional option which allows applications which targeted native_posix
|
||||
to set the correct native_sim option (CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user