mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
Merge #19526
19526: boards/arduino-mkrwan1300: update board name to correct one r=aabadie a=FlapKap Co-authored-by: Kasper Hjort Berthelsen <kasper.berthelsen@hotmail.com>
This commit is contained in:
commit
8573faba5c
@ -16,10 +16,10 @@ powered by an Atmel SAMD21 microcontroller.
|
|||||||
|
|
||||||
### Flash the board
|
### Flash the board
|
||||||
|
|
||||||
Use `BOARD=arduino-mkrgsm1400` with the `make` command.<br/>
|
Use `BOARD=arduino-mkrwan1300` with the `make` command.<br/>
|
||||||
Example with `hello-world` application:
|
Example with `hello-world` application:
|
||||||
```
|
```
|
||||||
make BOARD=arduino-mkrgsm1400 -C examples/hello-world flash
|
make BOARD=arduino-mkrwan1300 -C examples/hello-world flash
|
||||||
```
|
```
|
||||||
|
|
||||||
@note If the application crashes, automatic reflashing via USB, as explained
|
@note If the application crashes, automatic reflashing via USB, as explained
|
||||||
@ -34,4 +34,4 @@ STDIO of RIOT is directly available over the USB port.
|
|||||||
The `TERM_DELAY` environment variable can be used to add a delay (in second)
|
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
|
before opening the serial terminal. The default value is 2s which should be
|
||||||
enough in most of the situation.
|
enough in most of the situation.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user