mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
/**
|
|
* @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.
|
|
* ![SODAQ SARA AFF](https://support.sodaq.com/Boards/Sara_AFF/sodaq_sara_aff.png)
|
|
*
|
|
* ### Flash the board
|
|
*
|
|
* 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
|
|
* ```
|
|
*
|
|
* @note If the application crashes, automatic reflashing via USB, as explained
|
|
* above won't be possible. In this case, the board must be set in
|
|
* bootloader mode by double tapping the reset button before running the
|
|
* flash command.
|
|
*
|
|
* ### Accessing STDIO via UART
|
|
*
|
|
* STDIO of RIOT is directly available over the USB port.
|
|
*
|
|
* 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
|
|
* enough in most of the situation.
|
|
*/
|