-
Make sure you read and understand this document.
Use one of the two templates below and delete the rest.
- [ ] BUG REPORT
- [x] FEATURE REQUEST
------------------------------------------------…
-
https://github.com/kendryte/kendryte-standalone-sdk/blob/78d98ae932df196579e1b9541b07435463d5d15d/lib/drivers/uarths.c#L117-L126
When send big size data like 3K may lose data (with baudrate 921600…
-
The maixpy_k210_min builds but most in the "projects" core dump like this..
wolf@wolf-800-050se:~/MaxiBit/MaixPy/projects/maixpy_k210$ python3 project.py build
-- SDK_PATH:/home/wolf/MaxiBit/Mai…
-
It would be great to have a constant to identify Maixduino. Is there any?
I've seen this one in ArduinoCore-k210 , Arduino.h file
```c++
#ifndef KENDRYTE_K210
#define KENDRYTE_K210 1
#endif
```
…
-
fatal error: iomem.h: No such file or directory
#include "iomem.h"
-
c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\cam_ov2640.o: in function `.LANCHOR3':
ca…
-
### Help
If you look at the k230 datasheet, it says "Support 5 UART interface".
I think it's probably used on the GPIO pins on the k230 board, but I'm curious how UART can be used for each pin.
Is …
-
### Help
如何在编译好的elf文件在大核里设置开机自启和micropython的开机启动代码会不会冲突
-
### Your Question:
I tried to run the face detection example which comes with the Kendryte IDE package manager. It appears that the kmodel is not getting uploaded. It gives "**model ini…
-
**Describe the bug**
I am trying to deploy a kmodel that's around 1MB to k210 but the model can't be loaded.
**To Reproduce**
Steps to reproduce the behavior:
```
from maix import KPU
kpu = KP…