J. Nick Koston
|
d171406dff
|
Merge branch 'dev' into no_batch_events
|
2025-11-09 17:35:33 -06:00 |
|
J. Nick Koston
|
7abb6d4998
|
[core] Implement Global Controller Registry to reduce RAM usage (#11772)
|
2025-11-09 17:34:08 -06:00 |
|
Ludovic BOUÉ
|
1dabe83d04
|
[nrf52] api (#11751)
|
2025-11-10 11:48:33 +13:00 |
|
 J. Nick KostonandJesse Hills
|
0d735dc259
|
[remote_base] Optimize abbwelcome action memory usage - store static data in flash (#11798)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:46:01 +00:00 |
|
J. Nick Koston
|
7b86e1feb0
|
[core] Remove deprecated EntityBase::hash_base() method (#11783)
|
2025-11-10 11:39:27 +13:00 |
|
 J. Nick KostonandJesse Hills
|
d516627957
|
[uart] Store static data in flash and use function pointers for lambdas (#11784)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:37:14 +00:00 |
|
 J. Nick KostonandJesse Hills
|
fb1c67490a
|
[udp] Optimize udp.write action memory usage - store static data in flash (#11794)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:33:56 +00:00 |
|
 J. Nick KostonandJesse Hills
|
8b9600b930
|
[speaker] Optimize speaker.play action memory usage - store static data in flash (#11796)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:33:29 +00:00 |
|
J. Nick Koston
|
cbb98c4050
|
[bl0940] Fix calibration number preference hash for multi-device configs (#11769)
|
2025-11-10 11:27:56 +13:00 |
|
J. Nick Koston
|
e7ff56f1cd
|
[remote_base] Eliminate substr() allocations in Pronto dump logging (#11726)
|
2025-11-10 11:27:09 +13:00 |
|
 J. Nick KostonandJesse Hills
|
7705a5de06
|
[sx127x] Optimize send_packet action memory usage - store static data in flash (#11792)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:25:40 +00:00 |
|
J. Nick Koston
|
77ab096b59
|
[remote_base] Optimize raw transmit action memory usage - use function pointers (#11800)
|
2025-11-10 11:25:16 +13:00 |
|
 J. Nick KostonandJesse Hills
|
26a3ec41d6
|
[sx126x] Optimize send_packet action memory usage - store static data in flash (#11790)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:23:33 +00:00 |
|
 J. Nick KostonandJesse Hills
|
3bcbfe8d97
|
[canbus] Optimize canbus.send memory usage - store static data in flash (#11788)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-09 22:22:15 +00:00 |
|
 J. Nick KostonandJesse Hills
|
870b2c4f84
|
[ble_client] Optimize ble_write memory usage - store static data in flash (#11786)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-10 11:21:25 +13:00 |
|
J. Nick Koston
|
5f9c7a70ff
|
Add additional tests for remote_transmitter raw (#11801)
|
2025-11-10 11:17:14 +13:00 |
|
J. Nick Koston
|
f7179d4255
|
Add additonal abbwelcome remote_base tests (#11799)
|
2025-11-10 11:16:53 +13:00 |
|
J. Nick Koston
|
eb0558ca3f
|
Add additional udp lambda tests (#11795)
|
2025-11-10 11:16:09 +13:00 |
|
J. Nick Koston
|
5585355263
|
Add additional speaker lambda tests (#11797)
|
2025-11-10 11:15:50 +13:00 |
|
J. Nick Koston
|
e468ca4881
|
Add additional sx127x lambda tests (#11793)
|
2025-11-10 11:11:31 +13:00 |
|
J. Nick Koston
|
4c078dea2c
|
Add additional sx126x lambda tests (#11791)
|
2025-11-10 11:10:31 +13:00 |
|
J. Nick Koston
|
783dbd1e6b
|
Add additional compile time tests for canbus (#11789)
|
2025-11-10 11:09:46 +13:00 |
|
J. Nick Koston
|
b49619d9bf
|
Add ble_client lambda compile tests (#11787)
|
2025-11-10 11:09:25 +13:00 |
|
J. Nick Koston
|
a290b88cd6
|
Expand uart.write tests (#11785)
|
2025-11-10 11:09:03 +13:00 |
|
dependabot[bot]
|
b61027607f
|
Bump aioesphomeapi from 42.6.0 to 42.7.0 (#11771)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-08 15:22:40 -06:00 |
|
 optimusprimespaceandJ. Nick Koston
|
f55c872180
|
Updated AQI calculation for HM3301 to the new standard (#9442)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-11-08 14:56:51 -06:00 |
|
J. Nick Koston
|
65fd784fa7
|
tidy
|
2025-11-08 10:39:09 -06:00 |
|
J. Nick Koston
|
b9f208b63a
|
[api][event] Send events immediately to prevent loss during rapid triggers
|
2025-11-08 10:16:18 -06:00 |
|
J. Nick Koston
|
fac05dab35
|
Merge branch 'api_event_test' into controller_registry_event_has_prog_lifetime
|
2025-11-08 09:46:44 -06:00 |
|
J. Nick Koston
|
f6100a55bc
|
Merge branch 'controller_registry' into api_event_test
|
2025-11-08 09:46:43 -06:00 |
|
J. Nick Koston
|
c2abf363b6
|
Ensure event paths are enabled in api compile tests
|
2025-11-08 09:45:44 -06:00 |
|
J. Nick Koston
|
62f43d3353
|
dry
|
2025-11-08 08:41:46 -06:00 |
|
J. Nick Koston
|
7e96f10a79
|
dry
|
2025-11-08 08:39:23 -06:00 |
|
J. Nick Koston
|
6b9cb4289a
|
Merge branch 'controller_registry' into controller_registry_event_has_prog_lifetime
|
2025-11-07 18:16:57 -06:00 |
|
J. Nick Koston
|
b264c6caac
|
cleanup defines
|
2025-11-07 18:16:22 -06:00 |
|
J. Nick Koston
|
a6c669ff51
|
cleanup
|
2025-11-07 18:03:38 -06:00 |
|
J. Nick Koston
|
c15290e386
|
wip
|
2025-11-07 17:53:26 -06:00 |
|
J. Nick Koston
|
e3fb074a60
|
preen
|
2025-11-07 17:14:50 -06:00 |
|
J. Nick Koston
|
6e7f66d393
|
missing registry
|
2025-11-07 16:40:36 -06:00 |
|
J. Nick Koston
|
ac85949f17
|
cleanups
|
2025-11-07 16:38:32 -06:00 |
|
J. Nick Koston
|
0962024d99
|
cleanups
|
2025-11-07 16:35:24 -06:00 |
|
J. Nick Koston
|
327543303c
|
cleanups
|
2025-11-07 16:34:37 -06:00 |
|
J. Nick Koston
|
8229e3a471
|
cleanups
|
2025-11-07 16:33:01 -06:00 |
|
J. Nick Koston
|
1b6471f4b0
|
cleanups
|
2025-11-07 16:30:38 -06:00 |
|
J. Nick Koston
|
c87d07ba70
|
fixes
|
2025-11-07 16:15:07 -06:00 |
|
J. Nick Koston
|
fc8dc33023
|
fixes
|
2025-11-07 16:13:59 -06:00 |
|
J. Nick Koston
|
c0e4f415f1
|
Revert "no ifdefs needed on forward decs"
This reverts commit 871c5ddb4e.
|
2025-11-07 16:10:56 -06:00 |
|
J. Nick Koston
|
871c5ddb4e
|
no ifdefs needed on forward decs
|
2025-11-07 16:07:54 -06:00 |
|
J. Nick Koston
|
6ef2763cab
|
controller registry
|
2025-11-07 16:01:45 -06:00 |
|
J. Nick Koston
|
929279dc23
|
controller registry
|
2025-11-07 15:55:22 -06:00 |
|