-
[ERROR] enum34 must be installed, run `pip install enum34`
*** [upload] Error 1
我已经安装过enum34了,是安装位置有问题还是什么其他情况吗
编译过程没有问题,例程选择的是kendryte-standalone-sdk的HelloWord
-
Compiling breaks with a long list of errors, which start as follows:
```
/home/robert/Downloads/MicroPython/MaixPy/ports/k210-freertos/platform/sdk/kendryte-standalone-sdk/lib/bsp/crt.S: Assembler m…
-
I am having problems running this example on Maix Go, the error is in this line
`task = kpu.load(0x300000)`
```
v=596458738, flag=-2096411809, arch=-1955282835, layer len=834782759, mem=-392490…
-
Sorry, I don't have rights to modify project links. Could I ask a few changes?
- On the home page of this repository specify **Website** to `https://platformio.org/platforms/kendryte210`
- Update …
-
https://github.com/kendryte/kendryte-standalone-sdk/blob/28a0399c65980d4314adaf3d26d89600f306d12e/lib/drivers/include/uart.h#L30-L32
But english datasheet (v0.1.5) says:
> UART1, UART2 and UART3…
-
https://github.com/kendryte/kendryte-standalone-sdk/blob/180eb33c6cbe3c55b6df9a55ba2f164253a85542/lib/drivers/include/plic.h#L356-L359
IRQ callback should return `int` but the value does not seem t…
-
I have installed the kendryte-gnu-toolchain as instructed. The configure/make took a long time but finished without errors. When compiling the hello_world example in the kendryte-standalone-sdk (downl…
-
I see this in commit
https://github.com/kendryte/kendryte-standalone-sdk/commit/fbbcb342f786bb337bda5c99ff7c8781ff5aaebe
![image](https://user-images.githubusercontent.com/23609423/54996720-00ccef80…
-
编译完成后:
```bash
cd "$TARGET/bin"
ls | grep '.exe' | xargs ldd 2>/dev/null | grep -vi '/windows/' | awk '{print $3}' | sort | uniq | xargs -IF cp -v 'F' './'
```
GongT updated
5 years ago
-
[LLVM recently added some support for mcmodel=medium ](https://reviews.llvm.org/D54143) (which is equivalent to GCC's mcmodel=medany). I believe that this means that it is now possible to cherry pick…