diff --git a/boards/cc1350-launchpad/doc.txt b/boards/cc1350-launchpad/doc.txt
index f8b06bef8b..9eeedf7db8 100644
--- a/boards/cc1350-launchpad/doc.txt
+++ b/boards/cc1350-launchpad/doc.txt
@@ -3,22 +3,13 @@
@ingroup boards
@brief Texas Instruments SimpleLink(TM) CC1350 Wireless MCU LaunchPad(TM) Kit
-## Table of Contents [[TOC]](#cc1350_launchpad_toc)
-
-1. [Overview](#cc1350_launchpad_overview)
-2. [Hardware](#cc1350_launchpad_hardware)
-3. [Board pinout](#cc1350_launchpad_pinout)
-4. [Flashing the Device](#cc1350_launchpad_flashing)
-5. [Accessing RIOT shell](#cc1350_launchpad_shell)
-6. [More information](#cc1350_launchpad_moreinfo)
-
-## Overview [[TOC]](#cc1350_launchpad_toc)
+## Overview
The [LAUNCHXL-CC1350](https://www.ti.com/tool/LAUNCHXL-CC1350) is a Texas
Instrument's development kit for the CC1350 SoC MCU which combines a Cortex-M3
microcontroller alonside a dedicated Cortex-M0 to control a dual-band radio.
-## Hardware [[TOC]](#cc1350_launchpad_toc)
+## Hardware

@@ -39,12 +30,12 @@ microcontroller alonside a dedicated Cortex-M0 to control a dual-band radio.
| Datasheet | [Datasheet](https://www.ti.com/lit/ds/swrs183b/swrs183b.pdf) |
| Reference Manual | [Reference Manual](https://www.ti.com/lit/ug/swcu117i/swcu117i.pdf) |
-## Board pinout [[TOC]](#cc1350_launchpad_toc)
+## Board pinout
The [CC1350 Quick Start Guide](https://www.ti.com/lit/ug/swru478b/swru478b.pdf)
provides the default pinout for the board.
-## Flashing the Device [[TOC]](#cc1350_launchpad_toc)
+## Flashing the Device
Flashing RIOT is quite straight forward. The board comes with an XDS110 on-board
debug probe that provides programming, flashing and debugging capabilities
@@ -65,7 +56,7 @@ export PROGRAMMER=openocd
Now we can just do `make flash` and `make debug`, this all using OpenOCD.
-## Accessing RIOT shell [[TOC]](#cc1350_launchpad_toc)
+## Accessing RIOT shell
Default RIOT shell access utilize XDS110 debug probe integrated with launchpad
board. It provides virtual serials via USB interface - for connecting to RIOT
@@ -74,14 +65,13 @@ shell, use the first one (with TI drivers for Windows named
If a physical connection to UART is needed, disconnect jumpers RXD and TXD
joining cc1350 microcontroller with XDS110 and connect UART to pin RXD/DIO2
-and TXD/DIO3.
The default baud rate is 115 200 - in both connection types.
@warning Launchpad cc1350 board is not 5V tolerant. Use voltage divider or logic
level shifter when connecting to 5V UART.
-## More information [[TOC]](#cc1350_launchpad_toc)
+## More information
For detailed information about CC1350 MCUs as well as configuring, compiling
RIOT and installation of flashing tools for CC1350 boards,
diff --git a/boards/cc1352p-launchpad/doc.txt b/boards/cc1352p-launchpad/doc.txt
index fa2377cdf0..49ee6f72d8 100644
--- a/boards/cc1352p-launchpad/doc.txt
+++ b/boards/cc1352p-launchpad/doc.txt
@@ -61,8 +61,8 @@ export PROGRAMMER=openocd
Now we can just do `make flash` and `make debug`, this all using OpenOCD.
-For detailed information about CC1312 MCUs as well as configuring, compiling
-RIOT and installation of flashing tools for CC1312 boards,
+For detailed information about CC1352P MCUs as well as configuring, compiling
+RIOT and installation of flashing tools for CC1352P boards,
see \ref cc26xx_cc13xx_riot.
diff --git a/boards/cc2650-launchpad/doc.txt b/boards/cc2650-launchpad/doc.txt
index c74ff105e6..cb786f7753 100644
--- a/boards/cc2650-launchpad/doc.txt
+++ b/boards/cc2650-launchpad/doc.txt
@@ -56,8 +56,8 @@ export PROGRAMMER=openocd
Now we can just do `make flash` and `make debug`, this all using OpenOCD.
-For detailed information about CC1312 MCUs as well as configuring, compiling
-RIOT and installation of flashing tools for CC1312 boards,
+For detailed information about CC2650 MCUs as well as configuring, compiling
+RIOT and installation of flashing tools for CC2650 boards,
see \ref cc26xx_cc13xx_riot.
*/