Skip to content

Why is Pull request 267 necessary? #327

Answered by adamgreig
wpd asked this question in Q&A
Discussion options

You must be logged in to vote

I haven't looked in to 1 yet but am also interested to find out what's causing it exactly.

2 is sort of simpler. A new version of cortex-m was released (the 0.7 series) which normally wouldn't be used by this code, because it depends on 0.5, and Cargo treats that as "any 0.5.x". However, because it's not allowed to have multiple versions of cortex-m in your build tree at once (as it defines a singleton using a unique symbol name to provide once-only access to all the core peripherals), cortex-m 0.5.11 is a dummy crate that depends on, and mostly re-exports, cortex-m 0.6, which is a compatibility hack to allow people using dependencies that require 0.5 to start using 0.6 themselves, since …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wpd
Comment options

@adamgreig
Comment options

Answer selected by wpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants