Commit Graph

1331 Commits

Author SHA1 Message Date
s-hadinger
72ddde049e Berry animation DSL: computed parameters and simplified generated code (#23828) 2025-08-25 19:39:29 +02:00
s-hadinger
8f9c173ed6 Berry fix calling 'setmember' with a function (#23825) 2025-08-24 19:52:13 +02:00
s-hadinger
ba6177861a Berry animation add strip_length provider (#23822) 2025-08-24 10:05:51 +02:00
s-hadinger
a7cfe701ba Berry animation remove mandatory commas from DSL (#23821) 2025-08-24 09:52:51 +02:00
s-hadinger
123cb8ed79 Berry animation remove strip from DSL (#23817) 2025-08-23 19:59:45 +02:00
s-hadinger
772ba227e2 Berry update of preview of animation framework (#23816) 2025-08-22 19:44:35 +02:00
s-hadinger
af8700f6d9 Berry provide details when solidifying fails because of upvals (#23809)
* Berry provide details when solidifying fails because of upvals

* more resilient code
2025-08-21 15:21:04 +02:00
Jason2866
3eb6bf6c8e Add initial c5 support (#23804) 2025-08-20 21:51:23 +02:00
s-hadinger
1f8fe6b2ea Matter change UDP logging (and fix typo) (#23749) 2025-08-02 12:04:31 +02:00
s-hadinger
be1e6df7ad Berry animation init_strip (#23745) 2025-08-01 23:19:24 +02:00
s-hadinger
95f7e39672 Berry call() now works for classes (#23744) 2025-08-01 22:44:49 +02:00
s-hadinger
5416890f11 Berry animation improve event_manager (#23743) 2025-08-01 21:57:35 +02:00
s-hadinger
3ef60018f0 Berry animation change color parsing (#23741) 2025-08-01 19:34:23 +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
d82fb0e07f Berry fix missing coma (code actually not used in Tasmota) 2025-07-17 09:59:49 +02:00
s-hadinger
df4943bc19 Berry Leds fix minor inconsistencies in Leds_segment (#23688) 2025-07-15 22:49:18 +02:00
s-hadinger
45dd2a331e Berry f-strings now support ':' in expression (#23618) 2025-06-29 22:46:18 +02:00
s-hadinger
ddf96fb58f Add Claude 4 generated hierarhy of Matter classes (#23608) 2025-06-28 09:39:46 +02:00
s-hadinger
232db5ce77 Berry fix security issues in 'berry_mapping' and improve documentation (#23606) 2025-06-27 21:26:33 +02:00
s-hadinger
8de22ee4cc Berry fix security issues in 'int64' and improve documentation (#23605) 2025-06-27 20:49:49 +02:00
s-hadinger
727756283d Berry add internal documentation with Claude 4 (#23604) 2025-06-27 19:42:44 +02:00
s-hadinger
decdfc6b51 Berry vulnerability in JSON parsing for unicode (#23603) 2025-06-27 19:38:31 +02:00
s-hadinger
e9b62811c7 Berry minor fixes to tapp handling (#23590) 2025-06-22 15:06:22 +02:00
Christian Baars
fb44d42426 BLE updates for esp-nimble-cpp v2.x (#23553) 2025-06-15 18:24:54 +02:00
s-hadinger
e30ad61e00 Berry report from upstream !BE_USE_PRECOMPILED_OBJECT (#23549) 2025-06-14 16:07:31 +02:00
s-hadinger
390927c190 Berry fix realline (#23546) 2025-06-14 10:37:04 +02:00
s-hadinger
64d6231111 LVGL Tasmota logo splash screen (#23538) 2025-06-12 07:53:41 +02:00
s-hadinger
ea99e4724f Autoconf failing when last line has no trailing LF (#23537) 2025-06-11 23:10:20 +02:00
s-hadinger
84059199d4 Berry 'tasmota.is_network_up()' (#23532) 2025-06-10 20:56:50 +02:00
s-hadinger
bafcfcd227 Berry increase web hooks from 16 to 32 (#23507) 2025-06-02 23:12:55 +02:00
s-hadinger
d94d7c8972 Berry change number parser for json to reuse same parser as lexer (#23505) 2025-06-02 21:42:44 +02:00
s-hadinger
ea9a24e76d Berry fix potential pointer underflow with string.endswith (#23496) 2025-05-31 20:02:40 +02:00
s-hadinger
1cd4e27123 Berry fix integer and real parser to handle overflows (#23495) 2025-05-31 15:03:54 +02:00
s-hadinger
fcf4706914 Berry avoid json parsing for unmatched commands (#23494) 2025-05-30 22:34:56 +02:00
s-hadinger
6a4f09c888 Berry fix vulnerability in solidify code
Found by Claude.ai
2025-05-24 09:48:42 +02:00
s-hadinger
d7f9142833 Berry fix POOL32 pointer comparison (#23468) 2025-05-23 22:45:04 +02:00
s-hadinger
67d223dc78 Fix Berry solidification regression introduced in #23451 2025-05-22 08:27:41 +02:00
s-hadinger
c10686e366 Berry 'compile' and 'tasmota.compile' option to compile in local context (#23457)
* Berry 'compile' and 'tasmota.compile' option to compile in local context

* remove unwanted changes
2025-05-21 23:46:36 +02:00
s-hadinger
40bc108ba1 Berry 'webserver.remove_route' to revert 'webserver.on' (#23452) 2025-05-20 23:07:05 +02:00
s-hadinger
7ce3ba376c Berry 'introspect.module' option to not cache module entry (#23451) 2025-05-20 22:39:42 +02:00
s-hadinger
e2d30dd64d Berry fix keys conflict (#23444) 2025-05-19 10:42:17 +02:00
s-hadinger
78787f693e Berry support for 'sortedmap' (#23441)
* Berry support for 'sortedmap'

* Add keys()
2025-05-18 19:29:50 +02:00
s-hadinger
f5fe75c9b0 Solidified Code updated 2025-05-17 08:14:50 +00:00
s-hadinger
65b1c9668f Berry remove global 'b' (#23433) 2025-05-17 10:13:15 +02:00
s-hadinger
1ee3d8c079 Fix solidification of float on macos (#23432) 2025-05-17 09:54:32 +02:00
s-hadinger
f83b5a8c80 Berry introspect.module() failed to load modules in files (#23376) 2025-05-05 22:33:52 +02:00
s-hadinger
6cd19c0e59 WebUI status line left and renamed events 'FUNC_WEB_STATUS_left' and 'FUNC_WEB_STATUS_RIGHT' (#23354) 2025-04-29 14:04:29 +02:00
Christian Baars
723684bb06 Berry: add crypto modules ED25519 and Chacha20-Poly1305 (#23338)
* add crypto modules for Berry

* remove Berry examples from PR
2025-04-25 00:11:47 +02:00
s-hadinger
082170374c Berry string literals containing NULL are truncated (#23312) 2025-04-17 22:12:35 +02:00
s-hadinger
c2628c95f3 Berry 'bytes().asstring()' now truncates a string if buffer contains NULL (#23311) 2025-04-17 21:51:03 +02:00