-
Hi,
Thanks for that Forth, is a reference for riscv boards.
There is no file file GD32VF103.asm in sources, then I get one from github, but usart control bits have a sufix _BIT, as
USART_STA…
-
This PR adds support for GigaDevice GD32V SoC and SiPeed Longan Nano board that is use the SoC.
Currently, the west module dependency points to https://github.com/soburi/hal_nuclei.
Support:
GPIO…
-
**Is your feature request related to a problem? Please describe.**
95% of stm32 synopsys and esp32s2 are the same. The differences are mostly register name and address base. Merging them reduce maint…
-
I am trying to order the YAEMK from JLCPCB and currently three parts are out of stock:
- The microcontroller, this is already documented, I will source it from somewhere else
- ON Semiconductor CA…
-
There are 2 problems in the libraries:
1. Some extern definition wrongly used #ifdef cplusplus, should use #ifdef __cpluscplus instead.
2. The bool definition will cause duplicate definition with …
-
VNH7040 and Longan Nano have been tested on a breadboard.
- IG32-05 DC Motor with encoder
- VNH7040 Evaluation Board
- Longan Nano GD32VF103 board with screen and USB-C programmer
-
Architecture and features for the DCMC DC Motor Controller.
-
The new [release candidate 2.16](https://github.com/Ralim/IronOS/releases/tag/v2.16-rc) is shipping `dfu` files.
-
why did you work so hard to remove gd32vf103 reference in the documentation ?
It's pretty clear the riscV mcu is this one on your SOC.
-
I did following procedure to compile and download blinking zephyr project :
- compile :
```
$ west build -p auto -b sipeed_longan_nano samples/basic/blinky
[1/7] Building C object CMakeFiles…