Skip to content
Snippets Groups Projects
Commit 0f36f8c0 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

Merge pull request #1873 from LudwigOrtmann/doxygen-periph

doxygen: add predefines for periph headers
parents e6e37e03 8f76622e
No related branches found
No related tags found
No related merge requests found
...@@ -1970,7 +1970,19 @@ INCLUDE_FILE_PATTERNS = ...@@ -1970,7 +1970,19 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator. # recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = __attribute__(x)= PREDEFINED = __attribute__(x)= \
ADC_NUMOF \
CPUID_ID_LEN \
GPIO_NUMOF \
I2C_NUMOF \
PWM_NUMOF \
RANDOM_NUMOF \
RTC_NUMOF \
RTT_NUMOF \
GPIO_NUMOF \
SPI_NUMOF \
UART_NUMOF
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The # tag can be used to specify a list of macro names that should be expanded. The
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment