We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e0aff commit 78add9dCopy full SHA for 78add9d
nrf51-hal/build.rs
@@ -5,7 +5,7 @@ use std::path::PathBuf;
5
6
fn main() {
7
let target = env::var("TARGET").unwrap();
8
- if !target.starts_with("thumbv6") {
+ if target.starts_with("thumbv7") || target.starts_with("thumbv8") {
9
panic!(
10
"nrf51-hal only supports thumbv6 targets (attempting to build for `{}`)",
11
target
0 commit comments