From 25d167704e7f443a909838f04656523f0a2e39e0 Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Sat, 20 Nov 2021 10:02:05 -0600 Subject: [PATCH] updated Rowley Crossworks for ARM capabilities --- howto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/README.md b/howto/README.md index aa88f55..0970ad7 100644 --- a/howto/README.md +++ b/howto/README.md @@ -32,7 +32,7 @@ You have a choice between this and "debugging Pico applications with pico-debug First make certain that you have followed the steps above in "building Pico applications". -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). +If you are a [Rowley Crossworks for ARM](https://www.rowley.co.uk/arm/index.htm) user, v4.8.3 and higher is already capable of debugging RP2040 targets (including ones using pico-debug). If you use [Keil MDK](https://www.arm.com/products/development-tools/embedded-and-software/keil-mdk) or [Keil MDK-Lite](https://www2.keil.com/mdk5/editions/lite), take a look at [Pico_Template](https://github.com/GorgonMeducer/Pico_Template).