From f25318b60d9d4cbe7bcb1bc8d72162da1cb4480b Mon Sep 17 00:00:00 2001 From: George Oikonomou Date: Sat, 2 Dec 2017 22:54:39 +0000 Subject: [PATCH] Create doxygen groups for CPUs * CC2538 * CC13xx-CC26xx * nrf52832 --- arch/cpu/cc2538/doxygen-group.txt | 14 ++++++++++++++ arch/cpu/cc26xx-cc13xx/doxygen-group.txt | 16 ++++++++++++++++ arch/cpu/nrf52832/doxygen-group.txt | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 arch/cpu/cc2538/doxygen-group.txt create mode 100644 arch/cpu/cc26xx-cc13xx/doxygen-group.txt create mode 100644 arch/cpu/nrf52832/doxygen-group.txt diff --git a/arch/cpu/cc2538/doxygen-group.txt b/arch/cpu/cc2538/doxygen-group.txt new file mode 100644 index 000000000..6e88228b1 --- /dev/null +++ b/arch/cpu/cc2538/doxygen-group.txt @@ -0,0 +1,14 @@ +/** + * \defgroup cc2538 The TI CC2538 System-on-Chip + * + * CPU-Specific functionality - available to all cc2538-based platforms + * + * \ingroup cpu + */ + +/** + * \defgroup cc2538-platforms TI CC2538-powered platforms + * + * Documentation for all platforms powered by the TI cc2538 System-on-Chip + * \ingroup platform + */ diff --git a/arch/cpu/cc26xx-cc13xx/doxygen-group.txt b/arch/cpu/cc26xx-cc13xx/doxygen-group.txt new file mode 100644 index 000000000..6dd3cd1f0 --- /dev/null +++ b/arch/cpu/cc26xx-cc13xx/doxygen-group.txt @@ -0,0 +1,16 @@ +/** + * \defgroup cc26xx The TI CC13xx and CC26xx Systems-on-Chip + * + * This group documents the TI CC26xx and CC13xx CPUs. The two CPU families are + * very similar, with the main difference being related to radio capability. + * + * Documentation in this group should be considered to be applicable to both + * families, unless explicitly stated otherwise. + * + * \ingroup cpu + */ + +/** + * \defgroup cc26xx-platforms TI CC26xx-powered platforms + * \ingroup platform + */ diff --git a/arch/cpu/nrf52832/doxygen-group.txt b/arch/cpu/nrf52832/doxygen-group.txt new file mode 100644 index 000000000..fad2067d6 --- /dev/null +++ b/arch/cpu/nrf52832/doxygen-group.txt @@ -0,0 +1,4 @@ +/** + * \defgroup nrf52832 nrf52832 SoC + * \ingroup cpu + */