J. Nick Koston
f98ba2827c
Merge branch 'i2c' into integration
2025-12-29 14:11:23 -10:00
J. Nick Koston
8f42b3d101
[i2c] Use stack buffer for hex formatting in verbose logging
2025-12-29 14:10:34 -10:00
J. Nick Koston
4230d39262
Merge branch 'esp32_improv' into integration
2025-12-29 13:58:27 -10:00
J. Nick Koston
fe9de00f54
[esp32_improv] Use stack buffer for hex formatting in verbose logging
2025-12-29 13:56:43 -10:00
J. Nick Koston
c94f0e16ad
Merge branch 'logger_esp8266' into integration
2025-12-29 13:07:19 -10:00
J. Nick Koston
c09f555e18
[logger] Exclude unused Arduino Serial objects on ESP8266
2025-12-29 13:06:33 -10:00
J. Nick Koston
70bd83f4f5
Merge remote-tracking branch 'swoboda1337/esp32-arduino-idf-source' into integration
2025-12-29 10:52:11 -10:00
J. Nick Koston
eafa86e227
Merge branch 'nextion' into integration
2025-12-29 10:30:49 -10:00
J. Nick Koston
4e93fdd37a
[nextion] Use stack buffers for hex formatting in upload logging
2025-12-29 10:29:57 -10:00
J. Nick Koston
05761ba972
Merge branch 'tuya_format_hex' into integration
2025-12-29 10:25:22 -10:00
J. Nick Koston
6ca9220e5b
Merge branch 'cse7766' into integration
2025-12-29 10:25:17 -10:00
J. Nick Koston
98f49fa970
[cse7766] Use stack buffer for hex formatting in debug logging
2025-12-29 10:24:32 -10:00
J. Nick Koston
22656095b6
missed one
2025-12-29 10:21:11 -10:00
J. Nick Koston
ede4511b12
Merge branch 'fix_opentherm_heap_alloc_logging' into integration
2025-12-29 10:15:47 -10:00
J. Nick Koston
33fafa2427
Merge branch 'shelly_dimmer' into integration
2025-12-29 10:15:37 -10:00
J. Nick Koston
5cd4df2de9
Merge branch 'mirage_protocol' into integration
2025-12-29 10:15:34 -10:00
J. Nick Koston
37b656323c
Merge branch 'rc522' into integration
2025-12-29 10:15:31 -10:00
J. Nick Koston
b19f0b092a
Merge branch 'haier_protocol' into integration
2025-12-29 10:15:27 -10:00
J. Nick Koston
f70b56bb04
Merge branch 'jsn_sr04t' into integration
2025-12-29 10:15:16 -10:00
J. Nick Koston
42333473c5
Merge branch 'a02yyuw' into integration
2025-12-29 10:15:11 -10:00
J. Nick Koston
159f9afcc0
Merge branch 'a01nyub' into integration
2025-12-29 10:15:08 -10:00
J. Nick Koston
9f0644cc02
Merge branch 'sonoff_d1' into integration
2025-12-29 10:14:52 -10:00
J. Nick Koston
b2b18b26c3
[sonoff_d1] Use stack buffer for hex formatting in logging
2025-12-29 10:14:17 -10:00
Jonathan Swoboda
c5be39f499
[esp32] Add IDF framework source for Arduino builds
...
Add ARDUINO_IDF_VERSION_LOOKUP table mapping Arduino framework versions
to their underlying ESP-IDF versions. When building with Arduino framework,
explicitly add the corresponding IDF framework source to platform_packages
to ensure consistent IDF versions are used.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 15:12:55 -05:00
J. Nick Koston
e1ce6b151d
[jsn_sr04t] Use stack buffer for hex formatting in error logging
2025-12-29 10:09:27 -10:00
J. Nick Koston
0bc35f5086
[a02yyuw] Use stack buffer for hex formatting in error logging
2025-12-29 10:05:46 -10:00
J. Nick Koston
6ead7f82db
[a01nyub] Use stack buffer for hex formatting in error logging
2025-12-29 10:03:25 -10:00
J. Nick Koston
1f832064d1
[opentherm] Replace heap-allocating format calls with printf format specifiers in debug_error
2025-12-29 09:58:13 -10:00
J. Nick Koston
b47462d64a
[rc522] Use stack buffers for hex formatting in tag logging
2025-12-29 09:53:03 -10:00
J. Nick Koston
fdefbeb3dc
[remote_base] Use stack buffer for hex formatting in haier protocol logging`
2025-12-29 09:44:08 -10:00
J. Nick Koston
3bd1a6fcf8
[remote_base] Use stack buffer for hex formatting in mirage protocol logging
2025-12-29 09:39:27 -10:00
J. Nick Koston
80551969f1
fix
2025-12-29 09:34:43 -10:00
J. Nick Koston
29a64b9113
[shelly_dimmer] Use stack buffer for hex formatting in command logging
2025-12-29 09:31:17 -10:00
Thomas Rupprecht
93e2a1bd1a
[tests] improve mipi_spi variable naming ( #12716 )
2025-12-29 14:21:07 -05:00
Thomas Rupprecht
dd3beb5841
[tests] fix typo mipi tests ( #12715 )
2025-12-29 14:20:38 -05:00
Thomas Rupprecht
97af01c5ed
[usb_host] sort esp32 variants ( #12720 )
2025-12-29 14:19:36 -05:00
J. Nick Koston
f1f0f9d7bf
Merge remote-tracking branch 'upstream/ota_drop_md5' into integration
2025-12-29 08:45:46 -10:00
J. Nick Koston
8110d36f1c
Merge branch 'dev' into ota_drop_md5
2025-12-29 08:45:00 -10:00
J. Nick Koston
7e362cdafc
[ota] Use precision format specifier for auth logging ( #12706 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-29 08:43:54 -10:00
Jonathan Swoboda
890d531cea
[esp32] Bump to ESP-IDF 5.5.2, Arduino 3.3.5, platform 55.3.35 ( #12681 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-29 11:35:54 -05:00
Swaptor
6a6c6b648f
[internal_temperature] Add ESP32-C5 support ( #12713 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-29 11:32:32 -05:00
J. Nick Koston
2f5e3193c7
Merge branch 'ota_drop_md5' into integration
2025-12-28 22:35:01 -10:00
J. Nick Koston
5f387e5d6c
tweaks
2025-12-28 22:34:49 -10:00
J. Nick Koston
dbb87f53e1
Merge branch 'ota_drop_md5' into integration
2025-12-28 22:28:26 -10:00
J. Nick Koston
fe8f9c160d
Merge branch 'ota_logging_cleanups' into integration
2025-12-28 22:27:29 -10:00
J. Nick Koston
d2217a2534
[ota] Remove MD5 authentication support
2025-12-28 22:26:04 -10:00
J. Nick Koston
8dd803a05e
Update esphome/components/esphome/ota/ota_esphome.cpp
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-12-28 22:08:27 -10:00
J. Nick Koston
3ef0a7527f
Merge branch 'ota_logging_cleanups' into integration
2025-12-28 22:03:11 -10:00
J. Nick Koston
bf1d3c534d
[ota] Use precision format specifier for auth logging
2025-12-28 22:02:46 -10:00
J. Nick Koston
600c2453f4
Merge branch 'stack_copy_not_needed_wifi' into integration
2025-12-28 21:54:25 -10:00