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
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
a80b5a9dd0
Cover the flash-mode rejection and src-flag pass-through
2026-08-23 14:06:11 -05:00
J. Nick Koston
1ccd3cdee8
Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission
2026-08-23 13:57:22 -05:00
J. Nick Koston
14d8e5dbfe
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-23 13:57:20 -05:00
J. Nick Koston
3bb8b667fe
Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend
2026-08-23 13:57:19 -05:00
J. Nick Koston
ea270ae2a1
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-23 13:57:17 -05:00
J. Nick Koston
87a01b7ed9
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-23 13:57:15 -05:00
J. Nick Koston
f8957a94f1
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-23 13:57:13 -05:00
J. Nick Koston
4803a92554
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-23 13:57:11 -05:00
J. Nick Koston
3a35c75ec1
Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers
2026-08-23 13:57:09 -05:00
J. Nick Koston
8536d54998
Merge branch 'esp8266-native-converter-hardening' into esp8266-native-library-converter
2026-08-23 13:57:07 -05:00
J. Nick Koston
10bccf3fc0
Merge branch 'esp8266-native-idedata-helpers' into esp8266-native-converter-hardening
2026-08-23 13:57:05 -05:00
J. Nick Koston
b070d1631c
Merge remote-tracking branch 'origin/dev' into esp8266-native-idedata-helpers
2026-08-23 13:57:03 -05:00
J. Nick Koston
4cc3012d98
Read build_src_flags from its producer, share the ldscript rule, shape-check flash_mode
...
The throw_stubs force-include now comes from the build_src_flags option
esp8266/__init__ pins, collapsing the two spellings to one source of
truth; -include paths resolve against the source root. The ldscript
fallback consumes boards.board_ld_script instead of duplicating the
per-board rule, flash_mode is checked against its closed set before
landing unquoted in the elf2bin command, and the board-gate comment no
longer names a nonexistent validator.
2026-08-23 13:56:27 -05:00
J. Nick Koston
39f6425170
Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission
2026-08-23 13:54:27 -05:00
J. Nick Koston
7cf3ed848e
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-23 13:54:26 -05:00
J. Nick Koston
ad7d8eeeea
Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend
2026-08-23 13:54:26 -05:00
J. Nick Koston
5e54e2e9ba
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-23 13:54:26 -05:00
J. Nick Koston
14a9a903c8
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-23 13:54:26 -05:00
J. Nick Koston
fba56787e7
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-23 13:54:26 -05:00
J. Nick Koston
abcfaa1810
Share the per-board ldscript rule via boards.board_ld_script
...
One source of truth for the PlatformIO pinning and the native
generator's fallback, so the per-board rule cannot drift.
2026-08-23 13:54:22 -05:00
J. Nick Koston
6b5b13c17e
Pin the LOW_MEMORY lwIP fall-through, veto the stamp on a stuck stale note
...
LOW_MEMORY is upstream's else branch, so the default variant stands in
for it and every listed knob wins -- pinned for the ordinary SNTP
multi-server config where esp8266's HIGHER_BANDWIDTH_LOW_FLASH must
prevail. A stale warn note that cannot be removed now vetoes the stamp
(mirror of the lost-note case), and the unreadable-cached-note warning
names its cause.
2026-08-23 13:51:54 -05:00
J. Nick Koston
c822b80c95
Cover env access warnings and the unmodelled-subscript degrade
2026-08-23 13:49:03 -05:00
J. Nick Koston
4e37acdc01
Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission
2026-08-23 13:37:24 -05:00
J. Nick Koston
9766f6e911
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-23 13:37:22 -05:00
J. Nick Koston
463a86be3c
Merge branch 'esp8266-native-framework-installer' into esp8266-native-library-backend
...
# Conflicts:
# esphome/platformio/library.py
# tests/unit_tests/test_platformio_library.py
2026-08-23 13:37:08 -05:00
J. Nick Koston
8011be1f61
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-23 13:36:14 -05:00
J. Nick Koston
713550ad7b
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-23 13:36:12 -05:00
J. Nick Koston
74a4bffb3d
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-23 13:36:10 -05:00
J. Nick Koston
ae8aa3fee9
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-23 13:36:08 -05:00
J. Nick Koston
ce0a0da42a
Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers
2026-08-23 13:36:06 -05:00
J. Nick Koston
2199fcc851
Restore the malformed-manifest raises lost in the merge resolution
2026-08-23 13:35:52 -05:00
J. Nick Koston
84dc92f5ae
Merge branch 'esp8266-native-build-infra' into esp8266-native-framework-installer
2026-08-23 13:35:15 -05:00
J. Nick Koston
ba58435d5f
Merge branch 'esp8266-native-toolchain-plumbing' into esp8266-native-build-infra
2026-08-23 13:35:13 -05:00
J. Nick Koston
9233f0f2f1
Merge branch 'esp8266-native-build-surgery' into esp8266-native-toolchain-plumbing
2026-08-23 13:35:11 -05:00
J. Nick Koston
554e19ccdb
Merge branch 'esp8266-native-shared-helpers' into esp8266-native-build-surgery
2026-08-23 13:35:09 -05:00
J. Nick Koston
9662fea8b9
Merge branch 'esp8266-native-library-converter' into esp8266-native-shared-helpers
2026-08-23 13:35:07 -05:00