Skip to content

Commit 729b987

Browse files
committed
docs: Add research purpose notice to README
Signed-off-by: Taras Drozdovskyi <t.drozdovsky@samsung.com>
1 parent 2730fc8 commit 729b987

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,23 @@
2020

2121
## 1. Introduction
2222
The `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 primarily created for **research purposes**
29+
> to explore security systems and software solutions for ARM and RISC-V
30+
> microcontrollers. The project is currently in **active development stage**.
31+
>
32+
> **Security research and vulnerability analysis are welcome:**
33+
> - Security analysis and vulnerability discovery are highly encouraged
34+
> - Reports of vulnerabilities and suggestions for fixes are greatly appreciated
35+
> - Contributions to security improvements are welcome
36+
>
37+
> **Disclaimer:** The code is provided "as is" without any warranties or obligations.
38+
> Users assume all risks associated with using this software. The project is
39+
> intended for research, educational, and experimental purposes.
2640
2741
---
2842
## 2. License

0 commit comments

Comments
 (0)