1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 13:33:49 +01:00

boards/adafriot-{clue,itsybitsy-nrf52}: change doc.txt to Markdown

This commit is contained in:
crasbe 2025-04-12 22:26:38 +02:00
parent f9b0cc7711
commit 296d9b1949
2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_adafruit-clue Adafruit Clue @defgroup boards_adafruit-clue Adafruit Clue
@ingroup boards @ingroup boards
@brief Support for the Adafruit Clue @brief Support for the Adafruit Clue
@ -42,4 +41,3 @@ Use the `term` target to connect to the board serial port<br/>
The `TERM_DELAY` environment variable can be used to add a delay (in second) The `TERM_DELAY` environment variable can be used to add a delay (in second)
before opening the serial terminal. The default value is 2s which should be before opening the serial terminal. The default value is 2s which should be
enough in most of the situations. enough in most of the situations.
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_adafruit-itsybitsy-nrf52 Adafruit-Itsybitsy-nRF52 @defgroup boards_adafruit-itsybitsy-nrf52 Adafruit-Itsybitsy-nRF52
@ingroup boards @ingroup boards
@brief Support for the Adafruit-Itsybitsy-nRF52 @brief Support for the Adafruit-Itsybitsy-nRF52
@ -41,5 +40,3 @@ you may need to run `pip3 install --upgrade pip3` before being able to run `pip3
### Accessing STDIO ### Accessing STDIO
The usual way to obtain a console on this board is using an emulated USB serial port. The usual way to obtain a console on this board is using an emulated USB serial port.
*/