Brian Jones
Brian Jones
@grgustaf I don't think we support this do we? I don't recall us having any of the Math functions.
@grgustaf Yes its ZJS related, it got introduced with @zolkis new webusb PR. There is some needed Windows key descriptor in order for chrome to recognize it. If you look...
Until we get around to the newer protocol, I added the newlines. https://github.com/01org/zephyr.js/pull/972
There isn't anything specific to the A101 in the ashell code other than a call to clean up IPM messages. However, it does appear that some of the modules that...
This faces the same issue as https://github.com/01org/zephyr.js/issues/1054 , there are no USB drivers to support this. So for now, its a CANTFIX
Added with #1876
This is because currently the Arduino 101 SPI driver uses the legacy SPI, not the new one. I already ported this code to use the new API, but it won't...
@grgustaf The SPI driver for the A101 and FRDM_K64F are both still using the Legacy API, possibly the same for other boards. So until these drivers are updated, there's no...
Hi @pfalcon ! Currently @grgustaf is out of the office for the week, but I think we'd be interested in looking at the patches. Glad to hear someone is still...
Looks like the setInterval isn't finishing before it gets called again. I'll look to make sure there isn't a problem with callbacks. It may also be that 10 is too...