drivers timer: Rename native_posix_timer native_sim_timer
Including renaming the kconfig option NATIVE_POSIX_TIMER into NATIVE_SIM_TIMER deprecating the first one. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
605335716a
commit
ba64291088
6 changed files with 16 additions and 9 deletions
|
@ -5,7 +5,7 @@ config BOARD_NATIVE_SIM
|
|||
bool
|
||||
select POSIX_ARCH_CONSOLE
|
||||
select NATIVE_LIBRARY
|
||||
select NATIVE_POSIX_TIMER
|
||||
select NATIVE_SIM_TIMER
|
||||
select 64BIT if BOARD_NATIVE_SIM_NATIVE_64
|
||||
imply BOARD_NATIVE_POSIX if NATIVE_SIM_NATIVE_POSIX_COMPAT
|
||||
help
|
||||
|
|
|
@ -717,6 +717,6 @@ host libC (:kconfig:option:`CONFIG_EXTERNAL_LIBC`):
|
|||
Serial, :ref:`UART native PTY <native_ptty_uart>`, :kconfig:option:`CONFIG_UART_NATIVE_PTY`, All
|
||||
Serial, :ref:`UART native TTY <native_tty_uart>`, :kconfig:option:`CONFIG_UART_NATIVE_TTY`, All
|
||||
SPI, SPI emul, :kconfig:option:`CONFIG_SPI_EMUL`, All
|
||||
System tick, Native_posix timer, :kconfig:option:`CONFIG_NATIVE_POSIX_TIMER`, All
|
||||
System tick, Native_sim timer, :kconfig:option:`CONFIG_NATIVE_SIM_TIMER`, All
|
||||
Tracing, :ref:`Posix tracing backend <nsim_back_trace>`, :kconfig:option:`CONFIG_TRACING_BACKEND_POSIX`, All
|
||||
USB, :ref:`USB native posix <nsim_per_usb>`, :kconfig:option:`CONFIG_USB_NATIVE_POSIX`, Host libC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue