Sync edgetx to Gitea

This commit is contained in:
2026-08-03 16:37:20 +08:00
commit 14eb5a3fb9
5364 changed files with 2835009 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Hardware Definitions
The Python scripts in this directory are responsible for generating different
include files used to describe the hardware to the software.
## Data model
The data model supported is described `models.py`. A script
(`json_validator.py`) is available that validates the JSON files based on this
model.
## Code generator
The various include files are generated based on Jinja2 templates and `generator.py`
provided with a JSON target definition.
`legacy_names.py` contains some hard-coded definitions providing additional
information related to analog inputs (by target; mostly names and labels).