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
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ config BOARD_NATIVE_POSIX
|
||||||
config NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME
|
config NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME
|
||||||
bool "Slow down execution to real time (native_posix compat)"
|
bool "Slow down execution to real time (native_posix compat)"
|
||||||
select NATIVE_SIM_SLOWDOWN_TO_REAL_TIME
|
select NATIVE_SIM_SLOWDOWN_TO_REAL_TIME
|
||||||
|
select DEPRECATED
|
||||||
help
|
help
|
||||||
Transitional option which allows applications which targeted native_posix
|
Transitional option which allows applications which targeted native_posix
|
||||||
to set the correct native_sim option (CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME)
|
to set the correct native_sim option (CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue