added crossworks example link

master
Peter Lawrence 2021-02-14 17:08:22 -06:00
rodzic 141f135661
commit 59ab386218
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,10 @@
## building Pico applications
Please follow the instructions in [building.md](building.md).
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).
## debugging Pico applications with pico-debug
After building Pico applications, please follow the instructions in [openocd.md](openocd.md).
For OpenOCD users (including Visual Studio Code, etc.), after following the above steps on building Pico applications, please follow the instructions in [openocd.md](openocd.md).
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).