Skip to content
Snippets Groups Projects
Commit 1fc2f771 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Added a README

parent e6f69ed0
No related branches found
No related tags found
No related merge requests found
D7018E Special Studies RUST
===========================
Assignment 4
------------
## Dependencies
Cargo rustc cargo-clone xargo
See [this guide](https://gitlab.henriktjader.com/d7018e-special-studies-embedded-systems/are_we_embedded_yet/blob/master/doc/Ecosystem.md)
and [this](https://gitlab.henriktjader.com/d7018e-special-studies-embedded-systems/are_we_embedded_yet/blob/master/doc/Quickstart.md)
for instructions.
## Installation
```
git clone https://gitlab.henriktjader.com/D7018E-SS-RUST/a4_decode.git
```
or
```
git clone git@gitlab.henriktjader.com:D7018E-SS-RUST/a4_decode.git
```
for developers.
## Usage
### Compile:
```
xargo build
```
### Run:
```
arm-none-eabi-gdb debug/$TARGET/debug/app
```
## Description
Will take the string from CODED and output the decoded string into PLAIN
## Analysis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment