Skip to content

Commit 4564588

Browse files
committed
Preparing release v2.0.2
1 parent 34d47f8 commit 4564588

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,3 +557,8 @@ Use `make keysclean` to delete keys and regenerate.
557557
* Simulator: tests can now run on MacOS
558558
* Unit tests: improved coverage. Added gcov reports
559559
* Static analysis: added cppcheck tests, fixed all relevant warnings
560+
561+
### V 2.0.2 - (2023-12-29)
562+
* Fixed bug in sign tool when using ECC keys
563+
* Improved documentation
564+
* Added customizable DCD for NXP targets

docs/HAL.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ and RAM boundaries.
1818

1919
## Supported platforms
2020

21-
The following platforms are supported in the current version:
22-
- STM32C0, STM32F4, STM32F7, STM32G0, STM32H7, STM32L5, STM32L0, STM32U5, STM32WB55
23-
- nRF52
24-
- Atmel samR21
25-
- TI cc26x2
26-
- Kinetis
27-
- SiFive HiFive1 RISC-V
21+
Please see [Targets](Targets.md)
22+
2823

2924
## API
3025

include/wolfboot/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ extern "C" {
2929
#endif
3030

3131

32-
#define LIBWOLFBOOT_VERSION_STRING "2.0.0"
33-
#define LIBWOLFBOOT_VERSION_HEX 0x02000000
32+
#define LIBWOLFBOOT_VERSION_STRING "2.0.2"
33+
#define LIBWOLFBOOT_VERSION_HEX 0x02000002
3434

3535
#ifndef WOLFBOOT_VERSION
3636
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX

0 commit comments

Comments
 (0)