1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/vfs
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
..
Kconfig sys/vfs: add vfs_default pseudo-module 2022-02-14 13:04:37 +01:00
Makefile sys/vfs: A virtual file system (VFS) layer for RIOT 2017-03-07 17:59:57 +01:00
Makefile.dep native64: Add Linux/x86_64 board 2024-02-05 22:01:40 +01:00
vfs_stdio.c stdio/vfs: generalized VFS mapping for STDIO 2018-08-30 11:14:59 +02:00
vfs.c sys: Use size_t print format specifier 2023-12-21 12:02:19 +01:00