Start and Shutdown of scheduler in simulator

This commit is contained in:
Lukas Höppner
2026-08-09 17:18:49 +02:00
parent 7ea52cb96a
commit 123a6e71b4
5 changed files with 309 additions and 30 deletions
+2 -2
View File
@@ -55,9 +55,9 @@
## 5. Software HAL & FreeRTOS Architecture
* **Hardware Abstraction (I/O Callbacks):**
* Core engine defines function pointer contracts: `display_flush`, `audio_output`, `sd_read_sector`, and `cartridge_status` (with `slot_idx` support for multi-slot setups).
* System initialized via `nova64_init_io()`.
* System initialized via `nova64_init()`.
---
---
## 6. Display, Framebuffer & Core Allocation Strategy
* **Dual-Core Processor Allocation (ESP32-P4):**