From 569b4b52943ce91608b4a6c94b6db27c06a88fbe Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Thu, 11 Apr 2024 19:02:40 +0200 Subject: [PATCH 1/3] cpu/esp8266: fix doxygen unbalanced grouping --- cpu/esp8266/include/periph_cpu.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpu/esp8266/include/periph_cpu.h b/cpu/esp8266/include/periph_cpu.h index bdee5a5bed49..4a336037cb82 100644 --- a/cpu/esp8266/include/periph_cpu.h +++ b/cpu/esp8266/include/periph_cpu.h @@ -91,7 +91,6 @@ typedef enum { } gpio_flank_t; /** @} */ #endif /* ndef DOXYGEN */ -/** @} */ /** * @name Predefined GPIO names @@ -116,6 +115,9 @@ typedef enum { #define GPIO16 (GPIO_PIN(PORT_GPIO,16)) /** @} */ +/** @} */ + + /** * @name I2C configuration * @@ -299,6 +301,8 @@ typedef struct { #define PERIPH_SPI_NEEDS_TRANSFER_REGS /**< requires function spi_transfer_regs */ /** @} */ +/** @} */ + /** * @brief Prevent shared timer functions from being used */ From 2f0a78640fa19580307bec74278f42e61817823e Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Thu, 11 Apr 2024 19:19:58 +0200 Subject: [PATCH 2/3] cpu/esp8266: fix issue found by static tests --- cpu/esp8266/include/periph_cpu.h | 35 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/cpu/esp8266/include/periph_cpu.h b/cpu/esp8266/include/periph_cpu.h index 4a336037cb82..654fa8e57801 100644 --- a/cpu/esp8266/include/periph_cpu.h +++ b/cpu/esp8266/include/periph_cpu.h @@ -96,28 +96,27 @@ typedef enum { * @name Predefined GPIO names * @{ */ -#define GPIO0 (GPIO_PIN(PORT_GPIO,0)) -#define GPIO1 (GPIO_PIN(PORT_GPIO,1)) -#define GPIO2 (GPIO_PIN(PORT_GPIO,2)) -#define GPIO3 (GPIO_PIN(PORT_GPIO,3)) -#define GPIO4 (GPIO_PIN(PORT_GPIO,4)) -#define GPIO5 (GPIO_PIN(PORT_GPIO,5)) -#define GPIO6 (GPIO_PIN(PORT_GPIO,6)) -#define GPIO7 (GPIO_PIN(PORT_GPIO,7)) -#define GPIO8 (GPIO_PIN(PORT_GPIO,8)) -#define GPIO9 (GPIO_PIN(PORT_GPIO,9)) -#define GPIO10 (GPIO_PIN(PORT_GPIO,10)) -#define GPIO11 (GPIO_PIN(PORT_GPIO,11)) -#define GPIO12 (GPIO_PIN(PORT_GPIO,12)) -#define GPIO13 (GPIO_PIN(PORT_GPIO,13)) -#define GPIO14 (GPIO_PIN(PORT_GPIO,14)) -#define GPIO15 (GPIO_PIN(PORT_GPIO,15)) -#define GPIO16 (GPIO_PIN(PORT_GPIO,16)) +#define GPIO0 (GPIO_PIN(PORT_GPIO, 0)) +#define GPIO1 (GPIO_PIN(PORT_GPIO, 1)) +#define GPIO2 (GPIO_PIN(PORT_GPIO, 2)) +#define GPIO3 (GPIO_PIN(PORT_GPIO, 3)) +#define GPIO4 (GPIO_PIN(PORT_GPIO, 4)) +#define GPIO5 (GPIO_PIN(PORT_GPIO, 5)) +#define GPIO6 (GPIO_PIN(PORT_GPIO, 6)) +#define GPIO7 (GPIO_PIN(PORT_GPIO, 7)) +#define GPIO8 (GPIO_PIN(PORT_GPIO, 8)) +#define GPIO9 (GPIO_PIN(PORT_GPIO, 9)) +#define GPIO10 (GPIO_PIN(PORT_GPIO, 10)) +#define GPIO11 (GPIO_PIN(PORT_GPIO, 11)) +#define GPIO12 (GPIO_PIN(PORT_GPIO, 12)) +#define GPIO13 (GPIO_PIN(PORT_GPIO, 13)) +#define GPIO14 (GPIO_PIN(PORT_GPIO, 14)) +#define GPIO15 (GPIO_PIN(PORT_GPIO, 15)) +#define GPIO16 (GPIO_PIN(PORT_GPIO, 16)) /** @} */ /** @} */ - /** * @name I2C configuration * From 8eb4e6a36e84ed1750f3ed1646b46cee29b3f758 Mon Sep 17 00:00:00 2001 From: Karl Fessel Date: Mon, 15 Apr 2024 16:21:12 +0200 Subject: [PATCH 3/3] dist/tools/doccheck: do not ignore unbalanced groups --- dist/tools/doccheck/exclude_simple | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/tools/doccheck/exclude_simple b/dist/tools/doccheck/exclude_simple index 121d11a15d9f..0104698f0ff1 100644 --- a/dist/tools/doccheck/exclude_simple +++ b/dist/tools/doccheck/exclude_simple @@ -1,4 +1,3 @@ -warning: end of file with unbalanced grouping commands warning: explicit link request to 'esp32_application_specific_board_configuration' could not be resolved warning: explicit link request to 'esp32_application_specific_configurations' could not be resolved warning: explicit link request to 'esp32_heltec_lora32_v2_optional_hardware' could not be resolved