2020
2121## 1. Introduction
2222The ` mTower ` is a new Trusted Execution Environment (TEE) specially designed
23- to protect size-constrained IoT devices based on Cortex-m23 MCU. Usage mTower
24- pre-embedded into the microcontroller, a module developer can use a simple SDK
25- that based on Global Platform API standards to add security to their solution.
23+ to protect size-constrained IoT devices based on Cortex-M23 and RISC-V MCUs.
24+ Usage mTower pre-embedded into the microcontroller, a module developer can use
25+ a simple SDK that based on Global Platform API standards to add security to
26+ their solution.
27+
28+ > ** Important Notice:** This project is created for ** research purposes**
29+ > to explore security systems and software solutions for ARM and RISC-V
30+ > microcontrollers. The project is in ** active development stage** .
31+ >
32+ > ** Security research is welcome:** vulnerability analysis, reports, and
33+ > fix suggestions are highly appreciated.
34+ >
35+ > ** Disclaimer:** Code is provided "as is" without warranties. Users assume
36+ > all risks. Project is for research, educational, and experimental purposes.
2637
2738---
2839## 2. License
@@ -45,11 +56,11 @@ between platforms, a `PLATFORM` flag has been introduced.
4556
4657| Platform | Composite PLATFORM flag | Maintained |
4758| ---------------------------| ------------------------------------| ------------|
48- | [ NuMaker-PFM-M2351] | ` PLATFORM=numaker_pfm_m2351 ` | v0.6.0 |
49- | [ M2351-Badge] | ` PLATFORM=m2351_badge ` | v0.6.0 |
50- | [ V2M-MPS2] | ` PLATFORM=mps2_an505_qemu ` | v0.6.0 |
51- | [ SparkFun RED-V RedBoard] | ` PLATFORM=sparkfun_redboard ` | v0.6.0 |
52- | [ Pine64 Ox64] | ` PLATFORM=pine64_ox64 ` | v0.6.0 |
59+ | [ NuMaker-PFM-M2351] | ` PLATFORM=numaker_pfm_m2351 ` | v0.6.1 |
60+ | [ M2351-Badge] | ` PLATFORM=m2351_badge ` | v0.6.1 |
61+ | [ V2M-MPS2] | ` PLATFORM=mps2_an505_qemu ` | v0.6.1 |
62+ | [ SparkFun RED-V RedBoard] | ` PLATFORM=sparkfun_redboard ` | v0.6.1 |
63+ | [ Pine64 Ox64] | ` PLATFORM=pine64_ox64 ` | v0.6.1 |
5364
5465For information on adding a new platform see the [ how to add a platform] .
5566
0 commit comments