mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
0c2cfe99e6
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.
14 lines
509 B
Plaintext
14 lines
509 B
Plaintext
/**
|
|
@defgroup boards_native64 Native64 Board
|
|
@ingroup boards
|
|
@brief Support for running RIOT in native64
|
|
|
|
[Family: native](https://github.com/RIOT-OS/RIOT/wiki/Family:-native)
|
|
|
|
Same board as \ref boards_native "native", but compiled for 64-bit instead of 32-bit.
|
|
Currently only Linux x86-64 is supported, and Rust support is missing.
|
|
Otherwise, everything works the same as for the 32-bit version.
|
|
For more information on this board, see the \ref boards_native "native board" documentation.
|
|
|
|
*/
|