Closed KristoffRey closed 7 years ago
Hi,
you can activate it just by uncommenting (remove #) the board in the boards.txt file:
####################################################
####################################################
Afterwards, it should work. Please let me know if you face issues.
Best regards,
Manuel
Thank you for the fast reply, do I simply clone/fork the repository, make the changes and then make a new release in order for it to be searchable in Arduino's board manager?
Yes, you could do it like this, but then you also need to add a new .json pointing to that release.
Easier would be to go to your \Arduino15\packages\Infineon\hardware\arm\1.0.2
folder of the boards manager and remove the #
from the boards.txt
file of the current release.
Depending on your OS and Arduino installation, this location may be different. For me, it is located under C:\Users\<Username>\AppData\Local\Arduino15\packages\Infineon\hardware\arm\1.0.2
.
Hopefully, this helps you :)
Best regards,
Manuel
I added a new release which enables the use of the XMC1300 Boot Kit, please update from Arduino IDE to 1.0.3 and it should work :)
Best regards,
Manuel
Alright, thank you!
On Thu, Jul 20, 2017 at 6:50 AM, Manuel Hollfelder <notifications@github.com
wrote:
Closed #10 https://github.com/Infineon/XMC-for-Arduino/issues/10.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Infineon/XMC-for-Arduino/issues/10#event-1171160904, or mute the thread https://github.com/notifications/unsubscribe-auth/ANqnUUkGRuWzuOBoi5MW5D2sxflNnSl3ks5sPogogaJpZM4OVuWJ .
Hi, I saw that there is a variant for the XMC1300 Boot Kit but it does't appear in the latest release as the README indicates.
Is there a way for me to include the board into Arduino manually? Thank you!