troll-rs

Crates.iotroll-rs
lib.rstroll-rs
version0.1.0
sourcesrc
created_at2024-07-05 15:22:06.246548
updated_at2024-07-05 15:22:06.246548
descriptionA tool to help creating and building a Troll relocatable binary
homepagehttps://gitlab.univ-lille.fr/2xs/pip/troll-rs
repositoryhttps://gitlab.univ-lille.fr/2xs/pip/troll-rs.git
max_upload_size
id1292839
size80,361
Michael Hauspie (hauspie)

documentation

README

Troll : Tiny Relocatable Object file format

troll-rs is a command to ease the process of developping (in rust) a piece of software that can be build to a Trol file format, a lightweight, binary, relocatable code format that can be executed from any address on an ARM Thumb architecture with flash memory.

Installation

To install this software, you must have a running Rust environnement and install it using

cargo install troll-rs

Creating a new project

To start working on a new project, you simply have to call

troll-rs new PATH_TO_NEW_FOLDER

troll-rs will create your folder by cloning our template (hosted at https://gitlab.univ-lille.fr/2xs/pip/troll-template)

You can then have a look at the README.md file in the newly created folder to get the instructions for starting your own application.

Commit count: 0

cargo fmt