Blame view

RIOT/boards/sodaq-explorer/doc.txt 848 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  /**
   * @defgroup    boards_sodaq-explorer SODAQ ExpLoRer
   * @ingroup     boards
   * @brief       Support for the SODAQ ExpLoRer board
   *
   * ### General information
   *
   * General information about this board can be found on the
   * [SODAQ support](http://support.sodaq.com/sodaq-one/explorer/) website.
   *
   * ### Flash the board
   *
   * 1. Put the board in bootloader mode by double tapping the reset button.<br/>
   *    When the board is in bootloader mode, the user led (blue) oscillates
   *    smoothly.
   *
   *
   * 2. Use `BOARD=sodaq-explorer` with the `make` command.<br/>
   *    Example with `hello-world` application:
   * ```
   *      make BOARD=sodaq-explorer -C examples/hello-world flash
   * ```
   *
   * ### Accessing STDIO via UART
   *
   * To access the STDIO of RIOT, a FTDI to USB converter needs to be plugged to
   * the RX/TX pins on the board.
   *
   */