diff --git a/_posts/2021-05-19-static-analysis-with-codechecker.md b/_posts/2021-05-19-static-analysis-with-codechecker.md index a17563b56..a3b039ace 100644 --- a/_posts/2021-05-19-static-analysis-with-codechecker.md +++ b/_posts/2021-05-19-static-analysis-with-codechecker.md @@ -1,15 +1,4 @@ --- -# This is a template for Interrupt posts. Use previous, more recent posts from the _posts/ -# directory for more inspiration and patterns. -# -# When submitting a post for publishing, submit a PR with the post in the _drafts/ directory -# and it will be moved to _posts/ on the date of publish. -# -# e.g. -# $ cp _drafts/_template.md _drafts/my_post.md -# -# It will now show up in the front page when running Jekyll locally. - title: Firmware Static Analysis with CodeChecker description: A step-by-step guide on how to use CodeChecker to run static analysis on your firmware diff --git a/_posts/2023-09-20-printf-on-embedded.md b/_posts/2023-09-20-printf-on-embedded.md index dc4616407..34d67a11d 100644 --- a/_posts/2023-09-20-printf-on-embedded.md +++ b/_posts/2023-09-20-printf-on-embedded.md @@ -1,15 +1,4 @@ --- -# This is a template for Interrupt posts. Use previous, more recent posts from the _posts/ -# directory for more inspiration and patterns. -# -# When submitting a post for publishing, submit a PR with the post in the _drafts/ directory -# and it will be moved to _posts/ on the date of publish. -# -# e.g. -# $ cp _drafts/_template.md _drafts/my_post.md -# -# It will now show up in the front page when running Jekyll locally. - title: Exploring printf on Cortex-M description: Diving into the various ways to get printf on Cortex-M microcontrollers