-
We all would love to see only implementations compatible with the soon to be ratified 1.0 standard. This would ease the software burden and require Linux (etc) distros to have to deal with only RV64GC…
-
there (https://github.com/kendryte/canmv/tree/main/components/drivers/lcd)/src/) give MCU and RGB driver,Can give some LCD Specific model that MCU and RGB driver support?
-
hello guys, I was just wondering what features does every release has, I can see some specifics for the k210, what is the difference between the lite and the rest? can you also give details on the m…
-
Great work!
I was able to build and run canmv on Sipeed Maix-Dock, as well as running the provided kpu examples.
I'm experiment with converting a simple cnn (mnist classification):
- nncase 0.2 …
-
**Describe the bug**
Hi,
I am trying to perform inference using a MLP Network with 70 inputs.
```python
import sensor, image, time, lcd
from maix import KPU
import gc
lcd.init(freq=1500…
-
How can I get mutiple outputs from my models? Because it returns me only the first output. I remember maixpy allowed me to setup each output individually but I can't find anything similar in canmv.
-
In the project canmv_k210 there is kendryte.ld linker script. In that ram_nocache is initialized in Memory region. But it is nowhere used in the other part of the linker script. I need clarity on the …
-
why clone canmv repositories be block up in https://git.savannah.gnu.org/r/lwip.git submodule relpy say:
```TypeScript
Cloning into 'lib/lwip'...
fatal: unable to access 'https://git.savannah.gnu…
-
We can't useing the Native code emitter & Viper code emitter on canmv boards! why?
a sample here:
```python
@micropython.viper
def foo(self, arg: int) -> int:
# code
```
```python
@mic…