mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 18:52:44 +01:00
boards/nucleo-f334r8: improvments to documentation
This commit is contained in:
parent
ef4b453d4d
commit
3c672b8946
@ -77,11 +77,19 @@ could be performed manually; however, the cpy2remed (copy to removable
|
|||||||
media) PROGRAMMER script does this automatically. To program board in
|
media) PROGRAMMER script does this automatically. To program board in
|
||||||
this manner, use the command:
|
this manner, use the command:
|
||||||
```
|
```
|
||||||
make BOARD=nucleo-f429zi PROGRAMMER=cpy2remed flash
|
make BOARD=nucleo-f334r8 PROGRAMMER=cpy2remed flash
|
||||||
```
|
```
|
||||||
@note This PROGRAMMER requires ST-LINK firmware 2.37.26 or newer. Firmware updates
|
@note This PROGRAMMER requires ST-LINK firmware 2.37.26 or newer. Firmware updates
|
||||||
could be found on [this STM webpage](https://www.st.com/en/development-tools/stsw-link007.html).
|
could be found on [this STM webpage](https://www.st.com/en/development-tools/stsw-link007.html).
|
||||||
|
|
||||||
|
## Accessing RIOT shell
|
||||||
|
|
||||||
|
Default RIOT shell access utilize VCP (Virtual COM Port) via USB interface,
|
||||||
|
provided by integrated ST-LINK programmer. ST-LINK is connected to the
|
||||||
|
microcontroller USART2.
|
||||||
|
|
||||||
|
The default baud rate is 115200.
|
||||||
|
|
||||||
## Supported Toolchains
|
## Supported Toolchains
|
||||||
For using the ST Nucleo-F334R8 board we strongly recommend the usage of the
|
For using the ST Nucleo-F334R8 board we strongly recommend the usage of the
|
||||||
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
|
[GNU Tools for ARM Embedded Processors](https://launchpad.net/gcc-arm-embedded)
|
||||||
|
Loading…
Reference in New Issue
Block a user