Longduino
Longduino copied to clipboard
Longduino is an Arduino port for gd32v mcu.
I have just bought great nice-looking Sipeed Longan Nano - RISC-V GD32VF103CBT6 Development Board with Acrylic Case . I have already installed Arduino IDE 1.8.16 on my Ubuntu MATE 18.04.6...
I was able to get Longduino to work via the **Arduino Board Manager**: 1. I made a [package index JSON file](https://github.com/KenjutsuGH/Longduino_GD32V_macos/blob/main/package_longduino_macos_index.json) 2. I reference the sifive [May 2019 Tools Release](https://github.com/sifive/freedom-tools/releases/tag/v2019.05.0)...
I am hoping for at least the Serial class to be implemented? Is there work happening on this?
Are you aware of this fork? https://github.com/scpcom/Longduino/ They added useful classes and methods. What about a merge?
### Arduino core **wiring_digital.c** * ~~pinMode~~ * ~~digitalWrite~~ * ~~digitalRead~~ @Ldream * ~~digitalToggle~~ @Ldream **wiring_analog.c** * ~~analogRead~~ @ReinForce-II * ~~analogRefe1rence~~ @ReinForce-II * ~~analogWrite~~ @ReinForce-II **wiring_pulse.c** * ~~pulseIn~~ @ReinForce-II * ~~pulseInLong~~...
I am trying to add **Longduino (GD32V)** support via `Boards Manager` and get the following error: ``` Tool openocd is not available for your operating system. java.lang.RuntimeException: java.lang.Exception: Tool openocd...
I try to create a new project using either the SDK or Arduino, and get the following error: ``` PlatformManager: Installing gd32v Downloading... Unpacking... gd32v @ 1.1.0 has been successfully...
Hi, just in case someone is still working on this (would be great!) I just read the code to understand why SPI does not work for me and found this:...
Please Add SPI.h and Wire.h support, Thanks!
Forgive me if this a stupid question but... What is the need/use for this libary? I ask because I see in the [GD32V examples repo](https://github.com/sipeed/platform-gd32v/blob/master/examples/arduino-blink/src/Blink.cpp) you see this with the...