From 44f49cfdc10093ddbefcbf7e1803e9802f12a4bf Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 25 Sep 2023 11:22:04 +0100 Subject: [PATCH] docs: release: Add note on panicking if flash device open fails Adds a note that flash open failing will cause the bootloader to panic and now prints a verbose error out when this happens Signed-off-by: Jamie McCrae --- docs/release-notes.d/boot-open-failure.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/release-notes.d/boot-open-failure.md diff --git a/docs/release-notes.d/boot-open-failure.md b/docs/release-notes.d/boot-open-failure.md new file mode 100644 index 0000000000..25f80c261e --- /dev/null +++ b/docs/release-notes.d/boot-open-failure.md @@ -0,0 +1,2 @@ +- Add error when flash device fails to open. +- Panic bootloader when flash device fails to open.