J. Nick Koston
|
9272967096
|
Merge remote-tracking branch 'origin/wifi_no_jump_tables' into integration
|
2026-02-06 16:50:09 +01:00 |
|
J. Nick Koston
|
9914293777
|
Merge branch 'cswitch_analyzer' into integration
|
2026-02-06 16:49:58 +01:00 |
|
J. Nick Koston
|
0e3e060fce
|
[wifi] Avoid jump tables in LOG_STR switch statements to save ESP8266 RAM
|
2026-02-06 16:49:24 +01:00 |
|
J. Nick Koston
|
c892174378
|
[analyze-memory] Trace CSWTCH switch table symbols to source components
|
2026-02-06 16:48:08 +01:00 |
|
J. Nick Koston
|
bbfa4c69af
|
Merge branch 'light_progmem_str' into integration
|
2026-02-06 16:21:44 +01:00 |
|
J. Nick Koston
|
6d563be2b4
|
[light] Convert color_mode_to_human to PROGMEM_STRING_TABLE using to_bit()
|
2026-02-06 16:20:50 +01:00 |
|
J. Nick Koston
|
14ce07b9cb
|
Merge branch 'gpio_progmem_table' into integration
|
2026-02-06 15:57:40 +01:00 |
|
J. Nick Koston
|
783273cdab
|
Merge branch 'update_progmem_table' into integration
|
2026-02-06 15:57:34 +01:00 |
|
J. Nick Koston
|
a3e17acc65
|
Merge branch 'entity_progmem_table' into integration
|
2026-02-06 15:57:30 +01:00 |
|
J. Nick Koston
|
e130727ed6
|
Merge remote-tracking branch 'origin/dev' into integration
|
2026-02-06 15:57:22 +01:00 |
|
J. Nick Koston
|
c3622ef7fb
|
[http_request] Fix chunked transfer encoding on Arduino platforms (#13790)
|
2026-02-06 15:52:41 +01:00 |
|
J. Nick Koston
|
7018a3b3ba
|
cleanup lock
|
2026-02-06 15:49:09 +01:00 |
|
J. Nick Koston
|
8cd4d07fe7
|
[update] Move update_state_to_string to update component and convert to PROGMEM_STRING_TABLE
|
2026-02-06 15:47:21 +01:00 |
|
J. Nick Koston
|
3f4f438445
|
[gpio] Convert interrupt_type_to_string to PROGMEM_STRING_TABLE
|
2026-02-06 15:42:53 +01:00 |
|
J. Nick Koston
|
10821ec078
|
[core] Convert entity string lookups to PROGMEM_STRING_TABLE
|
2026-02-06 15:34:07 +01:00 |
|
 J. Nick KostonandCopilot
|
e4ad2082bc
|
[core] Add PROGMEM_STRING_TABLE macro for flash-optimized string lookups (#13659)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-06 15:26:16 +01:00 |
|
J. Nick Koston
|
b1d2eaa54b
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2026-02-06 12:59:35 +01:00 |
|
 
|
7afd0eb1aa
|
[esp32_ble] include sdkconfig.h before ESP-Hosted preprocessor guards (#13787)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-06 11:36:55 +00:00 |
|
J. Nick Koston
|
16b4aba3cf
|
Merge branch 'ard_chunked_http_request' into integration
|
2026-02-06 12:02:03 +01:00 |
|
J. Nick Koston
|
89330aa157
|
refaxctor
|
2026-02-06 11:45:15 +01:00 |
|
J. Nick Koston
|
de84169701
|
braces
|
2026-02-06 11:31:24 +01:00 |
|
J. Nick Koston
|
d6466bdbc7
|
Merge branch 'ard_chunked_http_request' into integration
|
2026-02-06 11:23:51 +01:00 |
|
J. Nick Koston
|
548b434f49
|
[http_request] Fix chunked transfer encoding on Arduino platforms
|
2026-02-06 11:22:52 +01:00 |
|
Clyde Stubbs
|
112a2c5d92
|
[const] Move some constants to common (#13788)
|
2026-02-06 20:11:08 +11:00 |
|
 Jonathan SwobodaandClaude Opus 4.5
|
fef5d3f88f
|
[rdm6300] Add ID-20LA compatibility by skipping CR/LF bytes (#13779)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-06 04:10:22 -05:00 |
|
 Jonathan SwobodaandClaude Opus 4.5
|
8e461db301
|
[ota] Fix CLI upload option shown when only http_request platform configured (#13784)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-06 04:09:48 -05:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
6decdfad26
|
Bump github/codeql-action from 4.32.1 to 4.32.2 (#13781)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-02-06 10:05:10 +01:00 |
|
J. Nick Koston
|
1bf04d22dc
|
Merge branch 'wifi_callbacks_main_loop_8266' into integration
|
2026-02-06 09:58:20 +01:00 |
|
J. Nick Koston
|
c4a4a86cff
|
tidy
|
2026-02-06 09:56:42 +01:00 |
|
 Jonathan SwobodaandClaude Opus 4.5
|
c7729cb019
|
[esp32] Use underscores in arduino_libs_stub folder name (#13785)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-06 09:51:13 +01:00 |
|
J. Nick Koston
|
8d8bd21cda
|
cleanup guards
|
2026-02-06 09:46:58 +01:00 |
|
J. Nick Koston
|
c80c06cabd
|
cleanup guards
|
2026-02-06 09:45:59 +01:00 |
|
J. Nick Koston
|
7a7cc66141
|
tweak members
|
2026-02-06 09:39:22 +01:00 |
|
J. Nick Koston
|
107e470410
|
de-dupe
|
2026-02-06 09:37:07 +01:00 |
|
J. Nick Koston
|
3173283166
|
de-dupe
|
2026-02-06 09:36:01 +01:00 |
|
J. Nick Koston
|
2a74dd27e1
|
adjust
|
2026-02-06 09:33:21 +01:00 |
|
J. Nick Koston
|
2573863d82
|
adjust
|
2026-02-06 09:31:06 +01:00 |
|
J. Nick Koston
|
8fa94dbdf3
|
merge
|
2026-02-06 09:25:12 +01:00 |
|
J. Nick Koston
|
28364970de
|
Merge remote-tracking branch 'upstream/dev' into wifi_callbacks_main_loop_8266
|
2026-02-06 09:18:31 +01:00 |
|
Marek Beran
|
ed4f00d4a3
|
[vbus] Add DeltaSol BS/2 support with sensors and binary sensors (#13762)
|
2026-02-05 23:11:14 -08:00 |
|
J. Nick Koston
|
1f4c56f6a1
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2026-02-05 21:24:00 +01:00 |
|
 J. Nick KostonandCopilot
|
55ef8393af
|
[api] Remove is_single parameter and fix batch buffer preparation (#13773)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-05 15:19:03 +01:00 |
|
J. Nick Koston
|
c3b823552f
|
Merge branch 'get_rid_of_is_single' into integration
|
2026-02-05 15:00:40 +01:00 |
|
 Jonathan SwobodaandClaude Opus 4.5
|
081f953dc3
|
[core] Add capacity check to register_component_ (#13778)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-02-05 14:00:16 +00:00 |
|
J. Nick Koston
|
f4e410f47f
|
[ci] Block new scanf() usage to prevent ~9.8KB flash bloat (#13657)
|
2026-02-06 02:56:43 +13:00 |
|
J. Nick Koston
|
da4fc73c06
|
tweak
|
2026-02-05 14:44:13 +01:00 |
|
J. Nick Koston
|
3859f48ddd
|
make clang-tidy happy
|
2026-02-05 14:38:12 +01:00 |
|
J. Nick Koston
|
11bdc66a35
|
make clang-tidy happy
|
2026-02-05 14:37:25 +01:00 |
|
J. Nick Koston
|
857c8be1c9
|
Revert "tidy"
This reverts commit 9d43a9326e.
|
2026-02-05 14:32:05 +01:00 |
|
schrob
|
bbdb202e2c
|
[epaper_spi] Refactor initialise for future use (#13774)
|
2026-02-06 02:26:47 +13:00 |
|