aboutsummaryrefslogtreecommitdiff
path: root/examples/rp
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-08-09 01:05:10 +0200
committerDario Nieuwenhuis <[email protected]>2024-08-09 01:07:52 +0200
commitad4df1c1adaec95d32b9729945fa234a988ea2f1 (patch)
tree82c55e477ba44dbbbf9f4067153012442c2d48b9 /examples/rp
parent3afc5e48388d07bf521af12fd9d9a2a87f8ebd99 (diff)
cyw43: make sure to yield if doing busy-polling for interrupts.
Diffstat (limited to 'examples/rp')
-rw-r--r--examples/rp/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 2884ca85a..031f68253 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -64,8 +64,11 @@ trouble-host = { version = "0.1.0", features = ["defmt", "gatt"] }
64 64
65[profile.release] 65[profile.release]
66debug = 2 66debug = 2
67lto = true
68opt-level = 'z'
67 69
68[profile.dev] 70[profile.dev]
71debug = 2
69lto = true 72lto = true
70opt-level = "z" 73opt-level = "z"
71 74