PSoC6: enable export to uVision and IAR #12679
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of changes
This PR enables export to Keil uVision 5 and IAR EWARM 8 for the following Cypress PSoC 6 targets:
All PSoC 6 targets listed above are supported in Cypress.PSoC6_DFP.1.0.0 CMSIS pack (available at https://github.com/cypresssemiconductorco/cmsis-packs, included in http://keil.com/pack/index.idx) and IAR device database >= 8.42.2. The Mbed OS projects can be exported to Keil uVision 5 and IAE EWARM 8, built and debugged with CMSIS-DAP.
This change updates targets.json to define CMSIS device_name for the supported PSoC 6 targets, adds JSON data generated by pack-manager from https://github.com/cypresssemiconductorco/cmsis-packs/blob/master/PSoC6_DFP/Cypress.PSoC6_DFP.pdsc to arm_pack_manager/index.json, and adds mappings from CMSIS MPN names to IAR MPN names in iar_definitions.json.
Impact of changes
Migration actions required
Documentation
None: the existing exporter documentation provided at https://os.mbed.com/docs/mbed-os/latest/tools/exporting.html is applicable to PSoC 6 targets.
Pull request type
Test results
Reviewers