-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Desmakers 2827 enable kit xmc14 2go into arduino ide #259
Desmakers 2827 enable kit xmc14 2go into arduino ide #259
Conversation
- build and upload configuration
- add linker script for xmc1400 2Go - change the parameter according jlink
- update interrupt case
…14_2go-into-arduino-ide Desmakers 2827 enable kit xmc14 2go into arduino ide
…le-kit_xmc14_2go-into-arduino-ide
9248c46
to
843c1a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding cloning the repository for xmc-for-arduino core develentopment:
This can be added to the wiki section as information for developers.
Regarding the JLink path:
That should work if JLink is added to the system path.
We better add such requirements to the README.md installation.
For the end-user, the tools/xmc-flasher.py tool should be transparent.
@@ -149,7 +158,7 @@ jobs: | |||
platforms: | | |||
# Use Boards Manager to install the latest release of the platform to get the toolchain. | |||
- name: Infineon:xmc | |||
source-url: https://github.com/Infineon/XMC-for-Arduino/releases/latest/download/package_infineon_index.json | |||
source-url: https://github.com/LinjingZhang/XMC-for-Arduino/releases/download/2.2.1/package_infineon_index_linjing_test.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might not work because you are renaming the .json file.
As the preference configuration is meant to use "package_infineon_index.json" your file would not be find any board. You can give it a try to change that file name in your releases and update then correrspondingly the yml file.
Basically, only the repo owner in the url should be changed : "Infineon" for "LinjingZhang" if you upload the modified json to your latest release in your fork.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workflow error solved:
- Change index.json file name
- Manual adapt files for release
- For arduino/compile-sketches@v1, disable 'enable-deltas-report'
- Some test is not compatible (e.g. stackMem, linker script changed)
- desable deltas report for new board
- linker script changed
wiki section update: JLink path: |
Everything is green :) Well done @LinjingZhang ! |
Okay, perfect! Then remove the README_IFX.md. You can copy already that info in some page in the wiki. Then we can close this issue. |
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 ---