Compare commits

...

4 Commits

Author SHA1 Message Date
River M
23ca06a336
add Badges (#23)
* Update README.md

syntax error in instructions. this command as written will not work because if flag --chip is used it needs to be --chip=bl70x with the "="
does not work: blisp write --chip bl70x --reset name_of_firmware.bin
or if "=" is not desired then "-c bl70x" could be used instead.

-c, --chip=<chip_type>    Chip Type

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

---------

Co-authored-by: River <97197236+River-b@users.noreply.github.com>
Co-authored-by: Marek Kraus <gamelaster@users.noreply.github.com>
2023-03-02 09:59:05 +01:00
River M
c157261bf2 Update README.md 2023-03-02 09:44:16 +01:00
River M
b54d820408 Update README.md 2023-03-02 09:44:16 +01:00
River M
9d4294f308 Update README.md 2023-03-02 09:44:16 +01:00

View File

@ -1,3 +1,9 @@
![Custom badge](https://img.shields.io/endpoint?style=social&url=https%3A%2F%2Fhits.dwyl.com%2Fpine64%2Fblisp.json)
![GitHub all releases](https://img.shields.io/github/downloads/pine64/blisp/total?logoColor=gray&style=social)
![Discord](https://img.shields.io/discord/463237927984693259?logo=discord&logoColor=gray&style=social)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/pine64/blisp?logoColor=gray&style=social)
# Bouffalo Labs ISP tool & library # Bouffalo Labs ISP tool & library
Open source tool and library for flashing Bouffalo RISC-V MCUs. Open source tool and library for flashing Bouffalo RISC-V MCUs.
@ -16,7 +22,7 @@ Open source tool and library for flashing Bouffalo RISC-V MCUs.
# Supported OS # Supported OS
- [x] Windows - [x] Windows
- [x] Linux - [x] Linux
- [x] Apple - [x] MacOS
- [x] FreeBSD - [x] FreeBSD
# Building # Building