Skip to content
Snippets Groups Projects
Commit 9f9e8755 authored by DevDoggo's avatar DevDoggo
Browse files

Updated README.md

parent 9154ed49
Branches
No related tags found
No related merge requests found
# `cortex-m-quickstart`
# Decryptor for the Cortex-M
## Requirements
STM32F401 Nucleo-64
Rust
> A template for building applications for ARM Cortex-M microcontrollers
## Description
This is code made to be run ontop of a microcontroller.
It uses a seed to decrypt an encrypted string of input.
# [Documentation](https://docs.rs/cortex-m-quickstart)
## How to use
There are three .sh scripts ready to be used.
# License
compile.sh
Licensed under either of
> Builds using cargo onto the target thumbv7em-none-eabihf in --release mode
openocd.sh
> Runs the code on the target
gdb.sh
> Runs gdb and connects to the target's code
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment