zephyr.js
zephyr.js copied to clipboard
JavaScript* Runtime for Zephyr* OS
This patch will disable all the trlite tests on components that will fail after updating the Zephyr 1.14.0 LTS. The list include aio, bluetooth, dgram, filesystem, sensors, all net stuff,...
This updates deps/zephyr to 1.14 tag, and then makes minimal codebase (mostly build files) changes to make it build. Note that I tested only buildability with a few boards, and...
With LTO compiling enabled, and Zephyr SDk 0.10.0, during final Zephyr link (which isn't done with LTO option), for armv7m targets, weird errors are thrown: zephyr-sdk-0.10.0/arm-zephyr-eabi/.../arm-zephyr-eabi/bin/ld: error: zephyr_prebuilt.elf uses VFP...
I see that there was no commits since summer last year, but we (Linaro) would still be interested to maintain Zephyr.js, at least as a non-trivial application example for Zephyr....
In my role of fixing the WebIDL in the documentation, I've made what should be the last of the changes to WebIDL inconsistencies: aio.md and ble.md: each had their own...
I tried to build ZJS for ESP32, but I ran into some issues. It looks like newlib is not supported by the Zephyr OS on ESP32. I've tried to edit...
### Description This is a regression issue. Build dynamic failed. ### Test Code [/modules/Assert.js](https://github.com/intel/zephyr.js/blob/master/modules/Assert.js); [/tests/test-timers.js](https://github.com/intel/zephyr.js/blob/master/tests/test-timers.js); Simple test.js: runJS('timer.js'); ### Steps to Reproduction 1. Copy /modules/Assert.js to a101 board as assert.js...
### Description When using command "quit" to exit debugger mode, BUS FAULT error will occur on FRDM-K64F. ### Test Code [tests/test-buffer.js](https://github.com/01org/zephyr.js/blob/master/tests/test-buffer.js); [deps/jerryscript/jerry-client-ws.py](https://github.com/jerryscript-project/jerryscript/blob/145ab1ed79d3fc1e8618040c3495f9cfd400f64c/jerry-debugger/jerry-client-ws.py) ### Steps to Reproduction 1. `make BOARD=frdm_k64f DEBUGGER=on...
### Description Ocf connection can't be established on K64F, while ocf works fine on Arduino101. ### Test Code [OcfServer.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfServer.js) [OcfClient.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfClient.js) [OcfSensorServer.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfServer.js) [OcfSensorClient.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfClient.js) ### Steps to Reproduction 1. `make BOARD=frdm_k64f JS=samples/OcfServer.js...
This patch fixes the issue that multicast discovery messages cannot be routed to the server after Zephyr update 1.11 with IPV6, but turning on promiscuous mode resolves this issue. Fixes...