1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
Frederik Haxel 16eff9b6ed native: Linux/x86_64 support
Initial version to test 64 bit compatibility.

Instead of a separate board, the inital version for Linux/x86_64 is enabled
by setting the environment variable `NATIVE_64BIT=y` and compiling as usual.

Not currently implemented:
* Architectures other than x86_64 or operating systems other than Linux
    * No FreeBSD support
    * No Aarch support
* Rust support for x86_64
2024-01-30 16:33:19 +01:00
..
dist native: add and use reset script to reset certain PID 2019-12-03 09:51:52 +01:00
drivers boards/native: add native_drivers module to Kconfig 2020-11-18 10:07:58 +01:00
include boards: remove extern mtd_dev_t* Declarations 2023-12-07 15:32:49 +01:00
board_init.c boards: use XFA with MTD pointers for defined MTDs 2023-10-02 12:28:08 +02:00
doc.txt native: Linux/x86_64 support 2024-01-30 16:33:19 +01:00
Kconfig cpu/native: implement periph_rtc_ms 2023-03-05 02:56:28 +01:00
Makefile native: don't use NATIVEINCLUDES in board and board/drivers 2019-08-06 09:44:19 +02:00
Makefile.dep boards/native: default to fs_native 2023-04-26 00:53:14 +02:00
Makefile.features cpu/native: implement periph_rtc_ms 2023-03-05 02:56:28 +01:00
Makefile.include native: Linux/x86_64 support 2024-01-30 16:33:19 +01:00