docs: add README.md to crates

This commit is contained in:
spacemeowx2 2020-12-05 00:17:13 +08:00
parent 74ac2d2170
commit c8b3b6d923
2 changed files with 17 additions and 0 deletions

14
blflash/README.md Normal file
View File

@ -0,0 +1,14 @@
# blflash
BL602 serial flasher
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
## TODO
- [x] Flash protocol
- [x] Generate Partition bin
- [x] Generate boot info with compiled bin
- [ ] Generate dtb bin

3
cargo-blflash/README.md Normal file
View File

@ -0,0 +1,3 @@
# cargo-blflash
Work in progress