9names
9names
Closing this PR as #626 and #636 are better solutions
Yeah, it probably should - though we need to handle the case where the user doesn't want mosi (for a read-only device) or miso (for a write-only device). Also, thanks...
WIP fix for this in #120
Note that this errata has been fixed in a hardware revision (check reference manually for details), so any workaround should check version first.
I think our current solution is sufficient, we can close this issue. Thanks!
Might be, hard to say. I'm having trouble reproducing it or @jonathanpallant's issue with it only building from the root of the repo. I just tried doing clean builds of...
oh, in that case you will need a copy of memory.x in your project folder. if you just want to run an example from the HAL, use this command from...
This example is also compatible with Pimoroni Display Pack (1.0) as well - the pinout for LED, buttons and LCD controller for both is the same. The LCD controller handles...
Are you setting the target to `thumbv6m-none-eabi` on the command line ```system cargo build --release --target thumbv6m-none-eabi ``` or in your `.config/Cargo.toml` file? https://github.com/rp-rs/rp2040-project-template/blob/d204789394ffd4f9090531e04eaaf4212edef84e/.cargo/config.toml#L26
> = help: you may be able to compile for a target that doesn't need `eh_personality`, specify a target with `--target` or in `.cargo/config` Ah, the help line even says...