-
Notifications
You must be signed in to change notification settings - Fork 434
Add GD32VF103 chip support crates #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GD32VF103 is a microcontroller chip produced by GigaDevice Semiconductor Inc. with one RISC-V's RV32IMAC core as well as up to 128 KiB of Flash and 32 KiB of SRAM; this chip will be in market on late September this year.
rust-highfive
commented
Sep 14, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @RandomInsano (or someone else) soon.
If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.
Please see the contribution instructions for more information.
I don't think it's "awesome" enough: at least I haven't seen anyone running any code on this chip.
@Disasm
Video provided by officials (SPI-bus TFT screen playing Bad Apple): http://cloud.video.taobao.com/play/u/2200606237318/p/2/e/6/t/3/234813091013.mp4
Uploaded photos to example project https://github.com/luojia65/example-gd32vf103 (under development)
Co-Authored-By: Daniel Egger <daniel@eggers-club.de>
@Disasm
Video provided by officials (SPI-bus TFT screen playing Bad Apple): http://cloud.video.taobao.com/play/u/2200606237318/p/2/e/6/t/3/234813091013.mp4
Uploaded photos to example project https://github.com/luojia65/example-gd32vf103 (under development)
The "not awesome enough" remark was most likely not meant for the hardware but for the Rust implementation of it. ;)
Okay, close by now ... (will reopen after full project finished)
@luojia65 sorry, I missed this example. I'm ok with merging this with "(WIP)" remark to improve visibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Uh oh!
There was an error while loading. Please reload this page.
This pull request adds PAC and HAL libraries for embedded Rust on GD32VF103.
GD32VF103 is a microcontroller chip produced by GigaDevice Semiconductor Inc. with one Bumblebee RISC-V's RV32IMAC core @108 MHz, up to 128 KiB of Flash and 32 KiB of SRAM.
This chip will be in market on late September this year along with its development board Longan Nano (by Sipeed); it's Rust support is under rapid development to provide appropriate ecosystem.