-
I wanted to test the display example. But it does not seem to work.
Steps to reproduce:
`cargo build --release --example display --features=lcd`
output:
```
Compiling semver-parser v0.…
-
Thank you for this solution, it works quite well.
There is a small issue, the `iManufacturer`, `iProduct` and `iSerial` strings are not shown:
```
boris@UbuntuMate:~$ lsusb -v -d 28e9:018a
Bus…
-
使用芯来的IDE,gcc编译环境,在使用INIT_BOARD_EXPORT() 宏导出自动初始化函数,通过map文件lst文件查看gcc会删除导出的section片段,导致无法实现自动初始化。RTT版本3.1.3。
-
The `fence.i` instruction test's self-modifying instruction is located in the `.text.init` section, where it seems like a program executing from ROM wouldn't be able to modify it.
Would it be possi…
-
Hi, I've been working on building a toolchain for the gd32vf103 from [these sources](https://github.com/riscv-mcu/riscv-gnu-toolchain). I've encountered a number of issues along the way. In https://gi…
-
Hello. Thanks for the create!
I'm trying to build the red-pill-lights.rs example and it fails with:
```
C:\lnano\rust-sipeed-longan-nano>cargo build
Compiling rust-sipeed-longan-nano v0.1.0 (C:…
-
Today the PlatformIO IDE prompted me to update the gd32v platform to v1.1.1. After installing this update debugging a Longan Nano via RV-LINK is no longer possible. This worked fine with gd32v v1.1.0…
-
Firstly, thank you so much for this dev/platform! 😊
1) A lot of tracks to Kendryte, such as -> https://github.com/sipeed/platform-gd32v/tree/master/examples/longan-nano-blink
2) `gd32vf103_firm…
-
I had to use "framework = gd32vf103-sdk" in platformio.ini to make it build.
Also, adding "upload_protocol = dfu" was usefull.
When the boards are delivered there is no clue whatsoever what softwa…
-
Need to modify the source code to support risc-v jtag ? 囧rz
🤣