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

clicker, wifire: Add CPUID support #7388

Merged
merged 3 commits into from Sep 8, 2017

Conversation

francois-berder
Copy link
Contributor

No description provided.


void cpuid_get(void *id)
{
memcpy(id, (uint32_t*)&DEVID, CPUID_LEN);
Copy link
Contributor

Choose a reason for hiding this comment

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

where is DEVID coming from the vendor header file ?
+no newline @ eof

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes DEVID comes from the vendor file

@neiljay neiljay added the Platform: MIPS Platform: This PR/issue effects MIPS-based platforms label Jul 20, 2017
Signed-off-by: Francois Berder <fberder@outlook.fr>
Signed-off-by: Francois Berder <fberder@outlook.fr>
Signed-off-by: Francois Berder <fberder@outlook.fr>
@neiljay neiljay merged commit e1bbf43 into RIOT-OS:master Sep 8, 2017
@francois-berder francois-berder deleted the pic32-periph-cpuid branch September 8, 2017 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: MIPS Platform: This PR/issue effects MIPS-based platforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants