-
https://github.com/cherow/cherow
Should support import().
-
![image](https://user-images.githubusercontent.com/13636938/57993168-6d86d680-7aea-11e9-98b7-3c3291cd56e7.png)
xelll updated
5 years ago
-
Hi, i built rv-virt:knsh64 and notice that CONFIG_RAM_START and CONFIG_RAM_SIZE are defined here:
https://github.com/apache/nuttx/blob/776e2d774faac35c4583b6186e6c3e659fa4551f/boards/risc-v/qemu-rv…
-
### Description / Steps to reproduce the issue
$ ./tools/configure.sh lm3s6965-ek:qemu-protected
$ make -j
qemu-system-arm -net nic,model=stellaris -net user,hostfwd=tcp:127.0.0.1:10023-10.0.2.15:2…
-
I'm trying to write firmware for the Sispeed MAix BiT (with microphone); for a thermostat controller, using these crates, with an interest in providing examples or possibly contributing to **cargo-fla…
-
Hi. Great work!
To take it all out. What about a CLI example that runs browser and server tests. AT and UT and with coverage and html runner?
ghost updated
8 years ago
-
File "", line 1, in
File "/flash/demo_net_socket.py", line 10, in
AttributeError: type object 'board_info' has no attribute 'WIFI_RX'
Getting the above error.
Running the demo script 'demo_n…
-
uploading a kmodel with uPyloader is capped at 115200, this is very slow and takes many minutes for a small 2.4MB model.
Is there an alternative way to upload a model to the sd card that's fast, and …
-
**Describe the bug**
basically the title. i download maixpy and when i try to connect it, the program statys on the "connecting" screen forever and it doesnt work. I tried changing the board in the "…
-
```js
async function f() { class x extends await y { } }
```
Per spec: https://tc39.es/ecma262/#prod-ClassHeritage `ClassHeritage` should be a LeftHandSideExpression. If I am reading correctl…