1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/particle-boron/doc.txt

26 lines
779 B
Plaintext

/**
@defgroup boards_particle-boron Particle Boron
@ingroup boards
@brief Support for the Particle Boron
### General information
[Particle Boron](https://docs.particle.io/boron/) is a mesh-ready development kit
that provides access to multiple communication protocols: BLE, 802.15.4 and LTE.
<img src="https://docs.particle.io/assets/images/boron/boron-top.png"
alt="pinout" style="height:300px;"/>
### Block diagrams and datasheets
<img src="https://docs.particle.io/assets/images/boron/boron-block-diagram.png"
alt="pinout" style="height:800px;"/>
The board datasheet is available [here](https://docs.particle.io/assets/pdfs/datasheets/boron-datasheet.pdf)
### Flash the board
See the `Flashing` section in @ref boards_common_particle-mesh.
*/