summaryrefslogtreecommitdiff
path: root/examples/boot/.cargo
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2022-04-19 14:42:38 +0200
committerUlf Lilleengen <ulf.lilleengen@gmail.com>2022-04-19 20:07:06 +0200
commit2afff617f652d0fdcfa9ffcfd49062e3d2c996a3 (patch)
treebc531122365086cd24a12a9331c94f9f042cad3a /examples/boot/.cargo
parente2ed41b3832db17633ae8ae1ee9391639c3a9229 (diff)
downloadembassy-2afff617f652d0fdcfa9ffcfd49062e3d2c996a3.zip
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 d044e9b4..bbe06fd0 100644
--- a/examples/boot/.cargo/config.toml
+++ b/examples/boot/.cargo/config.toml
@@ -1,5 +1,4 @@
[unstable]
-namespaced-features = true
build-std = ["core"]
build-std-features = ["panic_immediate_abort"]