-
Running `.ls` shows no files, and `.pwd` shows we're in root. Where is the usercode which is sent to the Pi Pico via `kaluma flash -w` stored?
If putting MicroPython on the Pi Pico, the usercode is…
-
It would be great to run a modern language on Neo. Compiled Micropython takes about 50-60kb so it should fit. Alas, the project does not officially support m68k but there is an experimental branch wit…
-
## ai
---------------------------------------
- [ ] [elapack](https://github.com/wuhanstudio/elapack)嵌入式线性代数库,兼容 matlab
- [ ] [libann](https://github.com/wuhanstudio/rt-libann)轻量级 ANN 库,可以训练,…
-
###### Commit ID
2dbb6f79efa08767ce44fbc8e3f26e80649295d7
###### Build platform
Ubuntu 22.04.3
###### Build steps
```sh
python3 ./tools/build.py --builddir=xxx --clean --compile-flag=-fsanit…
Qbtly updated
2 months ago
-
we're experiencing an issue in dotlottie player rendering this asset and would appreciate your help in determining whether the problem lies within the asset itself or if it's related to ThorVG.
Th…
-
I'm building JerryScript attempting to directly run it on STM32F767, so I clone the project and then execute the command
```sh
python2 tools/build.py --toolchain=cmake/toolchain_mcu_stm32f7.cmake
…
-
I use the following compiling command to build the static libs, and use these libs in my project.
`
cmake .. -DCMAKE_BUILD_TYPE=Release -DJERRY_CMDLINE=OFF -DBUILD_SHARED_LIBS=OFF -DJERRY_ERROR_MESS…
-
Hi There,
Is there any way we can get something up and running either with emulation or a basic breadboard using an ESP32 module? It would be great to get on with coding before the actual units are…
-
**Describe the bug**
I'm attempting to compile an unmodified version of the head of [https:/](https://github.com/thorvg/thorvg). I installed a fresh Visual Studio 2022, with C++ develpment package (…
-
**To support javascript**
```
mysql> CREATE FUNCTION gcd_js (a INT, b INT) RETURNS INT
-> LANGUAGE JAVASCRIPT AS $$
$>
$> let [x, y] = [Math.abs(a), Math.abs(b)];
$> whil…