From 11ce5e1670e00736337cb473733ed67cff9e7dea Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Sat, 25 Sep 2021 15:48:33 -0500 Subject: [PATCH] added Pico_Template (Keil MDK) link --- howto/README.md | 2 ++ howto/about.md | 1 + 2 files changed, 3 insertions(+) diff --git a/howto/README.md b/howto/README.md index 8bc70b9..aa88f55 100644 --- a/howto/README.md +++ b/howto/README.md @@ -34,3 +34,5 @@ First make certain that you have followed the steps above in "building Pico appl 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 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). + diff --git a/howto/about.md b/howto/about.md index ea4c558..5cb0112 100644 --- a/howto/about.md +++ b/howto/about.md @@ -30,6 +30,7 @@ Some software solutions are all-in-one and do all three of these tasks within on | All-in-one | | :--------- | | [Rowley Crossworks for ARM](https://www.rowley.co.uk/arm/index.htm) | +| [Keil MDK](https://www.arm.com/products/development-tools/embedded-and-software/keil-mdk) / [Keil MDK-Lite](https://www2.keil.com/mdk5/editions/lite) | Other approaches rely on three different pieces of PC software to work together. You can mix and match which software does each of the three tasks: