diff options
| author | Ulf Lilleengen <[email protected]> | 2022-04-19 14:42:38 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-04-19 20:07:06 +0200 |
| commit | 2afff617f652d0fdcfa9ffcfd49062e3d2c996a3 (patch) | |
| tree | bc531122365086cd24a12a9331c94f9f042cad3a /examples/boot/.cargo | |
| parent | e2ed41b3832db17633ae8ae1ee9391639c3a9229 (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.toml | 1 |
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] |
| 2 | namespaced-features = true | ||
| 3 | build-std = ["core"] | 2 | build-std = ["core"] |
| 4 | build-std-features = ["panic_immediate_abort"] | 3 | build-std-features = ["panic_immediate_abort"] |
| 5 | 4 | ||
