pico-debug/howto/README.md

13 wiersze
1.0 KiB
Markdown
Czysty Zwykły widok Historia

2021-02-10 20:03:56 +00:00
## building Pico applications
2021-02-14 23:08:22 +00:00
For applications that use pico-sdk (pico-examples, etc. ... this is true of nearly all code), please follow the instructions in [building.md](building.md).
2021-02-10 20:03:56 +00:00
## debugging Pico applications with pico-debug
2021-02-15 02:21:38 +00:00
For OpenOCD users (including [Visual Studio Code](https://code.visualstudio.com/), etc.), after following the above steps on building Pico applications, please follow the instructions in [openocd.md](openocd.md). For Visual Studio Code users, then also read [vscode.md](vscode.md).
2021-02-14 23:08:22 +00:00
Or, if you are a [Rowley Crossworks for ARM](https://www.rowley.co.uk/arm/index.htm) user, take a look at the pico-crossworks example in [pico-demos](https://github.com/majbthrd/pico-demos).
2021-02-10 20:03:56 +00:00
Or, if you are a [SEGGER Embedded Studio](https://www.segger.com/products/development-tools/embedded-studio/) user, take a look at the pico-ses example in [pico-demos](https://github.com/majbthrd/pico-demos). Before debugging a target with SEGGER Embedded Studio, you will need to run openocd as shown in the [openocd.md](openocd.md) instructions.