From 7e82a36412f78e50faf910107ec304b1f09f91e6 Mon Sep 17 00:00:00 2001 From: michelepagot Date: Tue, 7 Sep 2021 18:16:50 +0200 Subject: [PATCH] Mention in the ravedude documentation what is a suitable avrdude versioin to be used (6.3) --- ravedude/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ravedude/README.md b/ravedude/README.md index 554952cc97..c8b450b63f 100644 --- a/ravedude/README.md +++ b/ravedude/README.md @@ -1,7 +1,7 @@ ravedude [![crates.io page](https://img.shields.io/crates/v/ravedude.svg)](https://crates.io/crates/ravedude) ======== `ravedude` is a CLI utility to make Rust development for AVR microcontrollers -super smooth. It's a wrapper around `avrdude` and provides easy access to the +super smooth. It's a wrapper around `avrdude` (tested with avrdude version 6.3) and provides easy access to the target's serial console, similar to the Arduino IDE. `ravedude` is meant to be used as a cargo "runner". This allows you to just use