1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

boards: rename doc.txt -> doc.md for Microchip boards

This commit is contained in:
krzysztof-cabaj 2025-07-12 22:06:55 +02:00
parent 6f6bd026e5
commit 50f89824e0
12 changed files with 3 additions and 37 deletions

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_sam4s-xpro ATSAM4S Xplained Pro board
@ingroup boards
@brief Support for the ATSAM4S Xplained Pro board
@ -44,5 +43,3 @@ featuring a SAM4SD32 (Cortex-M4) SoC running up to 120 MHz. This MCU comes with
By default, openOCD is used for both flashing and debugging.
EDBG programmer is also available with:
`PROGRAMMER=edbg BOARD=sam4s-xpro make -C tests/leds flash`
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_samd10-xmini Atmel SAM D10 Xplained Mini
@ingroup boards
@brief Support for the Atmel SAM D10 Xplained Mini board.
@ -72,5 +71,3 @@ sudo service udev restart
The I2C pins on the board do not have any pull-ups connected to them.
That means that running e.g. `i2c_scan` without any I2C slaves connected
will run into timeouts.
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_samd20-xpro Atmel SAM D20 Xplained Pro
@ingroup boards
@brief Support for the Atmel SAM D20 Xplained Pro board.
@ -78,5 +77,3 @@ helpful to understanding how to set up a solid RIOT development environment for
the SAMD20: http://watr.li/samr21-dev-setup-ubuntu.html
## Known Issues / Problems
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_samd21-xpro Atmel SAM D21 Xplained Pro
@ingroup boards
@brief Support for the Atmel SAM D21 Xplained Pro board.
@ -98,5 +97,3 @@ helpful to understanding how to set up a solid RIOT development environment for
the SAMD21: http://watr.li/samr21-dev-setup-ubuntu.html
## Known Issues / Problems
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_same51-curiosity-nano Microchip SAM E51 Curiosity Nano
@ingroup boards
@brief Support for the Microchip SAM E51 Curiosity Nano board.
@ -82,5 +81,3 @@ sudo service udev restart
```
## Known Issues / Problems
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_same54-xpro Microchip SAM E54 Xplained Pro
@ingroup boards
@brief Support for the Microchip SAM E54 Xplained Pro board.
@ -91,5 +90,3 @@ sudo service udev restart
```
## Known Issues / Problems
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_saml10-xpro Microchip SAML10 Xplained Pro
@ingroup boards
@brief Support for the Microchip SAML10 Xplained Pro board.
@ -65,5 +64,3 @@ memory.
Connect the device to your Micro-USB cable.
The standard method for flashing RIOT to the saml10-xpro is using EDBG.
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_saml11-xpro Microchip SAML11 Xplained Pro
@ingroup boards
@brief Support for the Microchip SAML11 Xplained Pro board.
@ -78,5 +77,3 @@ flash memory. Such action can be done with the following EDBG command:
'edbg -t saml11 -F w0,194,1'
or pass it as argument when calling make:
EDBG_ARGS="-F w0,194,1" BOARD=saml11-xpro make flash term -C tests/periph/uart
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_saml21-xpro Atmel SAM L21 Xplained Pro
@ingroup boards
@brief Support for the Atmel SAM L21 Xplained Pro board.
@ -106,5 +105,3 @@ helpful to understanding how to set up a solid RIOT development environment for
the SAML21: http://watr.li/samr21-dev-setup-ubuntu.html
## Known Issues / Problems
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_samr21-xpro Atmel SAM R21 Xplained Pro
@ingroup boards
@brief Support for the Atmel SAM R21 Xplained Pro board.
@ -203,4 +202,3 @@ But when you try to flash again, you could get a CMSIS-DAP related error. It
seems to only happen with USB 3.0 ports. You can take a look at
[Vagrant](http://en.wikipedia.org/wiki/Vagrant_%28software%29) and use a virtual
Linux to run the virtual RIOT, and flash from macOS.
*/

View File

@ -1,4 +1,3 @@
/**
@defgroup boards_samr34-xpro Microchip SAM R34 Xplained Pro
@ingroup boards
@brief Support for the Microchip SAM R34 Xplained Pro and WLR089 Xplained Pro
@ -36,5 +35,3 @@ An evaluation board for the radio certified WLR089 module exists as the WLR089 X
| Vcc | 1.8V - 3.6V |
| Datasheet | [Datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/SAMR34-R35-Low-Power-LoRa-Sub-GHz-SiP-Data-Sheet-DS70005356B.pdf) |
| Board Manual | [SAM R34 XPro](https://www.microchip.com/en-us/development-tool/DM320111)<br>[WLR089 XPro](https://www.microchip.com/en-us/development-tool/EV23M25A)|
*/

View File

@ -1,7 +1,6 @@
/**
* @defgroup boards_sensebox_samd21 SenseBox MCU with SAMD21
* @ingroup boards
* @brief Support for the SenseBox MCU with SAMD21 board.
@defgroup boards_sensebox_samd21 SenseBox MCU with SAMD21
@ingroup boards
@brief Support for the SenseBox MCU with SAMD21 board.
### General information
@ -66,4 +65,3 @@ This has the following limitations:
- FSK mode is not possible
- The interrupt pins can have different configurations, so caution is required
when making changes.
*/