diff options
author | Ulf Lilleengen <ulf.lilleengen@gmail.com> | 2022-04-19 14:42:38 +0200 |
---|---|---|
committer | Ulf Lilleengen <ulf.lilleengen@gmail.com> | 2022-04-19 20:07:06 +0200 |
commit | 2afff617f652d0fdcfa9ffcfd49062e3d2c996a3 (patch) | |
tree | bc531122365086cd24a12a9331c94f9f042cad3a /examples/boot/.cargo | |
parent | e2ed41b3832db17633ae8ae1ee9391639c3a9229 (diff) | |
download | embassy-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.toml | 1 |
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"] |