-
Notifications
You must be signed in to change notification settings - Fork 3k
Update targets and pins for LPC43xx #12
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
Merged
Merged
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
emilmont
added a commit
that referenced
this pull request
Jul 8, 2013
Update targets and pins for LPC43xx
Merged. Thanks, |
Emilio, Thanks for catching the change from LPC4330() to LPC4330_M4() in the target list. My targets.py had other changes. Accidentally discarded the target list changes with other temporary changes. Sorry. Will add LPC4330_M0() and LPC1800() to the target list when I submit the changes in TARGET_LPC43XX to properly support M0 and M3 builds. Regards, |
bridadan
pushed a commit
that referenced
this pull request
Jun 21, 2016
Matched changes in the NetworkSocketAPI
SeppoTakalo
pushed a commit
that referenced
this pull request
Nov 9, 2016
Check for return status when opening socket
pan-
pushed a commit
to pan-/mbed
that referenced
this pull request
Feb 23, 2018
geky
added a commit
to geky/mbed
that referenced
this pull request
Aug 25, 2018
add odin module target to json file
artokin
pushed a commit
to artokin/mbed-os
that referenced
this pull request
Feb 25, 2019
…b95..bec82e2 bec82e2 Merge pull request ARMmbed#12 from ARMmbed/sync_with_MbedOS 7a85429 (via Mbed OS) Add missing mbed_lib.json for frameworks and nanostack a493a52 (via Mbed OS) Remove unused yotta module metadata git-subtree-dir: features/frameworks/mbed-client-randlib git-subtree-split: bec82e21f05df2f99c14ebb9b2bee2a129d33cdc
evedon
pushed a commit
to evedon/mbed-os
that referenced
this pull request
Jul 5, 2019
Optional SWO output instead of UART
evedon
pushed a commit
to evedon/mbed-os
that referenced
this pull request
Jul 15, 2019
Optional SWO output instead of UART
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.
Hi,Emilio.
This pull request updates the target and pin names for the LPC43xx port. Only two files were updated:
workspace_tools/targets.py: Substituted LPC4330 for LPC4330_M4, LPC4330_M0 and LPC1800. Support for M0 and M3 targets is still in development.
libraries/mbed/targets/hal/TARGET_NXP/TARGET_LPC43XX/PinNames.h: Corrected 3 MCU pin identifiers and added alternate GPIO pin names (GPIOx_yy) to the enumeration. MCU and GPIO pins are not equivalent on this processor family.
Thanks,
Jesus Alvarez