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

Exporters - uvision5 addition #1676

Merged
merged 1 commit into from
Apr 22, 2016
Merged

Exporters - uvision5 addition #1676

merged 1 commit into from
Apr 22, 2016

Conversation

0xc0170
Copy link
Contributor

@0xc0170 0xc0170 commented Apr 19, 2016

uvision5 uses software packs for devices, plus different extension. We
should use uvision as uvision4. This is based on progen, same as uvision4.

At the moment it does not differ, I can merge uvision4 and 5 together into one file and reuse most of the code. suggestions?

@sg- @bridadan

@bridadan
Copy link
Contributor

I'm a little confused, so please forgive my ignorance.

Since uvision5 supports uvision4 project files if you install the legacy support (http://www2.keil.com/mdk5/legacy), does it make sense to only export as uvision4?

Otherwise, if we need to export to uvision5, then I think merging the files for uvision4 and uvision5 would be a good call.

@sg-
Copy link
Contributor

sg- commented Apr 19, 2016

UV4 hasn't been developed for over a year and newer devices aren't supported in legacy packs. This means if we export for UV4 you can open a project that will not have device support. I think UV5 and the new file extension is the way to move forward.

@0xc0170
Copy link
Contributor Author

0xc0170 commented Apr 19, 2016

UV4 hasn't been developed for over a year and newer devices aren't supported in legacy packs. This means if we export for UV4 you can open a project that will not have device support. I think UV5 and the new file extension is the way to move forward.

Yes, we can deprecate uvision4 later if ever. uvision5 currently has limited support in progen definitions (we will need to add more targets). I am pushing this forward as there was request for newer targets, which are available only for uvision5.
I dont want to mix device packs with uvision4 (ppl might be surprised a project fails to open, we had this situation with some old templates).

I'll rebase this tomorrow, plus some testing with some more devices.

@BlackstoneEngineering
Copy link
Contributor

I suggest full out moving to UV5 and dropping support for UV4 as that will solve some of the rather ugly hacks we have in place for UV4 to support Nordic BLE devices. Are there any devices that only exist in UV4 and not UV5?

uvision5 uses software packs for devices, plus different extension. We
should use uvision as uvision4. This is based on progen, same as uvision4.
@0xc0170
Copy link
Contributor Author

0xc0170 commented Apr 20, 2016

All rebased , happy to merge?

@bridadan
Copy link
Contributor

Good for now, we can always merge uvision4 and uvision5 into one file later

@0xc0170 0xc0170 merged commit cf21897 into ARMmbed:master Apr 22, 2016
@0xc0170 0xc0170 deleted the dev_uvision5 branch April 22, 2016 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants