Typos and version increment to v0.1.1

This commit is contained in:
2026-03-21 23:12:07 +01:00
parent 694239a431
commit 0f10891233

View File

@@ -15,7 +15,7 @@ toc: true
```{=typst} ```{=typst}
#set page( #set page(
header: align(right)[ header: align(right)[
Version 0.1.0 Version 0.1.1
], ],
numbering: "1", numbering: "1",
) )
@@ -38,13 +38,13 @@ Core responsibilities:
Because of this separation: Because of this separation:
- M7 code must prioritise reliability and determinism - M7 code must prioritize reliability and determinism
- M4 code can tolerate higher latency and complexity - M4 code can tolerate higher latency and complexity
Selected tools: Selected tools:
- **M7 core** - **M7 core**
- STM32CubeMX — MCU initialisation code generation - STM32CubeMX — MCU initialization code generation
- FreeRTOS — Lightweight task scheduling - FreeRTOS — Lightweight task scheduling
- STM32 HAL — Hardware abstraction layer - STM32 HAL — Hardware abstraction layer