Skip to content

Commit

Permalink
Added info required for progressing from v0.2 to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrozdovsky committed Nov 26, 2019
1 parent 8f48b71 commit d6d3e69
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

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

4 changes: 2 additions & 2 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] |


---
Expand Down
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.2"
#define VERSION "0.3"


/* Public Types */
Expand Down

0 comments on commit d6d3e69

Please sign in to comment.