Initial support for BL808

Not working yet
This commit is contained in:
Marek Kraus
2022-11-10 21:36:00 +01:00
parent cae1bf0202
commit 738626e67e
5 changed files with 36 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "blisp.h"
struct blisp_chip blisp_chip_bl808 = {
.type = BLISP_CHIP_BL808,
.type_str = "bl808",
.usb_isp_available = true,
.handshake_byte_multiplier = 0.006f,
};