Enhanced Zephyr and Simulator Stability, Dashboard JSON Improvements
*
Zephyr Platform Updates & Fixes
* Updated NCS boot banner test.
* Fixed base template and reboot dependency definition.
* Added a fatal error handler.
* Optimized HTTP API and fixed issues with HTTP tables API.
* Unified work queues and fixed network buffer issues.
* Enhanced UDP logging with variable length ring buffer and implemented it as a library.
* Fixed UDP logging not starting immediately and UDP setup exclusion for non-Tibbo devices.
* Allocated more RAM and optimized LCD for improved performance and to prevent runtime errors.
* Removed ARP logging and included the math library.
* Fixed RSSI indication for WA2000F devices.
* Implemented persistent settings and table tests.
* Updated
.gitignore
for Zephyr projects.
* Switched to NCS Zephyr.
*
Simulator Fixes
* Fixed timer usage even when timer blocks are not present.
* Resolved issues with STG start and event passing in tables.
* Prevented unnecessary conversion of simulator functions to async.
*
TIOS Updates
* Updated libraries.
* Added support for gzipped JSON files.
*
General Enhancements & Fixes
* Fixed issues with variable and settings data types.
* Resolved console preview inconsistencies with dashboard JSON changes.
* Ensured
dashboard_setup.json
is retained in debug mode.
* Improved code generator logic for dependent features in array items.
* Updated extension download links.
* Added 'general' as a dependency for variables.
* Includes various Bluetooth and other general updates.
* Removed excessive WiFi logging.