mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[docs] minor edits
This commit is contained in:
parent
cfff523cb7
commit
c28ea75d45
2 changed files with 3 additions and 2 deletions
|
@ -474,6 +474,7 @@ C libraries like `stdio`. These stubs are available in `sw/source/source/syscall
|
|||
[NOTE]
|
||||
The <<_primary_universal_asynchronous_receiver_and_transmitter_uart0, UART0>>
|
||||
is used to implement all the standard input, output and error consoles (`STDIN`, `STDOUT` and `STDERR`).
|
||||
Note that `\n` (newline) is automatically converted to `\r\n` (carriage-return and newline).
|
||||
|
||||
.Constructors and Destructors
|
||||
[NOTE]
|
||||
|
|
|
@ -89,7 +89,7 @@ Feel free to open a new issue or pull request to improve this setup.
|
|||
If you need to reconfigure the RISC-V GCC binaries and/or paths:
|
||||
|
||||
[start=1]
|
||||
. right-click on the projet in the left view, select **Properties**
|
||||
. right-click on the project in the left view, select **Properties**
|
||||
. expand **MCU** and select **RISC-V Toolchain Paths**
|
||||
. adjust the **Toolchain folder** and the **Toolchain name** if required
|
||||
. Click **Apply**.
|
||||
|
@ -193,7 +193,7 @@ When you start debugging the first time you might need to select the provided de
|
|||
If you need to reconfigure OpenOCD binaries and/or paths:
|
||||
|
||||
[start=1]
|
||||
. right-click on the projet in the left view, select **Properties**
|
||||
. right-click on the project in the left view, select **Properties**
|
||||
. expand **MCU** and select **OpenOCD Path**
|
||||
. adjust the **Folder** and the **Executable** name if required
|
||||
. Click **Apply**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue