Craig Andrews
|
86c6e4da2a
|
ESP_EXT1_WAKEUP_ANY_LOW is for s2/s3/c6/h2; ESP_EXT1_WAKEUP_ALL_LOW otherwise (#9387)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-09 11:30:06 +12:00 |
|
Jesse Hills
|
5c8b330eaa
|
[esp32] Improve flexibility of `only_on_variant ` (#9390)
|
2025-07-09 10:51:17 +12:00 |
|
Petr Kejval
|
4158a5c2a3
|
Add support for GL-R01 I2C - Time of Flight sensor (#8329)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-09 10:50:45 +12:00 |
|
Jesse Hills
|
05c5364490
|
[helpers] Fix `format_hex_pretty ` resize without separator (#9389)
Co-authored-by: RubenKelevra <cyrond@gmail.com>
|
2025-07-08 22:13:21 +00:00 |
|
Jesse Hills
|
78eb236a4a
|
[nfc] Update code to use `format_hex_pretty ` (#9384)
|
2025-07-08 16:47:42 -05:00 |
|
Simonas Kazlauskas
|
691cc5f7dc
|
lps22: add a component (#7540)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-07-09 09:13:58 +12:00 |
|
J. Nick Koston
|
b3d7f001af
|
Fix race condition in scheduler string lifetime integration test (#9382)
|
2025-07-08 06:54:47 -05:00 |
|
tmpeh
|
3f8b691c32
|
Fix format string error in waveshare_epaper.cpp (#9322)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-08 04:39:07 +00:00 |
|
J. Nick Koston
|
a30f01d668
|
Fix integration test race condition by isolating PlatformIO directories (#9383)
|
2025-07-08 04:34:39 +00:00 |
|
Clyde Stubbs
|
4648804db6
|
[image] Add byte order option and unit tests (#9326)
|
2025-07-08 02:28:00 +00:00 |
|
functionpointer
|
51377b2625
|
hydreon_rgxx: remove precipitation_intensity from RG9 (#9367)
|
2025-07-08 14:27:33 +12:00 |
|
Jesse Hills
|
256f9f9943
|
[helpers] Improve `format_hex_pretty ` (#9380)
|
2025-07-08 01:30:23 +00:00 |
|
J. Nick Koston
|
a72905191a
|
Fix flaky test_api_conditional_memory and improve integration test patterns (#9379)
|
2025-07-08 11:08:21 +12:00 |
|
J. Nick Koston
|
7150f2806f
|
Run integration tests only on Python 3.13 to reduce CI resource usage (#9377)
|
2025-07-07 22:14:34 +00:00 |
|
J. Nick Koston
|
ee8ee4e646
|
Optimize logger callback API by including message length parameter (#9368)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-07 22:00:03 +00:00 |
|
Steffen Arntz
|
fb357b8965
|
Fix brightness setting not working on SSD1305 128x32 OLEDs (#9376)
|
2025-07-08 09:25:11 +12:00 |
|
Edward Firmo
|
c4fac1a2ae
|
[nextion] Optimize component memory usage with bitfield state management (#9373)
|
2025-07-08 09:21:14 +12:00 |
|
J. Nick Koston
|
42a1f6922f
|
Eliminate bluetooth_proxy guard variable to save 8 bytes RAM (#9343)
|
2025-07-08 09:16:48 +12:00 |
|
J. Nick Koston
|
206659ddb8
|
Refactor voice assistant API methods to reduce code duplication (#9374)
|
2025-07-08 09:15:49 +12:00 |
|
J. Nick Koston
|
440de12e3f
|
Don't compile unnecessary platform files (e.g. ESP8266 files on ESP32) (#9354)
|
2025-07-08 09:04:41 +12:00 |
|
J. Nick Koston
|
b122112d58
|
Refactor API entity update dispatch to reduce code duplication (#9372)
|
2025-07-08 08:51:17 +12:00 |
|
J. Nick Koston
|
fe258e1007
|
Refactor entity lookup methods with macros in preparation for device_id support (#9371)
|
2025-07-08 08:49:23 +12:00 |
|
J. Nick Koston
|
3976fd02ea
|
Refactor duplicate socket read error handling in API frame helper (#9370)
|
2025-07-08 08:39:13 +12:00 |
|
J. Nick Koston
|
e58c793da2
|
Replace deprecated sprintf with snprintf in API protobuf code generation (#9365)
|
2025-07-08 08:38:41 +12:00 |
|
J. Nick Koston
|
90fb3680d4
|
Optimize logger performance by eliminating redundant strlen calls (#9369)
|
2025-07-08 08:36:36 +12:00 |
|
J. Nick Koston
|
832a787271
|
Fix format specifier warnings in QuantileFilter logging (#9364)
|
2025-07-08 08:35:27 +12:00 |
|
J. Nick Koston
|
29747fc730
|
Fix flaky test_api_conditional_memory by disabling API batch delay (#9360)
|
2025-07-08 08:35:11 +12:00 |
|
J. Nick Koston
|
e2de6ee29d
|
Reduce core RAM usage by 40 bytes with static initialization optimizations (#9340)
|
2025-07-08 08:28:14 +12:00 |
|
J. Nick Koston
|
053feb5e3b
|
Optimize entity icon memory usage with USE_ENTITY_ICON flag (#9337)
|
2025-07-08 08:22:40 +12:00 |
|
J. Nick Koston
|
31f36df4ba
|
Reduce LightCall memory usage by 50 bytes per call (#9333)
|
2025-07-08 08:20:40 +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
|
138ff749f3
|
Optimize Bluetooth proxy batching and increase scan buffer capacity (#9328)
|
2025-07-08 07:34:12 +12:00 |
|
Edward Firmo
|
e88b8d10ec
|
[nextion] Add optional device info storage configuration (#9366)
|
2025-07-07 12:04:01 -05:00 |
|
Jesse Hills
|
8147d117a0
|
[core] Move platform helper implementations into their own file (#9361)
|
2025-07-07 15:55:02 +00:00 |
|
Edward Firmo
|
c6f7e84256
|
[nextion] Review touch_sleep_timeout (#9345)
|
2025-07-07 07:30:34 -05:00 |
|
Keith Burzinski
|
db877e688a
|
[ld2450] Clean-up for consistency, reduce CPU usage when idle (#9363)
|
2025-07-07 07:22:49 -05:00 |
|
Edward Firmo
|
4e25b6da7b
|
[nextion] Optimize settings memory usage with compile-time defines (#9350)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-07 09:15:13 +00:00 |
|
Jonathan Swoboda
|
83512b88c4
|
[sx126x] Add sx126x component (#8516)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-07-07 05:41:23 +00:00 |
|
Jesse Hills
|
fde5f88192
|
[inkplate6] Require 240mhz cpu frequency (#9356)
|
2025-07-06 23:36:34 -05:00 |
|
Edward Firmo
|
2510b5ffb5
|
[nextion] Replace boolean flags with bitfields to optimize memory usage (#9359)
|
2025-07-07 04:07:03 +00:00 |
|
Keith Burzinski
|
364b6ca8d0
|
[scd4x] Memory optimization (#9358)
|
2025-07-07 03:54:19 +00:00 |
|
DT-art1
|
e49b89a051
|
Introduce base Camera class to support alternative camera implementations (#9285)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-07-07 15:45:00 +12:00 |
|
Jonathan Swoboda
|
bdd52dbaa4
|
[sx127x] Fix shaping print in dump_config and preallocate packet (#9357)
|
2025-07-06 22:41:47 -05:00 |
|
J. Nick Koston
|
765793505d
|
Use std::span to eliminate heap allocation for single-packet API transmissions (#9313)
|
2025-07-07 14:53:23 +12:00 |
|
J. Nick Koston
|
a303f93236
|
Fix bluetooth proxy busy loop when disconnecting pending BLE connections (#9332)
|
2025-07-07 14:50:36 +12:00 |
|
J. Nick Koston
|
492580edc3
|
Split LockFreeQueue into base and notifying variants to reduce memory usage (#9330)
|
2025-07-07 14:50:14 +12:00 |
|
Jan-Henrik Bruhn
|
1368139f4d
|
[update, http_request_update] Implement update available trigger (#9174)
|
2025-07-07 12:36:09 +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 |
|
Jonathan Swoboda
|
8da322fe9e
|
[sx127x] Improve error handling (#9351)
|
2025-07-06 18:04:43 +00:00 |
|
Keith Burzinski
|
e5a699a004
|
[ld2410] Reduce RAM usage, general clean-up (#9346)
|
2025-07-06 09:16:30 -05:00 |
|