All Projects → Samsung → mTower

Samsung / mTower

Licence: Unknown, Unknown licenses found Licenses found Unknown LICENSE Unknown COPYING
mTower is Trusted Execution Environment specially designed to be used on MicroController Units (MCUs) supporting ARM TrustZone technology (e.g., Cortex-M23/33/35p). mTower operates well under restrictions typical for such environment – small RAM and ROM sizes, relatively low performance, absence of rich OSes providing variety of services availab…

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to mTower

Gnu Eprog
Embedded Programming with the GNU Toolchain
Stars: ✭ 230 (+576.47%)
Mutual labels:  gcc, bootloader
Openblt
Official read-only mirror of the SVN OpenBLT bootloader repository. Updated daily.
Stars: ✭ 256 (+652.94%)
Mutual labels:  microcontroller, bootloader
stm32f10x makefile freertos
stm32f10x gcc makefile freertos
Stars: ✭ 28 (-17.65%)
Mutual labels:  gcc, freertos
incubator-teaclave-trustzone-sdk
Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
Stars: ✭ 126 (+270.59%)
Mutual labels:  trustzone, trusted-execution-environment
Neorv32
A small and customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.
Stars: ✭ 106 (+211.76%)
Mutual labels:  microcontroller, gcc
Stm32 Bootloader
Customizable Bootloader for STM32 microcontrollers. This example demonstrates how to perform in-application-programming of a firmware located on an external SD card with FAT32 file system.
Stars: ✭ 541 (+1491.18%)
Mutual labels:  microcontroller, bootloader
mikroe-uhb
USB HID Bootloader programming tool for devices manufactured by MikroElektronika
Stars: ✭ 15 (-55.88%)
Mutual labels:  microcontroller, bootloader
Polymcu
An open framework for micro-controller software
Stars: ✭ 173 (+408.82%)
Mutual labels:  microcontroller, gcc
Awesome Embedded
A curated list of awesome embedded programming.
Stars: ✭ 831 (+2344.12%)
Mutual labels:  microcontroller, bootloader
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+16191.18%)
Mutual labels:  microcontroller, freertos
Neo430
A very small msp430-compatible customizable soft-core microcontroller-like processor system written in platform-independent VHDL.
Stars: ✭ 120 (+252.94%)
Mutual labels:  microcontroller, gcc
Xpcc
DEPRECATED, use our successor library https://modm.io instead
Stars: ✭ 177 (+420.59%)
Mutual labels:  microcontroller, gcc
Keep-It-Secure-File-Encryption
Keep It Secure Private Data Encryption & Decryption Tool
Stars: ✭ 38 (+11.76%)
Mutual labels:  secure
PIC16F1-USB-DFU-Bootloader
DFU protocol variant of Matt Sarnoff's PIC16F1-USB-Bootloader
Stars: ✭ 39 (+14.71%)
Mutual labels:  bootloader
lgtv2mqtt
Interface between LG WebOS Smart TVs and MQTT 📺
Stars: ✭ 90 (+164.71%)
Mutual labels:  smarthome
ble2mqtt
Bluetooth to MQTT bridge, add your bluetooth-capable (including controllable) devices to your smart home
Stars: ✭ 46 (+35.29%)
Mutual labels:  smarthome
Seeed Arduino FreeRTOS
This library gives an example of how to get FreeRTOS running on Seeed production. The project can be used as a template to build your projects off of as well.
Stars: ✭ 27 (-20.59%)
Mutual labels:  freertos
libavrutil
Easy to use, lightweight and unified library for performing common microcontroller tasks
Stars: ✭ 21 (-38.24%)
Mutual labels:  microcontroller
path planning GAN
Path Planning using Generative Adversarial Network (GAN)
Stars: ✭ 36 (+5.88%)
Mutual labels:  smarthome
EnvOpenPico
An open source RP2040 MCU Board Family
Stars: ✭ 87 (+155.88%)
Mutual labels:  microcontroller

mTower

Contents

  1. Introduction
  2. License
  3. Platforms supported
  4. Get and build mTower software
  5. Source code structure
  6. Coding standards
  7. Documentation
  8. Contributing

1. Introduction

The mTower is a new Trusted Execution Environment (TEE) specially designed to protect size-constrained IoT devices based on Cortex-m23 MCU. Usage mTower pre-embedded into the microcontroller, a module developer can use a simple SDK that based on Global Platform API standards to add security to their solution.


2. License

mTower software consists of multiple components that are individually available under different licensing terms. Terms for each individual file are listed at the beginnings of corresponding files; also, all licenses are listed in COPYING file.


3. Platforms supported

NuMaker-PFM-M2351 M2351-Badge V2M-MPS2-Qemu How to add a platform
V2M-MPS2-Qemu

Several platforms are supported. In order to manage slight differences between platforms, a PLATFORM flag has been introduced.

Platform Composite PLATFORM flag Maintained
NuMaker-PFM-M2351 PLATFORM=numaker_pfm_m2351 v0.4
M2351-Badge PLATFORM=m2351_badge v0.4
V2M-MPS2-Qemu PLATFORM=mps2_an505_qemu v0.4

For information on adding a new platform see the how to add a platform.


4. Get and build mTower software

Please see build for instructions how to run mTower on various devices.


5. Source code structure

The general source code structure for mTower is similar to the structure of the multy platforms source code.


6. Coding standards

In this project we are trying to adhere to the mTower coding convention (see CodingStyle). However there are a few exceptions that we had to make since the code also uses other open source components.


7. Documentation

There is a brief overall functionality description of mTower. Other mTower documentation for the project is located in the docs folder. The latest version of the specification that describes the mTower source code can be generated using doxygen tool from command line. To generate documentation, use

make docs_gen

command, and to view generated docs use

make docs_show

Note that documentation on mTower is work in progress, and right now doxygen does not provide much documentation.


8. Contributing

If you want to contribute to the mTower project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems. How to contribute you can find here.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].