aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/.cargo
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-04-19 14:42:38 +0200
committerUlf Lilleengen <[email protected]>2022-04-19 20:07:06 +0200
commit2afff617f652d0fdcfa9ffcfd49062e3d2c996a3 (patch)
treebc531122365086cd24a12a9331c94f9f042cad3a /examples/boot/.cargo
parente2ed41b3832db17633ae8ae1ee9391639c3a9229 (diff)
Support multiple flash instances in embassy-boot
* Add FlashProvider and FlashConfig traits to define flash characteristics * Use traits in bootloader to retrieve flash handles and for copying data between flash instances * Add convenience implementations for using a single flash instance.
Diffstat (limited to 'examples/boot/.cargo')
-rw-r--r--examples/boot/.cargo/config.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/boot/.cargo/config.toml b/examples/boot/.cargo/config.toml
index d044e9b4c..bbe06fd03 100644
--- a/examples/boot/.cargo/config.toml
+++ b/examples/boot/.cargo/config.toml
@@ -1,5 +1,4 @@
1[unstable] 1[unstable]
2namespaced-features = true
3build-std = ["core"] 2build-std = ["core"]
4build-std-features = ["panic_immediate_abort"] 3build-std-features = ["panic_immediate_abort"]
5 4