From 59ab386218a110aaf99a3455a1922480c3f5a91d Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Sun, 14 Feb 2021 17:08:22 -0600 Subject: [PATCH] added crossworks example link --- howto/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/howto/README.md b/howto/README.md index 59a2329..c66f4e1 100644 --- a/howto/README.md +++ b/howto/README.md @@ -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).