Maximilian Gerhardt
Maximilian Gerhardt
Looking at google results for "GD32F130G6 arduino", this seems very slim. I've only personally created a project for a GD32F130C6 and the Simple Peripheral Library (SPL) provided by the vendor:...
>I think Stm32duino used to support some GD devices but removed them. The maple core had GD32F103C support ([remove commit](https://github.com/rogerclarkmelbourne/Arduino_STM32/commit/5058d8f5838b8b5b63ba21f0ea950585d849a4d3)). Was identical to STM32F103C except with some clock speed settings.
Weird, downloading the latest CMSIS pack from https://developer.arm.com/embedded/cmsis/cmsis-packs/devices/STMicroelectronics/STM32F401CBUx and looking at `Keil.STM32F4xx_DFP.2.16.0\CMSIS\SVD\STM32F40x.svd`, I **still** see this. The file is unchanged from 03. January 2017. ```xml NVIC 0xE000E000 ``` Can you...
>Should we add an example to https://docs.platformio.org/en/latest/projectconf/advanced_scripting.html? Would it make sense to integrate this into the core? E.g., if `upload_protocol = stlink` and `upload_port` is set explicitly and matches the...
The error message comes from the arm-none-eabi's ld linker component -- I'm not sure if there is anything one can do for fixing that here. (If it's not an issue...
This issue is still not resolved. @valeros can you transfer it to https://github.com/platformio/platformio-docs/issues?
The outdated version was also reported in https://community.platformio.org/t/sipeed-longan-nano-on-linux-mint-20-1/20307. Can a new version please be uploaded? 😄
The general problem with telling people how to use custom versions is that they then think 1. Using custom mbed-os versions like that is officially supported by PlatformIO staff (there's...
Tracked in https://github.com/platformio/platformio-core/issues/4389, cross-posted to [forum](https://community.platformio.org/t/failing-to-include-nanopb-libdep/29157).
>until we could figure a more proper fix. Can we get an issue opened in https://github.com/platformio/platformio-core/issues? Seems quite fundamental