From 394b1e1957ba02fb3b7ce00d0113ffcfd32185c4 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 20 Jun 2026 22:30:52 +0200 Subject: [PATCH] Update docs to include Devicetree --- Documentation/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/README.md b/Documentation/README.md index 91471f994..c5935b80a 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -27,6 +27,12 @@ idf.py flash monitor # flash and monitor Device IDs are the folder names under `Devices/` (e.g. `lilygo-tdeck`, `m5stack-cores3`, `cyd-2432s028r`). +### Devicetree + +A device implementation has a `.dts` file. +The parser at `Buildscripts/DevicetreeCompiler/` converts DTS into C code. +It's called from the `Firmware/` build process. + ### Tests Tests use Doctest and run on simulator (POSIX) target only: