ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs
Go to file
Robert Lipe e789cdf809 Modifications for MacOS to let it find data files in the same directory
as the executable.
This is totally wrong for a "normal" MacOS app bundle, but it follows
the existing Linux convention.
2022-10-23 02:26:06 -04:00
.idea Initial commit 2022-08-24 12:06:39 +02:00
include WIP 2022-10-05 11:35:44 +02:00
lib WIP 2022-10-05 11:35:44 +02:00
tools/blisp Modifications for MacOS to let it find data files in the same directory 2022-10-23 02:26:06 -04:00
vendor Add libserialport + another improvements 2022-09-12 13:14:55 +02:00
.clang-format Initial commit 2022-08-24 12:06:39 +02:00
.gitignore Initial commit 2022-08-24 12:06:39 +02:00
.gitmodules Add libserialport + another improvements 2022-09-12 13:14:55 +02:00
CMakeLists.txt Add some macOS related stuff 2022-10-05 11:53:32 +02:00
README.md WIP 2022-09-25 10:58:59 +02:00

Bouffalo Labs ISP tool & library

Tool and library for flashing their RISC-V MCUs.

Supported MCUs

  • BL602 / BL604
  • BL702 / BL704 / BL706
  • BL606P
  • BL616 / BL618
  • BL808

To Do

  • Another code style
  • Finalize API
  • SDIO and JTAG support