-
Notifications
You must be signed in to change notification settings - Fork 3k
Folder re-organization to fit new MCU K22F variances #3133
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
Closed
MarceloSalazar
wants to merge
225
commits into
ARMmbed:master
from
MarceloSalazar:new_k22fxxxx_variance
Closed
Folder re-organization to fit new MCU K22F variances #3133
MarceloSalazar
wants to merge
225
commits into
ARMmbed:master
from
MarceloSalazar:new_k22fxxxx_variance
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These change the behavior of the search terms.
…oading from cache - pull_from_cache renamed to pdsc_from_cache - pack_from_cache added - index file member replaced with pdsc_file - pack_file member added to cache
*Changes* - Parallel export - mbed-os tests added - specified release version (default to 5) - default tests AND targets dependent on specified release version
* Binary build script is modified to follow currebt mbedOS baseline structure * License files are moved to the correct location. * Contribution.md is also moved to the correct location.
Release candidate for mbed-os-5.2-rc4
RC4 additions
Going to the rendered Doxy; the current link won't work on docs.mbed anyway, since it's relative to the repo
Update MBED_LIBRARY_VERSION to 128
Changes from 5.1 to 5.2
Update README.md
This is a simple re-structure of the K22F folder to allow other MCU variances to land here. I have created the MCU_K22F512 device but left the 'K22F' as a target for the FRDM-K22F board.
@MarceloSalazar Could you please submit this against master instead? It'd probably be easier to just close this one and resubmit it. |
Used non-master branch by mistake. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This is a re-structure of the K22F folder to allow more K22F variances to be plumbed in.
'MCU_K22F512' device has been created and the FRDM-K22F board is using it on this proposal.
Note: the name of the target remains unchanged: 'K22F'.
Another PR will come later to add support for the 'MCU_K22F1M0' variance to support a partner's platform.
Status
READY
Migrations
NO
Related PRs
NA for now
Deploy notes
Not required
Steps to test or reproduce
Should not affect the existing 'K22F' target
Please review and share feedback
@0xc0170 @sg- @maclobdell