Improve the README a bit more

This commit is contained in:
Paul van Tilburg 2019-04-11 20:21:41 +02:00
parent ebeb18e8d8
commit ac8030aa4f
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 6 additions and 4 deletions

View File

@ -26,4 +26,4 @@ rust-build:
script: script:
- rustc --version && cargo --version - rustc --version && cargo --version
- cargo build --release --jobs 1 - cargo build --release --jobs 1
- cargo test --lib --target x86_64-unknown-linux-gnu -- --test-threads 1 - cargo test --lib --target x86_64-unknown-linux-gnu -- --test-threads 1

View File

@ -2,9 +2,11 @@ stm32f4disc-demo
================ ================
This is just some STM32F4DISCOVERY demo application using Rust. This is just some STM32F4DISCOVERY demo application using Rust.
It a serial command-interface for controlling (via GPIO) what the LED It has a simple serial command-interface for controlling (via GPIO) what the
ring does: cycle clock-wise, counter clock-wise, or follow the accelerometer. LED ring does: cycle clock-wise, counter clock-wise, or follow the
The accelerometer is accessed via SPI. accelerometer. The accelerometer is accessed via SPI.
The project also shows how to do unit testing and how to use GitLab CI.
Serial interface Serial interface
---------------- ----------------