Skip to content

Added lpc812 cocorico target #1688

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
wants to merge 3 commits into from
Closed

Added lpc812 cocorico target #1688

wants to merge 3 commits into from

Conversation

elektor-labs
Copy link

I hope this is the way to do it. Is a detect code needed?

I hope this is the way to do it.
self.is_disk_virtual = True
# ??? do I need a detect code? self.detect_code = ["1050"]
self.progen = {
"target":"CoCo-ri-Co!", # all characters acceptable?
Copy link
Contributor

@0xc0170 0xc0170 Apr 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all characters acceptable?

I recommend using lower case, and please add this target to progen.

??? do I need a detect code? self.detect_code = ["1050"]

Does this target provide mbed cmsis-dap interface?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your comments. Here are the quick answers:

  • OK, I will switch to lowercase only.
  • Yes, this target provides an mbed cmsis-dap interface. So do I need the self.detect code? If so, this code or another? If another, where to get it?

and please add this target to progen

What do you mean by that? What is progen? Where can I find it? How do I add a target to it?

Sorry for asking stupid questions, but I am totally in the dark here. I have read all sorts of porting documents, but maybe I missed one?

@sg-
Copy link
Contributor

sg- commented Apr 28, 2016

@ElektorLabs self.detect == BOARD_ID. Confusing I know. progen can be found here: porting docs need some love and we're working on it 👍 https://github.com/project-generator

@0xc0170
Copy link
Contributor

0xc0170 commented May 5, 2016

Can you please rebase your PR?

@elektor-labs
Copy link
Author

elektor-labs commented May 6, 2016

Can you please rebase your PR?

Sorry for being dumb and all, but what does that mean? rebase my PR? It would be very helpfull if you could elaborate a bit. How do I put you people in verbose mode? Many thanks in advance.

@0xc0170
Copy link
Contributor

0xc0170 commented May 6, 2016

This branch has conflicts that must be resolved

you sent this PR from your master. Means I would git rebase upstream master (considering upstream is a remote - this repository), to rebase your changes on top of the current master. There are conflicts as quoted above, you might have to run git mergetool to resolve them.

I can help out with it this time, should be quick.

0xc0170 added a commit that referenced this pull request Jun 2, 2016
This is based on the #1688, updated to target.json file.
@0xc0170
Copy link
Contributor

0xc0170 commented Jun 2, 2016

@ElektorLabs because of changes in the targets, I pulled your changes and applied them to the current codebase. I'll reference the new PR and mention you in the new PR, please test/review it

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.

3 participants