From 4a23ee2eaf22d18e91af3e821b3b994bdcc46f70 Mon Sep 17 00:00:00 2001 From: crasbe Date: Sun, 16 Feb 2025 03:26:36 +0100 Subject: [PATCH] boards/rpi-pico: Add Pico W group to documentation --- boards/rpi-pico/include/board.h | 1 + boards/rpi-pico/include/gpio_params.h | 1 + boards/rpi-pico/include/periph_conf.h | 1 + 3 files changed, 3 insertions(+) diff --git a/boards/rpi-pico/include/board.h b/boards/rpi-pico/include/board.h index e3cc8a45ff..a2018c7eaf 100644 --- a/boards/rpi-pico/include/board.h +++ b/boards/rpi-pico/include/board.h @@ -8,6 +8,7 @@ /** * @ingroup boards_rpi_pico + * @ingroup boards_rpi_pico_w * @{ * * @file diff --git a/boards/rpi-pico/include/gpio_params.h b/boards/rpi-pico/include/gpio_params.h index ebd0ff233d..f4f9bea9d4 100644 --- a/boards/rpi-pico/include/gpio_params.h +++ b/boards/rpi-pico/include/gpio_params.h @@ -8,6 +8,7 @@ /** * @ingroup boards_rpi_pico + * @ingroup boards_rpi_pico_w * @{ * * @file diff --git a/boards/rpi-pico/include/periph_conf.h b/boards/rpi-pico/include/periph_conf.h index fec980584f..714d75a944 100644 --- a/boards/rpi-pico/include/periph_conf.h +++ b/boards/rpi-pico/include/periph_conf.h @@ -8,6 +8,7 @@ /** * @ingroup boards_rpi_pico + * @ingroup boards_rpi_pico_w * @{ * * @file