-
Notifications
You must be signed in to change notification settings - Fork 3k
LPC4088: add "LPC4088Code.binary_hook" to the white list of the embit… #4289
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
Conversation
You added I should run |
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.
Good work. This is the correct way to enable exports for these targets.
Change the title of the patch. Thanks |
@netzimme did you push the changed patch? |
Now I push the change. |
Hmmmmm.... it seems that you changed the title then merged the two together. I don't think that's what you intended to do. |
… gnuarmeclipse and makefile exporter.
There we go! That's correct. |
Fine :-) |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 28 All exports and builds passed! |
@netzimme Are the executables created from theses new exports flashing correctly? |
Please don't show me |
Hello @theotherjimmy I did test the following exporters with compile/flashing/debugging on the target with the Segger/J-Link probe. I have noticed no problems. eclipse_gcc_arm |
Awesome! Thanks a bunch @netzimme |
Add "LPCTargetCode.lpc_patch" to the white list of the embitz, gnuarmeclipse and makefile exporter.
Description
With this changes it is possible to export the programs for LPC4088 as embitz, gnuarmeclipse or makefile project.