Skip to content
KurfuerstPilz edited this page Mar 23, 2021 · 13 revisions

Welcome

Getting Started

Instructions on how to familiarize yourself with the project and how to continue from there on can be found here.

Result

A description of the project is available here.

Documentary

Corresponding documentation can be found in the sitebar to your right -> It is advisable to first look at the result and then start with the Getting Started Guide. Also interesting to read (to understand before you get it wrong yourself) are the sections on the tools to use.

If problems or questions arise during this (or later), the Troubleshooting Guide is available.

If you decide to use additional hardware, look it up in the HAL-wiki. Also of interest, if further explanation is required, is the page about FreeRTOS, the operating system that runs on the board within our project.

Branches and structure

The main branch we did our development on is the dev-branch. The other ones were branched to add specific features. The only one currently not merged is the one fixing issue 70 (look at Results). Also the branch named static should not be deleted before putting the pictures used in this documentation somewhere else.

Structure

Inside this branch there are two main Projects: withTZ and withoutTZ, beeing what the name suggests. The withTZ projects itself consists out of two parts, the secure and the non-secure partition. For further Information see getting started and results.

Clone this wiki locally