J. Nick Koston
|
1888f5ffd5
|
[scheduler] Add defensive nullptr checks and explicit locking requirements (#11974)
|
2025-11-18 18:16:18 +00:00 |
|
J. Nick Koston
|
fc546ca3f6
|
[scheduler] Fix timing breakage after 49 days of uptime on ESP8266/RP2040 (#11924)
|
2025-11-15 22:20:57 -06:00 |
|
J. Nick Koston
|
df53ff7afe
|
[scheduler] Extract helper functions to improve code readability (#11730)
|
2025-11-06 07:13:12 +13:00 |
|
J. Nick Koston
|
4a5e6576c8
|
[scheduler] Refactor call() for improved code organization (#11643)
|
2025-11-03 14:29:29 +13:00 |
|
J. Nick Koston
|
f25af18655
|
[scheduler] Replace defer queue deque with vector to avoid 512-byte upfront allocation (#11305)
|
2025-10-20 07:34:34 +13:00 |
|
J. Nick Koston
|
e2c5eeef97
|
[scheduler] Deduplicate item removal code with template helper (#11017)
|
2025-10-05 16:32:51 -05:00 |
|
J. Nick Koston
|
ac07a00141
|
[scheduler] Fix timing accumulation in scheduler causing incorrect execution measurements (#10719)
|
2025-09-14 22:05:56 +00:00 |
|
J. Nick Koston
|
5cc0e21bc7
|
[core] Reduce unnecessary nesting in scheduler loop (#10644)
|
2025-09-09 09:04:07 +12: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
|
166ad942ef
|
[scheduler] Reduce SchedulerItem memory usage by 7.4% on 32-bit platforms (#10553)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-07 18:51:07 -05:00 |
|
J. Nick Koston
|
28d16728d3
|
[core] Add memory pool to scheduler to reduce heap fragmentation (#10536)
|
2025-09-08 10:27:58 +12:00 |
|
J. Nick Koston
|
b25506b045
|
[core] Skip redundant process_to_add() call when no scheduler items added (#10630)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-09-08 09:10:55 +12:00 |
|
J. Nick Koston
|
61a5023888
|
[script] Fix parallel mode scripts with delays cancelling each other (#10324)
|
2025-08-25 08:49:52 +12:00 |
|
J. Nick Koston
|
6818439109
|
[core] Fix scheduler race condition where cancelled items still execute (#10268)
|
2025-08-18 11:14:41 -04:00 |
|
J. Nick Koston
|
85435e6b5f
|
[scheduler] Eliminate more runtime string allocations from retry (#9930)
|
2025-07-29 08:54:16 +12:00 |
|
Clyde Stubbs
|
2b87589562
|
[scheduler] Fix null pointer crash (#9893)
|
2025-07-25 09:12:33 -10:00 |
|
J. Nick Koston
|
88ccde4ba1
|
[scheduler] Fix retry race condition on cancellation (#9788)
|
2025-07-25 08:14:15 -10:00 |
|
J. Nick Koston
|
1344103086
|
[core] Revert #9851 and rename ESPHOME_CORES to ESPHOME_THREAD (#9862)
|
2025-07-24 11:04:00 +00:00 |
|
Clyde Stubbs
|
f9534fbd5d
|
[interval] Fix startup behaviour (#9793)
|
2025-07-24 08:03:36 +10:00 |
|
J. Nick Koston
|
ecd310dae1
|
[core] Refactor scheduler to eliminate hidden side effects in empty_ (#9743)
|
2025-07-20 23:11:30 +00:00 |
|
@RubenKelevra
|
6e31fb181e
|
core/scheduler: Make millis_64_ rollover monotonic on SMP (#9716)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-07-20 21:57:52 +00:00 |
|
J. Nick Koston
|
a18ddd1169
|
[scheduler] Fix LibreTiny compilation error due to missing atomic operations (#9643)
|
2025-07-18 14:21:46 +12:00 |
|
J. Nick Koston
|
158a3b2835
|
[scheduler] Fix cancellation of timers with empty string names (#9641)
|
2025-07-18 14:20:35 +12:00 |
|
J. Nick Koston
|
dfa8c8c77f
|
Fix scheduler rollover detection with concurrent task calls (#9624)
|
2025-07-17 13:07:36 -10:00 |
|
J. Nick Koston
|
b1c86fe30e
|
Optimize scheduler timing by reducing millis() calls (#9524)
|
2025-07-16 13:41:55 +12:00 |
|
J. Nick Koston
|
bef20b60d0
|
Fix scheduler crash when cancelling items with NULL names (#9444)
|
2025-07-12 07:11:45 +12:00 |
|
J. Nick Koston
|
3ef392d433
|
Fix scheduler race conditions and add comprehensive test suite (#9348)
|
2025-07-08 07:57:55 +12:00 |
|
J. Nick Koston
|
b6fade7339
|
Fix defer() thread safety issues on multi-core platforms (#9317)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-07 10:01:51 +12:00 |
|
J. Nick Koston
|
140ca070a2
|
Optimize scheduler string storage to eliminate heap allocations (#9251)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-30 15:40:36 +12:00 |
|
J. Nick Koston
|
7fc5bfd787
|
Reduce RAM usage for scheduled tasks (#9180)
|
2025-06-23 14:09:34 +12:00 |
|
Thomas Rupprecht
|
487e1f871f
|
use `encode_uintXX` (#8847)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-11 17:06:45 +12:00 |
|
J. Nick Koston
|
574aabdede
|
Reduce number of calls to fetch time in the main loop (#8804)
|
2025-05-19 07:48:57 +12:00 |
|
Clyde Stubbs
|
b8d83d0765
|
[debug] Show source of last software reboot (#8595)
|
2025-05-04 23:31:37 -05:00 |
|
Clyde Stubbs
|
58fe8b39b2
|
[scheduler] Properly handle millis() overflow (#8197)
|
2025-03-27 02:09:22 -05:00 |
|
Jimmy Hedman
|
979f014799
|
Make scheduler debuging work with idf >= 5 (#5052)
|
2023-07-05 22:05:27 +12:00 |
|
Jimmy Hedman
|
87c0f48095
|
Prepare debug and logger component to work with idf 5.0 (#5036)
|
2023-07-04 12:49:27 +12:00 |
|
Jörg Thalheim
|
421ebcc8b2
|
use PRIx macros for printing u32/i32 ints (#4671)
This fix compilation issues with the latest esp-idf.
|
2023-04-10 22:20:02 +00:00 |
|
Oxan van Leeuwen
|
86c0e6114f
|
Lock scheduler items while modifying them (#4410)
* Cosmetic fixes to scheduler code
* Add generic Mutex API
* Lock scheduler items while modifying them
* Always defer MQTT callbacks on Arduino
|
2023-02-26 18:43:08 +00:00 |
|
Dan Jackson
|
029ac75a04
|
set_retry: add retries remaining parameter to the provided function (#4251)
|
2023-01-18 14:26:32 +13:00 |
|
Dan Jackson
|
ff4fd497c4
|
Component::set_retry updates (#3305)
|
2022-12-22 20:48:15 +13:00 |
|
Otto Winter
|
235a97ea10
|
Make retry scheduler efficient (#3225)
|
2022-05-11 07:54:00 +12:00 |
|
Otto Winter
|
d2b209234f
|
Improve ESP8266 iram usage (#3223)
|
2022-02-19 15:09:17 +01:00 |
|
Oxan van Leeuwen
|
80d03a631e
|
Force braces around multi-line statements (#3094)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-01-25 08:56:36 +13:00 |
|
Martin
|
448e1690aa
|
Add retry handler (#2721)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
|
2021-11-18 11:59:40 +13:00 |
|
Otto Winter
|
ac0d921413
|
ESP-IDF support and generic target platforms (#2303)
* Socket refactor and SSL
* esp-idf temp
* Fixes
* Echo component and noise
* Add noise API transport support
* Updates
* ESP-IDF
* Complete
* Fixes
* Fixes
* Versions update
* New i2c APIs
* Complete i2c refactor
* SPI migration
* Revert ESP Preferences migration, too complex for now
* OTA support
* Remove echo again
* Remove ssl again
* GPIOFlags updates
* Rename esphal and ICACHE_RAM_ATTR
* Make ESP32 arduino compilable again
* Fix GPIO flags
* Complete pin registry refactor and fixes
* Fixes to make test1 compile
* Remove sdkconfig file
* Ignore sdkconfig file
* Fixes in reviewing
* Make test2 compile
* Make test4 compile
* Make test5 compile
* Run clang-format
* Fix lint errors
* Use esp-idf APIs instead of btStart
* Another round of fixes
* Start implementing ESP8266
* Make test3 compile
* Guard esp8266 code
* Lint
* Reformat
* Fixes
* Fixes v2
* more fixes
* ESP-IDF tidy target
* Convert ARDUINO_ARCH_ESPxx
* Update WiFiSignalSensor
* Update time ifdefs
* OTA needs millis from hal
* RestartSwitch needs delay from hal
* ESP-IDF Uart
* Fix OTA blank password
* Allow setting sdkconfig
* Fix idf partitions and allow setting sdkconfig from yaml
* Re-add read/write compat APIs and fix esp8266 uart
* Fix esp8266 store log strings in flash
* Fix ESP32 arduino preferences not initialized
* Update ifdefs
* Change how sdkconfig change is detected
* Add checks to ci-custom and fix them
* Run clang-format
* Add esp-idf clang-tidy target and fix errors
* Fixes from clang-tidy idf round 2
* Fixes from compiling tests with esp-idf
* Run clang-format
* Switch test5.yaml to esp-idf
* Implement ESP8266 Preferences
* Lint
* Re-do PIO package version selection a bit
* Fix arduinoespressif32 package version
* Fix unit tests
* Lint
* Lint fixes
* Fix readv/writev not defined
* Fix graphing component
* Re-add all old options from core/config.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2021-09-20 11:47:51 +02:00 |
|
Peter van Dijk
|
7f76f3726f
|
LOG_UPDATE_INTERVAL: correctly report "never" (#2240)
|
2021-09-06 14:47:13 +12:00 |
|
Otto Winter
|
1b89174558
|
Store source package in Component for debugging (#2070)
|
2021-08-24 06:49:19 +12:00 |
|
Stefan Agner
|
501f88ca86
|
Avoid non-const globals and enable clang-tidy check (#1892)
|
2021-06-11 08:19:44 +12:00 |
|
Guillermo Ruffino
|
b266fb37a3
|
Fix scheduler with too many cancelled timers (#1309)
* Fix scheduler with too many cancelled timers
* lint
* use variable name
|
2020-10-15 10:12:31 -03:00 |
|
Otto Winter
|
b5af3aa048
|
Update variable in scheduler (#838)
Fixes https://github.com/esphome/issues/issues/826
|
2019-11-06 22:35:22 +01:00 |
|