Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert ARM assembler startup files to GCC-compatible during build #31

Open
bjc opened this issue Aug 20, 2021 · 0 comments
Open

Convert ARM assembler startup files to GCC-compatible during build #31

bjc opened this issue Aug 20, 2021 · 0 comments
Labels
Arduino IDE Regarding things specific to the Arduino IDE enhancement New feature or request PlatformIO

Comments

@bjc
Copy link
Contributor

bjc commented Aug 20, 2021

As I understand it, the board startup code in https://github.com/CommunityGD32Cores/ArduinoCore-GD32/tree/main/system/CMSIS/GD/GD32F30x/Source/GCC is being generated by hand run sed scripts from the upstream firmware library source in GD32F30x_Firmware_Library_V2.0.2/Firmware/CMSIS/GD/GD32F30x/Source/ARM (which is missing in this repository).

In order to better support drop-in firmware library upgrades, the GCC-compatible startup code should be generated as part of the build process, with the relevant translation scripts checked in to the source tree.

@maxgerhardt maxgerhardt added Arduino IDE Regarding things specific to the Arduino IDE enhancement New feature or request PlatformIO labels Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arduino IDE Regarding things specific to the Arduino IDE enhancement New feature or request PlatformIO
Projects
None yet
Development

No branches or pull requests

2 participants