diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-08-09 01:05:10 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-08-09 01:07:52 +0200 |
| commit | ad4df1c1adaec95d32b9729945fa234a988ea2f1 (patch) | |
| tree | 82c55e477ba44dbbbf9f4067153012442c2d48b9 /examples | |
| parent | 3afc5e48388d07bf521af12fd9d9a2a87f8ebd99 (diff) | |
cyw43: make sure to yield if doing busy-polling for interrupts.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/Cargo.toml | 3 |
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] |
| 66 | debug = 2 | 66 | debug = 2 |
| 67 | lto = true | ||
| 68 | opt-level = 'z' | ||
| 67 | 69 | ||
| 68 | [profile.dev] | 70 | [profile.dev] |
| 71 | debug = 2 | ||
| 69 | lto = true | 72 | lto = true |
| 70 | opt-level = "z" | 73 | opt-level = "z" |
| 71 | 74 | ||
