From 4ee114eb21294e7d90df1c2e9c51884d5fc9b59d Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 5 Feb 2022 21:05:03 -0600 Subject: [PATCH] Doc improvements for non-Rustaceans. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8902dd..d6fa0c9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ BL602 serial flasher +blflash is written in rust. It requires the latest environment of rust, which +you can get via running 'rustup update'. You can build blflash by running +'cargo build'. + Inspired by https://github.com/esp-rs/espflash, https://github.com/bouffalolab/BLOpenFlasher ISP documentation: https://github.com/bouffalolab/bl_docs/tree/main/BL602_ISP