-
I'm in the process of collaborating with some other folks to build a new Arduino port for GigaDevice's GD32 chips[1]. We're attempting to build on top of ArduinoCore-API. In general, It's so much bet…
-
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 …
-
The platform should have a generic boar definition existing ARM-based GD32 MCUs, just like the STM32 platform, as `generic.json`, e.g. `genericGD32F303CC.json`.
Also, all these board definitions s…
-
In conjunction with https://github.com/CommunityGD32Cores/platform-gd32/issues/5, we need all `.S` startup files, for GCC, in this repo. See e.g. https://github.com/CommunityGD32Cores/gd32-pio-spl-pac…
-
Hi @terjeio ,
I am in the process of adding a new driver for STM32F401 board - BlackPill.
![IMG_20200607_100124](https://user-images.githubusercontent.com/5813568/83963106-0df19980-a8ac-11ea-980a-e4…
-
Hello,
Do you plan to support other GD chips like GD32F103CBT6, etc.? Maybe you could give any tips simple enough to do it myself?
-
**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…
-
### Updates
* **25-07-2021**: Updated build environment info.
* **25-07-2021**: Added info about auxiliary serial port
* **25-07-2021**: Updated info about display ribbon mod
### Descripti…
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
pip
**ESP (ESP32/ESP8266, Board/Sonoff):**
ESP32
**ESPHome version (latest production, beta, dev branch)**
1.15.0-d…
-
Hi, your repo builds fine, but the resulting sd card image fails to boot in a MangoPi-R3c, with a kernel panic error. The vendor, MangoPi SBC forked your repo to support the MangoPi-R, but the result …