s-hadinger
4b80f7e4ac
Berry remove BE_USE_PRECOMPILED_OBJECT ( #24565 )
2026-03-17 22:06:58 +01:00
s-hadinger
2aeb03119b
Matter add USE_MATTER_VERBOSE ( #24492 )
2026-02-24 22:22:48 +01:00
Allen Schober
598b030a2b
Add an independent MQTT client for use by Berry applications and extensions ( #24481 )
...
* Add an independent MQTT client for use by Berry applications and extensions
- Introduce `mqttclient` Berry class (ESP32) for connecting to MQTT brokers with own credentials, TLS, LWT, and auto-reconnect separate from global MQTT client
- Berry `mqttclient` aims to match functionality of global MQTT client including backoff logic using Settings->mqtt_retry, mqtt_keepalive, and mqtt_socket_timeout
- Rename `retry_counter_delay` to `retry_counter_multiplier` in xdrv_02_9_mqtt for clarity and avoid redundant multiplication.
* Added `USE_BERRY_MQTTCLIENT` flag for conditional compilation of the standalone Berry MQTT client
2026-02-23 10:26:31 +01:00
Theo Arends
0e9246e428
Replace CRLF in LF
2026-02-13 11:24:01 +01:00
s-hadinger
92a97a65f9
Berry remove animate ( #24241 )
...
* Remove tab from json
* Berry 'animate' to be replaced with 'animation' framework
2025-12-21 12:44:20 +01:00
s-hadinger
c95063a56b
Berry extension manager ( #23940 )
2025-09-22 22:32:03 +02:00
Christian Baars
9d39901967
add Berry module: Matrix ( #23935 )
...
* add Berry module Matrix
* change class name to pixmat
2025-09-22 17:03:53 +02:00
sfromis
fe166b149f
Update be_modtab.c, #ifdef nesting for USE_BERRY_ANIMATION ( #23905 )
...
Adjustment of #ifdef nesting, as confirmed by @s-hadinger
https://discord.com/channels/479389167382691863/826169659811168276/1416406702613598228
2025-09-13 20:44:01 +02:00
s-hadinger
7c5b99e2dc
Berry 'animate' framework is DEPRECATED, will be replace by 'animation' framework ( #23854 )
2025-08-30 10:58:19 +02:00
s-hadinger
772ba227e2
Berry update of preview of animation framework ( #23816 )
2025-08-22 19:44:35 +02:00
s-hadinger
ca934bae33
Preview of Berry animation framework ( #23740 )
...
* Preview of Berry animation framework
* fix comet and compilation for safeboot
2025-08-01 18:02:02 +02:00
s-hadinger
decdfc6b51
Berry vulnerability in JSON parsing for unicode ( #23603 )
2025-06-27 19:38:31 +02:00
s-hadinger
78787f693e
Berry support for 'sortedmap' ( #23441 )
...
* Berry support for 'sortedmap'
* Add keys()
2025-05-18 19:29:50 +02:00
jetpax
929582b1af
Expose esp_http_server to Berry ( #23206 )
...
* Expose esp_http_server to Berry
* Fix conditional build defines
* Fix Berry returns, dangling pointer
* Use correct Berry returns
* Remove debug code
* cleanup
* add BERRY to conditionals to avoid confusion
2025-04-06 22:27:48 +02:00
s-hadinger
c0d15de965
Berry 're.dump()' ( #23162 )
2025-03-17 21:34:59 +01:00
s-hadinger
1b51aef911
Berry now accepts 'bytes()' as precompiled patterns, added 're.compilebytes()' ( #23149 )
2025-03-13 23:38:55 +01:00
s-hadinger
6486ba3b26
Fix typo of be_set_ctype_func_hanlder ( #23147 )
2025-03-13 17:49:28 +01:00
s-hadinger
f305113d6d
Removed USE_WEBCLIENT and default USE_WEBCLIENT_HTTPS ( #23132 )
2025-03-10 22:37:27 +01:00
s-hadinger
0471f0f3c5
Berry driver for AXP2102 and M5CoreS3 ( #22878 )
2025-01-25 11:17:43 +01:00
Christian Baars
bed14174bc
add lp_core to Berry ULP module ( #22567 )
2024-11-30 19:01:12 +01:00
s-hadinger
db0287e566
Replace NeoPixelBus with TasmotaLED on ESP32x ( #22556 )
...
* Replace NeoPixelBus with TasmotaLED on ESP32x
* update changelog
2024-11-27 22:11:57 +01:00
s-hadinger
c41e9fe010
Matter Zigbee support for sensors: Temperature, Humidity, Pressure ( #22084 )
2024-09-03 23:50:53 +02:00
s-hadinger
55cb473e13
Berry webserver_async ( #21836 )
...
* Berry `webserver_async`
* Shrink size and include only when USE_BERRY_DEBUG
2024-07-26 09:32:12 +02:00
Christian Baars
7cb8a3f968
Berry: add cam module, img class ( #21743 )
...
* cam module, img class
2024-07-07 19:50:33 +02:00
Christian Baars
e5521bb763
Build system: allow easy solidification of external Berry ( #21430 )
...
* custom solidification
* solidify-from-url
* forgot folders
---------
Co-authored-by: Radio Loge <radiologe@MacBook-Pro-von-Radio.local >
2024-05-24 20:57:43 +02:00
s-hadinger
5e60d5217d
Berry compile local Berry with int64 ( #21151 )
...
* Berry compile local Berry with int64
* Revert solidify
2024-04-11 22:18:59 +02:00
s-hadinger
e55471e084
Berry bug when parsing ternary operator ( #20839 )
2024-02-29 19:23:32 +01:00
s-hadinger
7ad95faad2
Fix Berry Memory leak in import re ( #20823 )
2024-02-27 21:56:51 +01:00
s-hadinger
67b36030dc
Berry sync upstream #369 ( #20330 )
2023-12-28 17:00:35 +01:00
s-hadinger
c1f8ee5dbb
Refactoring of Berry animate module for WS2812 Leds ( #20236 )
2023-12-14 20:13:17 +01:00
s-hadinger
d61adb0b0c
Leds animation refactoring stage 1 ( #20197 )
2023-12-08 21:13:44 +01:00
s-hadinger
ab45702519
Fix Berry solidification ( #19691 )
2023-10-06 22:42:38 +02:00
s-hadinger
23a3c33968
Berry fix esp-idf 5 compilation
2023-10-06 21:17:49 +02:00
s-hadinger
bf9c5b86c6
Remove warnings when compiling Audio with Arduino 3 ( #19687 )
2023-10-06 19:47:10 +02:00
s-hadinger
31e56903c5
Audio refactoring and fixes ( #19594 )
2023-09-25 23:31:32 +02:00
s-hadinger
81d287a3b0
Berry fix audio MP3 ( #19578 )
2023-09-23 12:23:51 +02:00
s-hadinger
0ac5d0945b
Berry add option to remove source file name and save flash space ( #18948 )
2023-06-23 23:14:51 +02:00
s-hadinger
c4d90d4636
Berry suppress warnings ( #18626 )
2023-05-09 22:10:16 +02:00
s-hadinger
519ea557c7
Berry re (regex) add match2 and optional offset ( #18596 )
2023-05-07 16:18:34 +02:00
s-hadinger
069278f966
Berry add tcpclientasync class for non-blocking TCP client ( #18584 )
2023-05-05 15:13:22 +02:00
Jason2866
763a8671ab
fix c3 exceptions when using lvgl ( #18493 )
2023-04-24 16:11:54 +02:00
s-hadinger
01ba3d28cd
Berry apply fixes from upstream ( #18470 )
...
* Berry apply fixes from upstream
* Fix
2023-04-21 21:59:45 +02:00
s-hadinger
4bac940a40
Matter add sensors: Humidity, Pressure, Illuminance; optimize memory ( #18441 )
2023-04-17 21:49:12 +02:00
s-hadinger
de45a7af26
Berry add searchall() and matchall() to re module and pre-compiled patterns ( #18429 )
2023-04-16 17:43:49 +02:00
s-hadinger
506248be99
Matter various fixes ( #18377 )
2023-04-10 12:59:23 +02:00
Christian Baars
83f039cdf7
Berry: add tensorflow lite for microcontrollers ( #18119 )
...
Co-authored-by: Christian Baars <christianbaars@MacBook-Pro-von-Christian.local >
2023-03-05 16:46:18 +01:00
s-hadinger
dcbf50a918
Matter automatic ifdefs ( #18002 )
2023-02-19 22:25:29 +01:00
s-hadinger
a483991ba3
ESP32 preliminary support for Matter protocol, milestone 1 (commissioning) ( #17871 )
...
* ESP32 preliminary support for Matter protocol, milestone 1 (commissioning)
* Fix case
2023-02-04 00:00:21 +01:00
Stephan Hadinger
ec17440662
Berry crypto module, with AES_GCM by default and EC_CC25519 optional
2022-12-04 19:20:11 +01:00
Stephan Hadinger
a0ed383840
Berry add module mdns
2022-11-27 18:08:53 +01:00