EFeru / hoverboard-sideboard-hack-GD

Hoverboard sideboard hack for GD32 boards
GNU General Public License v3.0
114 stars 84 forks source link

Fix versions of GD32 platform and SPL package #19

Closed maxgerhardt closed 2 years ago

maxgerhardt commented 2 years ago

Restores successful compilation for the VARIANT_DEBUG environment which in the current version overflows by 44 bytes for some reason.

RAM:   [=         ]  14.9% (used 612 bytes from 4096 bytes)
Flash: [==========]  98.8% (used 32364 bytes from 32768 bytes)
Building .pio\build\VARIANT_DEBUG\firmware.bin
====================[SUCCESS] Took 2.53 seconds ====================

This patch has the disadvantage that further developments in the GD32 platform are not taken into this project -- the version is frozen now, but also stable in regards to compilation.

Fixes #18.

EFeru commented 2 years ago

Thank you @maxgerhatdt for the PR. Indeed the debug variant is really at the edge. I am thinking to have one more look to see if there is somewhere I can still reduce some code. I remember from last time that is was difficult. If not, i will merge this PR. Thanks again!