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:
Alberto Escolar Piedras 2025-02-26 09:40:39 +01:00 committed by Alberto Escolar
commit bd42df2662

View file

@ -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)