Yorkie Makoto
Yorkie Makoto
At 8.0, we have trying to resolve the VUI problems by introducing the **Voice Interface Service** or **Voice Interface Driver**, which does compatible stuffs with different Voice Service, like Alexa...
Thanks all great works from @yonzkon, and the followings are what we should give a hard try then. - [x] build is almost working on my local machine - [...
This issue is to track the progress of rewriting add-ons in N-API instead of JerryScript API: - [x] `@yoda/flora` - [ ] `@yoda/input` - [x] `@yoda/multimedia:MediaPlayer` - [x] `@yoda/tts` -...
[lernajs][] is a tool for managing JavaScript projects with multiple packages inside only 1 git project, which 100% fits with our runtime project IMHO. [lernajs]: https://lernajs.io/
Currently all the native applications are required to be at rootfs which could be upgraded with the system OTA, that is quite huge a bit than the third-party products. Thus...
The light currently are not friend to cppcheck, this needs to be refactored. The current error are: ``` ERROR= ``` /cc @LanFly @legendecas
Currently all the packages are maintained inside the YodaRT project, we had plan to move these packages as separate NPM package, that's why we call the directory is packages. However...
Most devices are ran at RTOS, and that's great to unify the RTOS family with linux/unix.
[OpenMP](https://www.openmp.org/) is an awesome parallelism computing tool for C/C++, recently I'm working on a Node.js project which requires OpenMP to boost the application performance on Macbook. Unfortunately, after having googled...