From fb856b1662d689463c77980dc7cd47b498abf07d Mon Sep 17 00:00:00 2001 From: Kevin Thomas Date: Fri, 21 Aug 2026 19:41:57 -0400 Subject: [PATCH] Revise tutorial date and lesson content Updated today's tutorial date and lesson details. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b16b01f..a4ebc0d 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ By using this repository and course, you acknowledge and agree that:
-# Today's Tutorial [August 16, 2026] -## Lesson 271: Hacking Embedded Rust Course w/ microbit (Chapter 5: Exploitation and Security Assessment) -This chapter covers the exploitation and security assessment for an embedded Rust microbit. +# Today's Tutorial [August 21, 2026] +## Lesson 272: Embedded Assembler Course (Chapter 1: Toolchain) +This chapter covers the basics of setting up a dev environment and basic template firmware for the STM32F401CCU6 MCU. --> Click [HERE](https://github.com/mytechnotalent/rust_embassy_microbit_project/blob/main/Hacking_Embedded_Rust_w_microbit.pdf) to read the FREE pdf book. +-> Click [HERE](https://github.com/mytechnotalent/Embedded-Assembler/blob/main/Embedded-Assembler.pdf) to read the FREE pdf book.