This commit is contained in:
mikecarper
2026-09-13 18:32:08 +00:00
parent b96d95a158
commit c59b711cee
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -2255,7 +2255,11 @@ matrix. For an initial release with gaps, <code>scripts/package_cascade_release.
accepts <code>--allow-partial</code> with <code>--version 1.17.1.6</code>, the original completed build
status and source commit. It lists every failed attempt in <code>BUILD-FAILURES.md</code>
and <code>BUILD-FAILURES.json</code>; each published file must still pass all qualification
and memory checks. Repair the failures and add the corrected profiles afterward.</p>
and memory checks. Repair the failures and add the corrected profiles afterward.
<code>PORTABLE-PROFILE-EXCLUSIONS.md</code> and <code>.json</code> separately list standard ESP32
profiles that exceed the 1.25 MiB slot and are redirected to the expanded Full
pass. Those size deferrals are not compiler failures. Qualified smaller images
remain available; Full alternatives require their matching partition layout.</p>
File diff suppressed because one or more lines are too long