zephyr/boards/native/native_sim
Nicolas Pitre 46aa6717ff Revert "arch: deprecate _current"
Mostly a revert of commit b1def7145f ("arch: deprecate `_current`").

This commit was part of PR #80716 whose initial purpose was about providing
an architecture specific optimization for _current. The actual deprecation
was sneaked in later on without proper discussion.

The Zephyr core always used _current before and that was fine. It is quite
prevalent as well and the alternative is proving rather verbose.
Furthermore, as a concept, the "current thread" is not something that is
necessarily architecture specific. Therefore the primary abstraction
should not carry the arch_ prefix.

Hence this revert.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2025-01-10 07:49:08 +01:00
..
doc boards native_sim docs: Clarify which SDL version is needed 2024-10-07 13:39:00 +02:00
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
board_irq.h
board_soc.h drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
CMakeLists.txt
cmdline.c
cmdline.h
cmdline_common.h
cpu_wait.c
irq_handler.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
irq_handler.h
Kconfig boards native_sim: Deprecate CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT 2024-11-19 20:04:55 -05:00
Kconfig.defconfig boards|soc: remove selection of ENTROPY_GENERATOR 2024-12-19 17:53:37 +01:00
Kconfig.native_sim
misc.c
native_posix_compat.h
native_sim.dts samples: drivers: added a simple touch controller sample 2024-10-09 18:11:21 +01:00
native_sim.yaml boards: twister: update boards' twister metadata files 2024-11-25 08:31:28 +01:00
native_sim_64.dts boards: board dts and defconfig file adjustments 2024-04-09 23:35:54 +02:00
native_sim_64_defconfig boards: board dts and defconfig file adjustments 2024-04-09 23:35:54 +02:00
native_sim_defconfig
native_sim_native_64.yaml boards: twister: update boards' twister metadata files 2024-11-25 08:31:28 +01:00
nsi_if.c
posix_arch_if.c
timer_model.h