Skip to content

mTower v0.2.0

Compare
Choose a tag to compare
@tdrozdovsky tdrozdovsky released this 14 Feb 20:51
· 117 commits to master since this release

Features

  • Added H/W security exception example
  • Returned Windows CR+LF symbols into CMSIS files
  • Ported hotp example from OP-TEE
  • Refactored code structure
  • Partially implemented (ported) the GP "TEE Internal API"
  • Fixed bug: when passing parameters from nw to sw and added init version of AES example

Documentation

  • Refactored some source code; clarified licensing terms in COPYING file
  • Updated article for JOSS
  • Fixed some License inacuracy
  • Added more detailed explanation of "how to add a new platform"
  • Added guide on creating mTower-based app
  • Added mTower functionality description for Nonsecure and Secure parts
  • Added instructions to download NuMicro ICE Programming Tool and flash NuMaker-PFM-M2351 device
  • Removed author points from community-authored documents in paper.bib of JOSS article
  • Added TEE-related specs to repository, and updated references in JOSS article.
  • Fixed author list in JOSS paper
  • Fixed license discrepancies
  • Rewritten research applications part of JOSS paper draft
  • Updated research applications part of JOSS paper draft
  • Added first draft of paper for JOSS

Bug Fixes

  • Fixed name function inacuracy in hello_world_ta.c

Tests

  • Added mTower test suite

Chores

  • Fixed some formatting