From a1c60faa2a434d74cd91f094195e7cbd2795b206 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 17 May 2023 14:51:11 +0200 Subject: [PATCH] doc/mainpage: point to supported board on main website The wiki page is fairly outdated --- doc/doxygen/src/mainpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/src/mainpage.md b/doc/doxygen/src/mainpage.md index c09879ed60..d8243a3c35 100644 --- a/doc/doxygen/src/mainpage.md +++ b/doc/doxygen/src/mainpage.md @@ -18,7 +18,7 @@ priority queues), a shell and more. RIOT supports a wide range of microcontroller architectures, radio drivers, sensors, and configurations for entire platforms, e.g. Atmel SAM R21 Xplained Pro, Zolertia Z1, STM32 Discovery Boards etc. (see the list of -[supported hardware](https://github.com/RIOT-OS/RIOT/wiki/RIOT-Platforms). +[supported boards](https://www.riot-os.org/boards.html). Across all supported hardware (32-bit, 16-bit, and 8-bit platforms). RIOT provides a consistent API and enables C and C++ application programming, with multithreading, IPC, system timers, mutexes etc.