Skip to content

Commit

Permalink
Merge pull request wolfSSL#399 from danielinux/prepare-release-v2.0.2
Browse files Browse the repository at this point in the history
Preparing release v2.0.2
  • Loading branch information
rizlik authored Dec 29, 2023
2 parents 34d47f8 + 4564588 commit a020852
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,3 +557,8 @@ Use `make keysclean` to delete keys and regenerate.
* Simulator: tests can now run on MacOS
* Unit tests: improved coverage. Added gcov reports
* Static analysis: added cppcheck tests, fixed all relevant warnings

### V 2.0.2 - (2023-12-29)
* Fixed bug in sign tool when using ECC keys
* Improved documentation
* Added customizable DCD for NXP targets
9 changes: 2 additions & 7 deletions docs/HAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ and RAM boundaries.

## Supported platforms

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


## API

Expand Down
4 changes: 2 additions & 2 deletions include/wolfboot/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ extern "C" {
#endif


#define LIBWOLFBOOT_VERSION_STRING "2.0.0"
#define LIBWOLFBOOT_VERSION_HEX 0x02000000
#define LIBWOLFBOOT_VERSION_STRING "2.0.2"
#define LIBWOLFBOOT_VERSION_HEX 0x02000002

#ifndef WOLFBOOT_VERSION
#define WOLFBOOT_VERSION LIBWOLFBOOT_VERSION_HEX
Expand Down

0 comments on commit a020852

Please sign in to comment.