Crates.io | ross-bootloader |
lib.rs | ross-bootloader |
version | 1.2.0 |
source | src |
created_at | 2021-07-23 18:06:19.039444 |
updated_at | 2021-11-23 16:12:39.743845 |
description | Bootloader for the Rusty Old Smart System |
homepage | |
repository | https://github.com/linasdev/ross-bootloader |
max_upload_size | |
id | 426361 |
size | 888,378 |
This repository contains a bootloader for the Rusty Old Smart System
project.
To build and flash this project you will need:
$ cd ross-bootloader/
$ rustup override set nightly
rust-std
components for the thumbv7m-none-eabi
target. Run:
$ rustup target add thumbv7m-none-eabi
binutils
. Installation instructions.To build this project, run:
$ cargo build --release
To flash the bootloader, run:
$ ./flash.sh
This project is licensed under the MIT License - see the LICENSE.md file for details.