ross-bootloader

Crates.ioross-bootloader
lib.rsross-bootloader
version1.2.0
sourcesrc
created_at2021-07-23 18:06:19.039444
updated_at2021-11-23 16:12:39.743845
descriptionBootloader for the Rusty Old Smart System
homepage
repositoryhttps://github.com/linasdev/ross-bootloader
max_upload_size
id426361
size888,378
Linas Nikiperavičius (linasdev)

documentation

README

Rusty Old Smart System

This repository contains a bootloader for the Rusty Old Smart System project.

Features

  • Utilizes the STM32F103CBT microcontroller

Getting Started

Dependencies

To build and flash this project you will need:

Building

To build this project, run:

$ cargo build --release

Flashing

To flash the bootloader, run:

$ ./flash.sh

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Commit count: 0

cargo fmt