1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/native
Marian Buschsieweke 4acc9d9c89
boards/native: Drop backward compatibility code for glibc <= 2.17
Even Debian oldstable is now at glibc 2.28, so it is safe to assume that
nobody needs this anymore.

This also fixes garbage on the terminal on musl systems, where
`ldd --version` is not supported (and output on `stderr` was not
redirected to `/dev/null`).
2023-01-09 14:13:59 +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/native: Configure write_size in MTD device 2022-03-31 10:58:48 +02:00
board_init.c boards/native: Configure write_size in MTD device 2022-03-31 10:58:48 +02:00
doc.txt native: doc: add libasan5 dependency 2022-05-23 12:02:46 +02:00
Kconfig boards/native: use SDL for lvgl 2022-02-28 10:23:06 +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: allow to overwrite default fs 2022-05-08 23:21:37 +02:00
Makefile.features boards: move CPU/CPU_MODEL definition to Makefile.features 2019-08-20 16:11:50 +02:00
Makefile.include boards/native: Drop backward compatibility code for glibc <= 2.17 2023-01-09 14:13:59 +01:00