From 09fe526b6021a600687236eb8e77701958402195 Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Thu, 25 Feb 2021 13:03:08 -0600 Subject: [PATCH] added segger embedded studio example link --- howto/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/howto/README.md b/howto/README.md index af38939..250fc0c 100644 --- a/howto/README.md +++ b/howto/README.md @@ -8,3 +8,5 @@ For OpenOCD users (including [Visual Studio Code](https://code.visualstudio.com/ 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). +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. +