aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-07-31 19:07:58 +0200
committerGitHub <[email protected]>2021-07-31 19:07:58 +0200
commit0a1da180d0fd93deaf9cc453566c3d66511c03a8 (patch)
tree21e48a1f5acdf93822fe59515cfdd99e13813cde /examples/nrf
parent3835278567e05014158eeede15d62a57ee105518 (diff)
parent3420cbf744d13bc1b90ac1d2cd5434b2b416a036 (diff)
Merge pull request #335 from bgamari/no-build-core
examples: Drop build-std = ["core"]
Diffstat (limited to 'examples/nrf')
-rw-r--r--examples/nrf/.cargo/config.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/nrf/.cargo/config.toml b/examples/nrf/.cargo/config.toml
index 58ac3debd..0151d1ed5 100644
--- a/examples/nrf/.cargo/config.toml
+++ b/examples/nrf/.cargo/config.toml
@@ -1,6 +1,3 @@
1[unstable]
2build-std = ["core"]
3
4[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
5# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips` 2# replace nRF82840_xxAA with your chip as listed in `probe-run --list-chips`
6runner = "probe-run --chip nRF52840_xxAA" 3runner = "probe-run --chip nRF52840_xxAA"