Commit Graph
18098 Commits
Author SHA1 Message Date
J. Nick Koston 63d061bc1d Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain 2026-08-23 15:09:19 -05:00
J. Nick Koston 65793b0eb7 Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission 2026-08-23 15:09:18 -05:00
J. Nick Koston 317b81b3ff Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec 2026-08-23 15:09:15 -05:00
J. Nick Koston a3c93fb8ea Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend 2026-08-23 15:09:13 -05:00
J. Nick Koston 720f113f25 Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer 2026-08-23 15:09:11 -05:00
J. Nick Koston 9b403279cb Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra 2026-08-23 15:09:09 -05:00
J. Nick Koston 17ba07d6fe Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing 2026-08-23 15:09:07 -05:00
J. Nick Koston 20920e0971 Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery 2026-08-23 15:09:05 -05:00
J. Nick Koston 81be569a85 Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers 2026-08-23 15:09:03 -05:00
J. Nick Koston 641c80b193 Use the caplog fixture where the deleted helper was 2026-08-23 15:09:00 -05:00
J. Nick Koston 21a3509634 Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain 2026-08-23 15:06:58 -05:00
J. Nick Koston 91f0554a2c Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission 2026-08-23 15:06:56 -05:00
J. Nick Koston 67bf5f9a21 Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec 2026-08-23 15:06:54 -05:00
J. Nick Koston c46860bf57 Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend 2026-08-23 15:06:52 -05:00
J. Nick Koston 66d0358d03 Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer 2026-08-23 15:06:50 -05:00
J. Nick Koston 7c8f352ab1 Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra 2026-08-23 15:06:48 -05:00
J. Nick Koston e563ad3724 Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing 2026-08-23 15:06:46 -05:00
J. Nick Koston 8170cd3d96 Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery 2026-08-23 15:06:44 -05:00
J. Nick Koston e2eae002e6 Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers 2026-08-23 15:06:42 -05:00
J. Nick Koston 065867f815 Merge branch 'esp8266-native-converter-hardening' into esp8266-native-library-converter 2026-08-23 15:06:40 -05:00
J. Nick Koston 5aebd7cb41 Match SCons' remaining CPPDEFINES spellings, drop dead test scaffolding
A bare 2-tuple is one name=value pair (not -DFOO -D1), a dict maps
names to values, and a None value is a bare define, per processDefines.
The unused caplog_at_info helper and the progress kwarg the download
stubs declared ahead of their PR are gone.
2026-08-23 15:05:43 -05:00
J. Nick Koston d0e27bd174 Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain 2026-08-23 14:42:33 -05:00
J. Nick Koston 5d4a18f9e5 Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission 2026-08-23 14:42:31 -05:00
J. Nick Koston c12e652acf Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec 2026-08-23 14:42:29 -05:00
J. Nick Koston 94dc7eccc3 Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend 2026-08-23 14:42:27 -05:00
J. Nick Koston 96f8c021bd Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer 2026-08-23 14:42:25 -05:00
J. Nick Koston 8a8ae69639 Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra 2026-08-23 14:42:23 -05:00
J. Nick Koston fb14f2f052 Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing 2026-08-23 14:42:21 -05:00
J. Nick Koston 6497ca1496 Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery 2026-08-23 14:42:19 -05:00
J. Nick Koston 759ddfc91d Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers 2026-08-23 14:42:17 -05:00
J. Nick Koston 062c542c36 Give worker log records their own line, harden the cancellation sentinel
A logging filter installed for the batch's duration ends a partial bar
row (under the bar's lock) before any record is emitted, so a mirror
retry warning from a worker is no longer overwritten by the next CR
frame. The Ctrl-C sentinel derives from BaseException so a broad
except Exception in the download layers cannot convert an abort into a
retry, an abandoned job is reported like a failure instead of reading
as a completed download, and the mirror-sweep backoff sleeps through
the cancellation tick so a Ctrl-C during a retry window aborts at the
boundary instead of after it. The docstring states the parked-socket
worst case.
2026-08-23 14:42:00 -05:00
J. Nick Koston f0ed1ac8ba Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain 2026-08-23 14:31:41 -05:00
J. Nick Koston 718157d37f Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission 2026-08-23 14:31:39 -05:00
J. Nick Koston a5c7757c4f Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec 2026-08-23 14:31:36 -05:00
J. Nick Koston f54f0bf60f Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend 2026-08-23 14:31:34 -05:00
J. Nick Koston f4321dbf17 Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer 2026-08-23 14:31:32 -05:00
J. Nick Koston 46f36409ce Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra 2026-08-23 14:31:30 -05:00
J. Nick Koston b18e7997f1 Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing 2026-08-23 14:31:28 -05:00
J. Nick Koston d23e9a205a Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery 2026-08-23 14:31:26 -05:00
J. Nick Koston 03a443c2b7 Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers 2026-08-23 14:31:24 -05:00
J. Nick Koston 0c97e2b354 Route single-archive waves through the batch runner
A dependency chain (api -> noise-c -> libsodium) discovers one archive
per wave, so the <2 gate sent every chained download through the legacy
per-file path. Sized registry archives now always use the batch runner:
one download method, one bar; the per-file path remains only for
unknown-size, git, and local sources.
2026-08-23 14:31:18 -05:00
J. Nick Koston 6ae81d49b9 Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain 2026-08-23 14:17:42 -05:00
J. Nick Koston 5166e1b207 Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission 2026-08-23 14:17:40 -05:00
J. Nick Koston b6695239eb Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec 2026-08-23 14:17:38 -05:00
J. Nick Koston 24681da5e0 Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend 2026-08-23 14:17:35 -05:00
J. Nick Koston cf3eac109c Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer 2026-08-23 14:17:33 -05:00
J. Nick Koston 55323596a9 Resolve registry metadata once, canonicalize the ccache knob, disable on an empty value
registry_download memoizes per process (failures uncached), so the
prefetch and the install share one metadata round-trip per package.
The idf ccache env always hands idf.py exactly one canonical spelling:
the no-ccache path exports 0 so an unparsable inherited value or a
probe-rejected shim cannot enable it, the enabled path exports 1
whatever accepted spelling arrived, and forced-on still runs the
resolver for its no-binary warning. An empty env value keeps its
historical disable meaning instead of falling to the default policy.
2026-08-23 14:17:29 -05:00
J. Nick Koston a429721472 Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain 2026-08-23 14:06:14 -05:00
J. Nick Koston a80b5a9dd0 Cover the flash-mode rejection and src-flag pass-through 2026-08-23 14:06:11 -05:00
J. Nick Koston b0b52bec81 Ungate the build_src_flags producer for the native generator
The generator now reads build_src_flags instead of hardcoding the
throw_stubs force-include, so the option must be set on both toolchains;
gated, the native build silently lost the include (+168 bytes of
libstdc++ throw strings). Verified byte-identical again.
2026-08-23 14:01:34 -05:00