From bef35620e50744b42f43ac19d5b5624dcab67cc6 Mon Sep 17 00:00:00 2001 From: Hiroki Noda Date: Mon, 7 May 2018 07:57:17 +0900 Subject: [PATCH] Add bobbin-cli --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f51fcfd..4e58546 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption - [μtest](https://github.com/japaric/utest) unit testing for microcontrollers and other no-std systems. - [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. ## Device crates