From 5c7fc30f2933f8e1e6493699a2129f5fd8623dec Mon Sep 17 00:00:00 2001 From: Felipe Torrezan Date: Thu, 10 Aug 2023 09:34:44 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f205b56..0d337c5 100644 --- a/README.md +++ b/README.md @@ -203,9 +203,10 @@ When target applications are built with _debug information_, they can be debugge The [Debugging an Externally Built Executable file][url-iar-docs-ext-elf] Technical Note has instructions for setting up a __debug-only__ project. ## Issues -Did you find an issue or do you have a suggestion related to the [__cmake-tutorial__][url-repo-home] tutorial? Please use the public issue tracker. -- Do not forget to take a look at [earlier issues][url-repo-issue-old]. -- If you are reporting a [new][url-repo-issue-new] issue, please describe it in detail. +Did you find an issue or do you have a question related to the __cmake-tutorial__ tutorial? +- Visit the [cmake-tutorial wiki](https://github.com/IARSystems/cmake-tutorial/wiki). +- Check the public issue tracker for [earlier issues][url-repo-issue-old]. + - If you are reporting a [new][url-repo-issue-new] issue, please describe it in detail. ## Conclusion This tutorial provides information on how to start building embedded software projects and, also, on how to perform automated tests when using the IAR tools with CMake. When you have understood the core ideas presented here, a world of possibilities opens up. Such a setup might be useful depending on your organization's needs, and can be used as a starting point for particular customizations.