Maximilian Gerhardt

Results 502 comments of Maximilian Gerhardt

@crosswick Just for my interest, what exact chip or board do you have in mind?

Yesterday I've added a board definition for the E103C8 [here](https://github.com/maxgerhardt/platform-gd32/tree/main/boards) and expanded the SPL blinky and UART example to work with it. If you clone [this](https://github.com/maxgerhardt/gd32-pio-projects), import the `gd32-spl-blinky` project...

Hm okay, can you open a new issue in https://github.com/maxgerhardt/platform-gd32/issues with the output and the used `platformio.ini`? Just to keep the discussion separate from here :)

Update: Me and a group of people (@obra, @howitzer74, ..) have recently started a massive initiative to support GD32 chips in PlatformIO. With * new Arduino Core (already basically working,...

A custom platform integration is available at https://github.com/nigelb/platform-apollo3blue, maybe @valeros can have a look at integration

Above integration is already a PlatformIO integration, with installation instructs in theree. Do you have the board and can test that? (:

@nigelb's platform works nicely on my Sparkfun Artemis ATP 👍 ![grafik](https://user-images.githubusercontent.com/26485477/101900649-1c4ca500-3bb0-11eb-86ee-ab7b9b5f6254.png) ![grafik](https://user-images.githubusercontent.com/26485477/101901050-be6c8d00-3bb0-11eb-9ecd-eceb62b00684.png)

Will also be extended to compile the Arduino core for the W600 series soon.

@Jason2866 interestingly enough I actually do have such a board and also used the Arduino core (inside Arduino IDE), might have a look at that after that.

Update: https://github.com/maxgerhardt/platform-w60x can now compile the Arduino core for all the same boards the original Arduino core can. Upload via serial works (bootloader upload with PA0 -> GND, RESET) ![upload_okay](https://user-images.githubusercontent.com/26485477/93027651-98196e80-f60e-11ea-8823-943e4ba41019.png)...