From 89062c0f0f8646ff44e6f079c4120dd82b1e91c3 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 10 Jan 2024 17:19:30 +0100 Subject: [PATCH] added links to Memfault's interrupt blog --- 00_basics/readme.md | 2 +- readme.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/00_basics/readme.md b/00_basics/readme.md index b3a0cb5..d27519f 100644 --- a/00_basics/readme.md +++ b/00_basics/readme.md @@ -1,6 +1,6 @@ # Example freestanding application -This is an empty [Zephyr freestanding application](https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-freestanding-app) used in the first article of the "Practical Zephyr" series. It shows all files that are necessary to build an application. Browse the files and read the comments for more details - or even better, follow along the article series! +This is an empty [Zephyr freestanding application](https://docs.zephyrproject.org/latest/develop/application/index.html#zephyr-freestanding-app) used in the [first article](https://interrupt.memfault.com/blog/practical_zephyr_basics) of the "Practical Zephyr" series. It shows all files that are necessary to build an application. Browse the files and read the comments for more details - or even better, follow along the article series! > **Note:** The [`tasks.py`](./tasks.py) script is used by the [GitHub action](../.github/workflows/ci.yml) for building this application using [invoke](https://www.pyinvoke.org/). diff --git a/readme.md b/readme.md index c78db29..5d09727 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,9 @@ # Example freestanding applications for the Practical-Zephyr blog series -This is the main repository containing all _freestanding_ example applicaitons of the "Practical Zephyr" blog series. +This is the main repository containing all _freestanding_ example applications of the "Practical Zephyr" blog series: + +- [Part 1: Zephyr Basics](https://interrupt.memfault.com/blog/practical_zephyr_basics)