README corrections
This commit is contained in:
parent
93f77234d0
commit
a8f0d93272
@ -81,7 +81,7 @@ The firmware prints its messages to and expect user input coming on the board co
|
||||
|
||||
## Development
|
||||
|
||||
An all-around [Visual Studio Code](https://code.visualstudio.com/) project is packaged along the project to enable easy development, debugging and editing. To enable these powerful fetures, install the [STM32Cube for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=stmicroelectronics.stm32-vscode-extension), [CMakeTools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools), [Cortex-Debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug), [Embedded Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-embedded-tools) extensions, [OpenOCD](https://openocd.org/) and the [STM32CubeCLT](https://www.st.com/en/development-tools/stm32cubeclt.html) software package. The latter one is required for downloading the firmware right away using the Cortex-Debug extension (if not done through OpenOCD) and for providing the Embedded Tools extension with register description `.SVD` files. [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) and clang-format are highly recommended.
|
||||
An all-around [Visual Studio Code](https://code.visualstudio.com/) project is packaged along the project to enable easy development, debugging and editing. To enable these powerful features, install the [STM32Cube for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=stmicroelectronics.stm32-vscode-extension), [CMakeTools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools), [Cortex-Debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug), [Embedded Tools](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-embedded-tools) extensions, [OpenOCD](https://openocd.org/) and the [STM32CubeCLT](https://www.st.com/en/development-tools/stm32cubeclt.html) software package. The latter one is required for downloading the firmware right away using the Cortex-Debug extension (if not done through OpenOCD) and for providing the Embedded Tools extension with register description `.SVD` files. [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) and clang-format are highly recommended.
|
||||
|
||||
Thas project has predefined *Launch* and *Attach* tasks.
|
||||
|
||||
@ -117,7 +117,7 @@ ROOT
|
||||
flexptp: our PTP implementation (submodule)
|
||||
lwip and lwip_port: the LwIP Ethernet stack and its system dependent module (submodule)
|
||||
etherlib: our in-house developed Ethernet stack (submodule)
|
||||
embfmt: a printf()-like formatted printer implementation for embedded systems (submodule)
|
||||
embfmt: a printf()-like formatted printer implementation for embedded systems (submodule)
|
||||
blocking_io: a simple blocking FIFO implementation
|
||||
Src
|
||||
cliutils: CLI-interface implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user