Add firmware verification harness
CI / Non-hardware verification (push) Has been cancelled

This commit is contained in:
2026-07-13 11:10:19 +02:00
parent def09160d0
commit 99c07ecda6
16 changed files with 1004 additions and 32 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"generated_on": "2026-07-13",
"platformio_core": "6.1.18",
"note": "Baseline captured after successful pio run -e production/debug/test. max_firmware_bin_bytes allows 32768 bytes of reviewable growth.",
"environments": {
"production": {
"firmware_bin_bytes": 1189248,
"firmware_elf_bytes": 14672908,
"max_firmware_bin_bytes": 1222016
},
"debug": {
"firmware_bin_bytes": 1196096,
"firmware_elf_bytes": 14698704,
"max_firmware_bin_bytes": 1228864
},
"test": {
"firmware_bin_bytes": 294464,
"firmware_elf_bytes": 4644536,
"max_firmware_bin_bytes": 327232
}
}
}