mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 19:21:30 +00:00
Initial support for BL808
Not working yet
This commit is contained in:
@@ -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,
|
||||
};
|
||||
Reference in New Issue
Block a user