aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
commitb452a6bcf6858893a85882614e2dcde5a3405748 (patch)
tree9ecdfff438d0a6a052abd082f046ee1da587367b /embassy-boot
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/README.md15
-rw-r--r--embassy-boot/nrf/README.md15
-rw-r--r--embassy-boot/rp/README.md14
-rw-r--r--embassy-boot/stm32/README.md14
4 files changed, 0 insertions, 58 deletions
diff --git a/embassy-boot/boot/README.md b/embassy-boot/boot/README.md
index 3fc81f24b..3c2d45e96 100644
--- a/embassy-boot/boot/README.md
+++ b/embassy-boot/boot/README.md
@@ -33,18 +33,3 @@ The bootloader supports different hardware in separate crates:
33* `embassy-boot-nrf` - for the nRF microcontrollers. 33* `embassy-boot-nrf` - for the nRF microcontrollers.
34* `embassy-boot-rp` - for the RP2040 microcontrollers. 34* `embassy-boot-rp` - for the RP2040 microcontrollers.
35* `embassy-boot-stm32` - for the STM32 microcontrollers. 35* `embassy-boot-stm32` - for the STM32 microcontrollers.
36
37
38## Minimum supported Rust version (MSRV)
39
40`embassy-boot` is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.
41
42## License
43
44This work is licensed under either of
45
46- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
47 <http://www.apache.org/licenses/LICENSE-2.0>)
48- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
49
50at your option.
diff --git a/embassy-boot/nrf/README.md b/embassy-boot/nrf/README.md
index fe581823d..9dc5b0eb9 100644
--- a/embassy-boot/nrf/README.md
+++ b/embassy-boot/nrf/README.md
@@ -9,18 +9,3 @@ An adaptation of `embassy-boot` for nRF.
9* Load applications with or without the softdevice. 9* Load applications with or without the softdevice.
10* Configure bootloader partitions based on linker script. 10* Configure bootloader partitions based on linker script.
11* Using watchdog timer to detect application failure. 11* Using watchdog timer to detect application failure.
12
13
14## Minimum supported Rust version (MSRV)
15
16`embassy-boot-nrf` is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.
17
18## License
19
20This work is licensed under either of
21
22- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
23 <http://www.apache.org/licenses/LICENSE-2.0>)
24- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
25
26at your option.
diff --git a/embassy-boot/rp/README.md b/embassy-boot/rp/README.md
index 315d655e3..b664145a9 100644
--- a/embassy-boot/rp/README.md
+++ b/embassy-boot/rp/README.md
@@ -10,17 +10,3 @@ NOTE: The applications using this bootloader should not link with the `link-rp.x
10 10
11* Configure bootloader partitions based on linker script. 11* Configure bootloader partitions based on linker script.
12* Load applications from active partition. 12* Load applications from active partition.
13
14## Minimum supported Rust version (MSRV)
15
16`embassy-boot-rp` is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.
17
18## License
19
20This work is licensed under either of
21
22- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
23 <http://www.apache.org/licenses/LICENSE-2.0>)
24- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
25
26at your option.
diff --git a/embassy-boot/stm32/README.md b/embassy-boot/stm32/README.md
index b4d7ba5a4..f6dadc8e7 100644
--- a/embassy-boot/stm32/README.md
+++ b/embassy-boot/stm32/README.md
@@ -8,17 +8,3 @@ An adaptation of `embassy-boot` for STM32.
8 8
9* Configure bootloader partitions based on linker script. 9* Configure bootloader partitions based on linker script.
10* Load applications from active partition. 10* Load applications from active partition.
11
12## Minimum supported Rust version (MSRV)
13
14`embassy-boot-stm32` is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release.
15
16## License
17
18This work is licensed under either of
19
20- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
21 <http://www.apache.org/licenses/LICENSE-2.0>)
22- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
23
24at your option.