Skip to content

Commit

Permalink
Added info required for progressing from v0.1 to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
omoliavko committed Aug 12, 2019
1 parent 712a76e commit 1d84a3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
12 changes: 12 additions & 0 deletions ReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------

2 changes: 1 addition & 1 deletion include/mtower/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* All C pre-processor macros are defined here. */

/** mTower version */
#define VERSION "0.1"
#define VERSION "0.2"


/* Public Types */
Expand Down

0 comments on commit 1d84a3b

Please sign in to comment.