Commit 62e2b4de authored by David Brown's avatar David Brown Committed by David Brown
Browse files

docs: Update release notes for 2.0.0-rc1



Collect release notes, and add a bit about the API change.

Signed-off-by: default avatarDavid Brown <david.brown@linaro.org>
parent bf8cf46b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
- Add error when flash device fails to open.
- Panic bootloader when flash device fails to open.
+0 −4
Original line number Diff line number Diff line
- Fixed issue with serial recovery not showing image details for
  decrypted images.
- Fixes issue with serial recovery in single slot mode wrongly
  iterating over 2 image slots.
+0 −2
Original line number Diff line number Diff line
- CDDL auto-generated function code has been replaced with zcbor function
  calls, this now allows the parameters to be supplied in any order.
+0 −2
Original line number Diff line number Diff line
- Added currently running slot ID and maximum application size to
  shared data function definition.
+0 −2
Original line number Diff line number Diff line
- Make the ECDSA256 TLV curve agnostic and rename it to ECDSA_SIG.
- imgtool: add P384 support along with SHA384.
Loading