1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 02:23:49 +01:00
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:
bors[bot] 2023-05-02 10:23:58 +00:00 committed by GitHub
commit 8573faba5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*/ */