Infineon / XMC-for-Arduino

Integration of Infineon's XMC microcontrollers into the Arduino IDE.
Other
103 stars 64 forks source link

Debug setting for XMC4Arduino & change online help link #276

Closed LinjingZhang closed 1 month ago

LinjingZhang commented 1 month ago

By creating this pull request you agree to the terms in CONTRIBUTING.md. https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md --- DO NOT DELETE ANYTHING ABOVE THIS LINE ---

CONTRIBUTING.md also tells you what to expect in the PR process.

Description Support debug in Arduino IDE2.x. (automatically select device and jlink, juhu!) Change online help link and change the logic of release-json-file generation (Juan already reviewed this part :)

Related Issue NA

Context Debug function only tested with XMC4700 on windows. Anyone with native Linux please test it. It should work as well.

LinjingZhang commented 1 month ago

Are the other programmers required? atmel_ice, sam_ice? edgb? 👍

you are right - the other programmers could be removed.

jaenrig-ifx commented 1 month ago

Yep, then please remove them :)

LinjingZhang commented 1 month ago

I removed the unused programmers and merged. Thanks!