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: