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

Update to the very latest SDK w/GP15 restore #4141

Merged
merged 1 commit into from
Feb 6, 2021

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Feb 6, 2021

Also adds unique id support

Fixes #4039 and hopefully #4107

Also adds unique id support

Fixes micropython#4039 and hopefully micropython#4107
@tannewt tannewt added enhancement rp2040 Raspberry Pi RP2040 labels Feb 6, 2021
@tannewt tannewt added this to the 6.2.0 milestone Feb 6, 2021
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

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

Seems OK. It'll be nice to have a unique identifier. No testing performed. The changes to link.ld seem to mirror those in the SDK, but I don't understand 'em.

@sgbaird
Copy link

sgbaird commented Oct 4, 2022

So, in CircuitPython, how do I get the unique ID? I'm used to from machine import unique_id from MicroPython.

@sgbaird sgbaird mentioned this pull request Oct 4, 2022
@dhalbert
Copy link
Collaborator

dhalbert commented Oct 4, 2022

So, in CircuitPython, how do I get the unique ID? I'm used to from machine import unique_id from MicroPython.

https://docs.circuitpython.org/en/latest/shared-bindings/microcontroller/index.html#microcontroller.Processor.uid

Good places to ask questions like this are in https://adafru.it/discord or https://forums.adafruit.com.

@sgbaird
Copy link

sgbaird commented Oct 4, 2022

@dhalbert thanks for clarifying!

Good places to ask questions like this are in adafru.it/discord or forums.adafruit.com.

Ah, right 😓 I keep forgetting that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement rp2040 Raspberry Pi RP2040
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get unique ID from flash
4 participants