J. Nick Koston
|
03147bc3b1
|
[core] Avoid double promotion in update interval and step formatting (#18825)
|
2026-08-28 15:12:50 -05:00 |
|
J. Nick Koston
|
e327a7f52f
|
[scheduler] Remove deprecated set_retry/cancel_retry (#17585)
|
2026-07-15 17:58:41 -10:00 |
|
J. Nick Koston
|
c4abc5476e
|
[core] Remove deprecated std::string scheduler/timer overloads (#17111)
|
2026-06-21 16:22:08 -05:00 |
|
J. Nick Koston
|
3420cff316
|
[core] Attribute "took a long time" blocking warning to the owning script (#16768)
|
2026-06-16 08:46:33 +12:00 |
|
Jonathan Swoboda
|
b71d445e79
|
[core] Remove deprecated const char* mark_failed/status_set_error (#16680)
|
2026-05-26 18:46:45 -04:00 |
|
J. Nick Koston
|
b232fc91ab
|
[runtime_stats] Track main loop active time and report overhead (#15743)
|
2026-04-16 14:07:26 -10:00 |
|
J. Nick Koston
|
da9fbb8044
|
[core] Fix app_state_ status bits clobbered for non-looping components (#15658)
|
2026-04-14 07:50:11 -10:00 |
|
 J. Nick KostonandJonathan Swoboda
|
ab45591507
|
[core] Move wake_loop out of socket component into core (#15446)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-04-06 21:01:03 +00:00 |
|
J. Nick Koston
|
be3e0c27bf
|
[core] Inline fast path for enable_loop (#15392)
|
2026-04-02 21:28:12 +00:00 |
|
J. Nick Koston
|
f36d78e09c
|
[core] Force inline Component::get_component_log_str() (#15363)
|
2026-04-01 16:15:00 -10:00 |
|
J. Nick Koston
|
be56be5201
|
[core] Reduce runtime_stats measurement overhead (#15359)
|
2026-04-01 16:14:45 -10:00 |
|
J. Nick Koston
|
ea609d3552
|
[runtime_stats] Store stats inline on Component to eliminate std::map lookup (#15345)
|
2026-04-01 07:09:04 -10:00 |
|
J. Nick Koston
|
a9aaf29d83
|
[core] Shrink Component from 12 to 8 bytes per instance (#15103)
|
2026-03-29 12:09:21 -10:00 |
|
J. Nick Koston
|
a91e6d92f6
|
[core] Remove dead get_loop_priority code (#15242)
|
2026-03-29 17:32:43 -04:00 |
|
J. Nick Koston
|
8224da3460
|
[core] Inline Component::get_component_log_str() (#15068)
|
2026-03-21 15:32:24 -10:00 |
|
J. Nick Koston
|
2c87260046
|
[core] Optimize Component::is_ready() with bitmask check (#15005)
|
2026-03-20 15:09:13 -10:00 |
|
J. Nick Koston
|
a50d70c8d3
|
[core] Remove call_loop_ wrapper and call loop() directly (#14931)
|
2026-03-18 14:08:03 -10:00 |
|
J. Nick Koston
|
5856d05701
|
[core] Devirtualize PollingComponent::set_update_interval (#14938)
|
2026-03-18 14:05:57 -10:00 |
|
 J. Nick KostonandClaude Opus 4.6
|
808c7b67b3
|
[core] Inline WarnIfComponentBlockingGuard::finish() into header (#14798)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-16 07:35:19 -10:00 |
|
J. Nick Koston
|
d97c23b8e3
|
[core] Add no-arg status_set_warning() to allow linker GC of const char* overload (#14821)
|
2026-03-15 15:13:10 -10:00 |
|
J. Nick Koston
|
c681dc8872
|
[socket] Add socket wake support for RP2040 (#14498)
|
2026-03-08 15:11:24 -10:00 |
|
J. Nick Koston
|
a0cd35c5fc
|
[core] Inline status_clear_warning/error fast path (#14571)
|
2026-03-07 07:27:08 -10:00 |
|
 
|
3392e4d73b
|
[usb_uart][nextion][feedback][whirlpool][packet_transport][he60r][hc8][runtime_stats] Fix millis() wrapping bugs (#14474)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2026-03-05 16:08:58 -05:00 |
|
J. Nick Koston
|
065773ed4c
|
[runtime_stats] Use micros() for accurate per-component timing (#14452)
|
2026-03-04 07:17:28 -10:00 |
|
J. Nick Koston
|
b209c903bb
|
[core] Inline trivial Component state accessors (#14425)
|
2026-03-03 07:05:15 -10:00 |
|
J. Nick Koston
|
d1de50c0e5
|
[core] Add ESP8266 support to wake_loop_any_context() (#14392)
|
2026-03-02 21:11:04 +00:00 |
|
J. Nick Koston
|
a1d91ac779
|
[core] Compile-time detection of loop() overrides (#14405)
|
2026-03-02 06:59:23 -10:00 |
|
J. Nick Koston
|
9d4357c619
|
[core] Wake main loop from ISR in enable_loop_soon_any_context() (#14383)
|
2026-03-01 18:20:14 -10:00 |
|
 J. Nick KostonandCopilot
|
3f97b3b706
|
[core] Extract set_status_flag_ helper to deduplicate status_set methods (#14384)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-28 14:27:06 -10:00 |
|
J. Nick Koston
|
757e8d90e6
|
[core] Inline set_component_state_ and use it in Application (#14369)
|
2026-02-28 07:20:34 -10:00 |
|
J. Nick Koston
|
52af4bced0
|
[component] Devirtualize call_dump_config (#14355)
|
2026-02-27 10:01:23 -10:00 |
|
J. Nick Koston
|
ede2da2fbc
|
[core] Conditionally compile get_loop_priority with USE_LOOP_PRIORITY (#14210)
|
2026-02-23 10:57:23 +13:00 |
|
 J. Nick KostonandClaude Opus 4.6
|
f7459670d3
|
[core] Optimize WarnIfComponentBlockingGuard::finish() hot path (#14040)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-02-19 16:10:22 +00:00 |
|
J. Nick Koston
|
b0085e21f7
|
[core] Devirtualize call_loop() and mark_failed() in Component (#14083)
|
2026-02-19 08:40:23 -06:00 |
|
J. Nick Koston
|
be853afc24
|
[core] Conditionally compile setup_priority override infrastructure (#14057)
|
2026-02-18 20:57:56 -06:00 |
|
J. Nick Koston
|
09fc028895
|
[core] Remove dead global_state variable (#14060)
|
2026-02-18 15:16:26 -06:00 |
|
J. Nick Koston
|
fb89900c64
|
[core] Make setup_priority and component state constants constexpr (#14041)
|
2026-02-18 08:22:36 -06:00 |
|
 J. Nick KostonandJonathan Swoboda
|
e0712cc53b
|
[scheduler] Make core timer ID collisions impossible with type-safe internal IDs (#13882)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-02-09 13:16:22 -06:00 |
|
J. Nick Koston
|
2383b6b8b4
|
[core] Deprecate set_retry, cancel_retry, and RetryResult (#13845)
|
2026-02-09 12:05:32 -06:00 |
|
J. Nick Koston
|
1119003eb5
|
[core] Add missing uint32_t ID overloads for defer() and cancel_defer() (#13720)
|
2026-02-02 22:22:11 +01:00 |
|
J. Nick Koston
|
258b73d7f6
|
[core] Eliminate global constructor overhead for component vectors (#13386)
|
2026-01-20 17:51:06 -10:00 |
|
J. Nick Koston
|
d5f557ad1c
|
[scheduler] Eliminate heap allocations for std::string names and add uint32_t ID API (#13200)
|
2026-01-14 09:15:31 -05:00 |
|
J. Nick Koston
|
6685fa1da9
|
[core] Fix startup delay from setup timing logs when console connected (#12832)
|
2026-01-03 12:32:10 -10:00 |
|
J. Nick Koston
|
861ed8dd41
|
[scheduler] Avoid std::string allocation in RetryArgs (#12311)
|
2025-12-09 09:27:12 -05:00 |
|
J. Nick Koston
|
065c1bfc6a
|
[core] Fix status_momentary API misuse and optimize parameter type (#12216)
|
2025-12-01 08:34:07 -06:00 |
|
J. Nick Koston
|
97ba67f4ee
|
[core] Deprecate unsafe const char* APIs in mark_failed() and status_set_error(), add LogString* overloads (#12021)
|
2025-11-24 13:45:56 -06:00 |
|
Clyde Stubbs
|
19e275dc02
|
[component] Add is_idle method and condition (#11651)
|
2025-11-03 11:33:44 +11:00 |
|
J. Nick Koston
|
84c3cf5f17
|
[core] Replace std::pair with purpose-built named structs for component metadata (#10984)
|
2025-10-06 09:38:58 +13:00 |
|
J. Nick Koston
|
8d90f13e97
|
[core] Store component source strings in flash on ESP8266 (breaking change) (#10621)
|
2025-09-07 20:10:00 -05:00 |
|
J. Nick Koston
|
0c737fc4df
|
[core] Convert LOG_UPDATE_INTERVAL macro to function to reduce flash usage (#10636)
|
2025-09-08 09:09:15 +12:00 |
|