2018-11-06 14:42:44 +01:00
|
|
|
/**
|
|
|
|
* @defgroup boards_sodaq-sara-aff SODAQ SARA AFF
|
|
|
|
* @ingroup boards
|
|
|
|
* @brief Support for the SODAQ SARA AFF boards
|
|
|
|
*
|
|
|
|
* ### General information
|
|
|
|
*
|
|
|
|
* General information about this board can be found on the
|
|
|
|
* [SODAQ support](http://support.sodaq.com/sodaq-one/sodaq-sara-r410m/)
|
|
|
|
* website.
|
2020-03-04 09:41:12 +01:00
|
|
|
* ![SODAQ SARA AFF](https://support.sodaq.com/Boards/Sara_AFF/sodaq_sara_aff.png)
|
2018-11-06 14:42:44 +01:00
|
|
|
*
|
|
|
|
* ### 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-sara-aff` with the `make` command.<br/>
|
|
|
|
* Example with `hello-world` application:
|
|
|
|
* ```
|
|
|
|
* make BOARD=sodaq-sara-aff -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.
|
|
|
|
*
|
|
|
|
*/
|