Results 152 comments of 9names

> It would be useful to be able to use #[thread_local] to have functionally static variables which are per-core on rp2040. I'm having trouble coming up with a use-case where...

i don't know what the i2c crate is, but you don't need to import that to use i2c on a pico. what is in your Cargo.toml?

I'll take a look. In the meantime, remove the line ```toml i2c = "0.1.0" ``` and see if it's still broken

can i suggest starting with https://github.com/rp-rs/rp2040-project-template/ check to make sure it builds and runs before you change it at all. then use the following to add the sh1106 and embedded-graphics...

Looks like this was resolved? I'm going to close this issue, if it is not resolved please re-open this issue @ds2k5

If you put your code between triple backticks it won't get interpreted as markdown directives. Eg ``` By putting 3 ` at the beginning and end, github will display this...

Why would you ask on twitter though? The natural place to ask questions about code on GitHub is through issues. I certainly don't want people DM'ing me or tagging me...

I've cleaned up the imports as per your suggestion, looks much better. Any further blockers on getting this merged?

It is also useful with a PAC to be able inspect the generated files (and the differences between them) during modifications to the SVD, as well as during review, or...

> Accepting a PR like https://github.com/bouffalolab/bl808-pac/pull/4 will break the code consistency because we'd need to regenerate the crate source code. That PR does not result in any change to the...