From 855517326a34865c767928267e53686463bf6ae0 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 11 May 2021 10:19:03 +0200 Subject: [PATCH] boards/native: Document flashpage support This documents the additions of [15935]. [15935]: https://github.com/RIOT-OS/RIOT/pull/15935 --- boards/native/doc.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/native/doc.txt b/boards/native/doc.txt index a5c63e4aeb..2f891b5eac 100644 --- a/boards/native/doc.txt +++ b/boards/native/doc.txt @@ -12,7 +12,9 @@ # Hardware - CPU: Host CPU - RAM: Host RAM -- Flash: Host file system +- Flash: + - for program execution: Host file system + - for the @ref drivers_periph_flashpage : emulated in RAM - Network: Tap Interface - UART: Runtime configurable - `/dev/tty*` are supported - Timers: Host timer