diff --git a/README.md b/README.md index 7d7e9b19..3aea205b 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ between platforms, a `PLATFORM` flag has been introduced. | Platform | Composite PLATFORM flag | Maintained | |-----------------------|------------------------------------|------------| -| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.2 | -| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.2 | +| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.3 | +| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.3 | For information on adding a new platform see the [how to add a platform]. diff --git a/ReleaseNotes b/ReleaseNotes index 7b05058b..e329cc0c 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -43,6 +43,16 @@ mTower 0.2.0 * Fixed bug related to incorrect parameter passing between Normal and Secure Worlds +mTower 0.3.0 + +* Added Peripheral Secure Attribution Configuration +* Added support for M2351-Badge by Samsung R&D Institute Ukraine (SRK) +* Added secure/non-secure debug UART configuration +* Added configuration menu option to enable/disable Spy app +* Added configuration mechanism for selecting output file format +* Shifted NSC area to main code (NSC area address is dynamically calculated) +* Added Trusted boot configuration options + Work in progress ---------------- diff --git a/docs/build.md b/docs/build.md index 9cf06ee1..e43612ee 100644 --- a/docs/build.md +++ b/docs/build.md @@ -6,8 +6,8 @@ differences between platforms, a `PLATFORM` flag has been introduced. | Platform | Composite PLATFORM flag | Maintained | Quick start guide doc | |---------------------|-----------------------------|------------|------------------------| -| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.2 | [numaker_pfm_m2351.md] | -| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.2 | [m2351_badge.md] | +| [NuMaker-PFM-M2351] |`PLATFORM=numaker_pfm_m2351` | v0.3 | [numaker_pfm_m2351.md] | +| [M2351-Badge] |`PLATFORM=m2351_badge` | v0.3 | [m2351_badge.md] | --- diff --git a/include/mtower/version.h b/include/mtower/version.h index 905ae35c..23e4a80a 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.2" +#define VERSION "0.3" /* Public Types */