This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
ZJS 0.5
Pre-release
Pre-release
The ZJS 0.5 release is available from git with the tag v0.5
with API documentation and ashell documentation. This release is a preview release with the following features:
- Based on stable Zephyr 1.10 and updated JerryScript and iotivity-constrained
- New API modules for WebUSB and graphics
- AIO support for K64F, restructured AIO so that A101 is a special case
- Board API support replaced "arduino101_pins" and "k64f_pins"
- New board-specific documentation files (initially for a101, k64f and "other")
- Updated to new Zephyr cmake build and partially converted our build
- Stub math library with pseudorandom number generator
- New OCF and WebUSB samples
- Many bug fixes
Known github issues that we do not plan to fix for this release:
- #1518 [tcp] tcpclient cannot connect to server on A101 and qemu
- #1725 [ws] Cannot send data to peer(-22) on K64F and QEMU
- #1828 [tcp] Cannot connect to TCPEchoServ4_DHCP.js again by netcat(echo) on K64F
- #1832 [stability]
General Protection Fault
occurs again on arduino101 over ble with 12 hours - Various minor issues