1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/core/include
Frederik Haxel 0c2cfe99e6 native64: Add Linux/x86_64 board
Adds a separate board for native64 instead of the `NATIVE_64BIT` workaround.
The files in `boards/native64` are more or less dummy files and just include
the `boards/native` logic (similar to `openlabs-kw41z-mini-256kib`).
The main logic for native is in `makefiles/arch/native.inc.mk`, `cpu/native`
and `boards/native`.

The remaining changes concern the build system, and change native board checks
to native CPU checks to cover both boards.
2024-02-05 22:01:40 +01:00
..
cond.h treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
mbox.h core/mbox: add mbox_size() and mbox_avail() 2020-11-20 10:38:17 +01:00
msg_bus.h core: apply uncrustify patches 2021-02-02 22:21:14 +01:00
msg.h core: add functionality to check queue state of another thread 2022-03-03 16:50:34 +01:00
mutex.h tree-wide: fix typos in doc and comments 2023-10-16 12:17:48 +02:00
native_sched.h native64: Add Linux/x86_64 board 2024-02-05 22:01:40 +01:00
sched.h core: Express -1 as ~0 in thread_status_t cast 2023-10-15 23:54:16 +02:00
thread_flags.h core/thread: Add constant value to check custom flags against 2022-02-26 22:17:33 +01:00
thread.h core/thread: drop unused thread_arch_t 2023-05-21 22:17:52 +02:00