Skip to content

Commit 036ee2c

Browse files
authored
Merge pull request #15523 from ARMmbed/dev/hugkam01/add-eof-notice
docs: Add End of Life for Mbed notice
2 parents 20340d7 + d83be9e commit 036ee2c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[![Build status master][mbed-master-svg]][mbed-master]
44
[![Tools coverage status][mbed-coveralls-tools-svg]][mbed-coveralls-tools]
55

6+
---
7+
8+
__📣Important update:__
9+
10+
*_Arm Announces End of Life Timeline for Mbed. [Read the full announcement][eol-full-announcement]_*.
11+
12+
---
13+
614
[mbed-os-logo]: logo.png
715
[mbed-os-link]: https://www.mbed.com/en/platform/mbed-os/
816
[mbed-master]: https://github.com/ARMmbed/mbed-os/actions/workflows/basic_checks.yml
@@ -48,3 +56,5 @@ To contribute to this documentation, please see the [mbed-os-5-docs repository](
4856
Please note that if you intend to use Mbed OS in a real product then you should consider the security implications of your application. Mbed OS provides user hooks (functions prefixed with WEAK symbol) that are intended to be overridden. We recommend that you carefully consider the threat model of your application and override the default user hooks provided by Mbed OS to fit your application's security needs.
4957

5058
For example, Mbed OS executes [`mbed_die`](https://github.com/ARMmbed/mbed-os/blob/master/platform/source/mbed_board.c#L26) when there is an error. `mbed_die` by default halts the system. A production application should override weakly linked `mbed_die` function and provide own implementation suitable for their needs taking care of any security vulnerabilities and production considerations.
59+
60+
[eol-full-announcement]: https://os.mbed.com/blog/entry/Important-Update-on-Mbed/

0 commit comments

Comments
 (0)