From 4f6df4fb46173354e77a1b585726c00567b0ed80 Mon Sep 17 00:00:00 2001 From: Marek Kraus Date: Mon, 12 Sep 2022 16:47:58 +0200 Subject: [PATCH] Add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..671a1e6 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Bouffalo Labs ISP tool & library + +Tool and library for flashing their RISC-V MCUs. + +# Supported MCUs + +- [ ] BL602 / BL604 +- [X] BL702 / BL704 / BL706 +- [ ] BL606P +- [ ] BL616 / BL618 +- [ ] BL808 + +# To Do + +- [ ] Another code style +- [ ] Separate `blisp` flashing to library \ No newline at end of file