Open
Description
Please add support for BL602/BL604 made by BouffaloLab
The BL602 is a general purpose microcontroller based on the “SiFive E24 Core” RISC-V processor.
Notice that it's only based on the SiFive E24 Core, so I don't think the existing SiFive platform will work for this chip.
There's a lot of documentation and SDK's avaiable:
- https://www.bouffalolab.com/bl602
- https://github.com/bouffalolab (SDK's, NuttX fork, flashing tools)
- en docs: https://pine64.github.io/bl602-docs/
- BL602 vs Other RISC-V Microcontrollers (includes a list of 3 example boards)
- https://github.com/mkroman/awesome-bouffalo
There is a "Nutcracker challenge" to re-implement the Wifi and BLE blobs as open source, but I hope that the official SDKs (with the closed blobs) will be sufficient to get it working with PlatformIO in the meantime.