diff --git a/README.md b/README.md index 952a9523..ef48e0f2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ between platforms, a `PLATFORM` flag has been introduced. | Platform | Composite PLATFORM flag | Maintained | |-----------------------|------------------------------------|------------| -| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.1 | +| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.2 | Fo information on adding a new platform see the [how to add a platform]. diff --git a/ReleaseNotes b/ReleaseNotes index 3cb6b9d1..7b05058b 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -31,6 +31,18 @@ Architecture support: * pseudo-TAs support (built-in TAs that are parts of single binary image) * two examples are included (HelloWorld and template application) +mTower 0.2.0 + +* Added files of JOSS article +* Ported hotp example from OP-TEE +* Enhanced documentation +* Added GP TEE test suite +* Added HW security exception example +* Clarified licensing terms +* Refactored parts of source code +* Fixed bug related to incorrect parameter passing between Normal and Secure + Worlds + Work in progress ---------------- diff --git a/include/mtower/version.h b/include/mtower/version.h index 9d7fd215..905ae35c 100644 --- a/include/mtower/version.h +++ b/include/mtower/version.h @@ -28,7 +28,7 @@ /* All C pre-processor macros are defined here. */ /** mTower version */ -#define VERSION "0.1" +#define VERSION "0.2" /* Public Types */