/** * @defgroup boards_sodaq-one SODAQ ONE * @ingroup boards * @brief Support for the SODAQ ONE board * * ### General information * * General information about this board can be found on the * [SODAQ support](http://support.sodaq.com/sodaq-one/sodaq-one/) website. * * ### Flash the board * * Use `BOARD=sodaq-one` with the `make` command.
* Example with `hello-world` application: * ``` * make BOARD=sodaq-one -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. */