Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions content/blog/2025/02/announcing-esp-tee/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ tags:

We are thrilled to announce the availability of the **ESP-TEE (Trusted Execution Environment)** framework for the **ESP32-C6**! Designed to enhance security on Espressif's SoCs, ESP-TEE enables a protected execution environment to safeguard sensitive information and operations.

<figure style="width: 80%; margin: 0 auto; text-align: center;">
<img
src="img/esp-tee-logo.webp"
alt="ESP-TEE Logo"
title="ESP-TEE Logo"
style="width: 100%;"
/>
<figcaption>The ESP-TEE (Espressif Trusted Execution Environment) Framework</figcaption>
</figure>

## The Importance of the ESP-TEE

Security is paramount in the IoT landscape, where billions of devices exchange sensitive information daily. The ESP-TEE framework empowers developers by offering:
Expand Down