From 962e71b1c37ea16291d21c928d15a192f0168ba6 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Fri, 26 Oct 2018 09:56:23 +0200 Subject: [PATCH] Move next to utest --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 472efae..d571a1c 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,14 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption - [xargo](https://github.com/japaric/xargo) Rust package manager with support for non-default std libraries — build rust runtime for your own embedded system. - [svd2rust](https://github.com/japaric/svd2rust) Generate Rust structs with register mappings from SVD files. - [μtest](https://github.com/japaric/utest) unit testing for microcontrollers and other no-std systems. +- [`embedded-hal-mock`] Mock implementation of `embedded-hal` traits for testing without accessing real hardware. - ![crates.io](https://img.shields.io/crates/v/embedded-hal-mock.svg) - [bindgen](https://crates.io/crates/bindgen) Automatically generates Rust FFI bindings to C and C++ libraries. - ![crates.io](https://img.shields.io/crates/v/bindgen.svg) - [cortex-m semihosting](https://github.com/japaric/cortex-m-semihosting) Semihosting for ARM Cortex-M processors - [bobbin-cli](https://github.com/bobbin-rs/bobbin-cli) A Rust command line tool to simplify embedded development and deployment. - [cargo-fel4](https://github.com/maindotrs/cargo-fel4) A Cargo subcommand for working with feL4 projects. - ![crates.io](https://img.shields.io/crates/v/cargo-fel4.svg) +[`embedded-hal-mock`]: https://crates.io/crates/embedded-hal-mock + ## Device crates Register definition for microcontroller families. Usually generated using [`svd2rust`]. - ![crates.io](https://img.shields.io/crates/v/svd2rust.svg) @@ -146,13 +149,6 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run [`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal -### Testing - -- [`embedded-hal-mock`] - ![crates.io](https://img.shields.io/crates/v/embedded-hal-mock.svg) - - Mock implementation of `embedded-hal` traits for testing without accessing real hardware. - -[`embedded-hal-mock`]: https://crates.io/crates/embedded-hal-mock - ### Nordic - [`nrf51-hal`](https://crates.io/crates/nrf51-hal) - ![crates.io](https://img.shields.io/crates/v/nrf51-hal.svg)