mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 16:01:33 +00:00
Add initial support for BL60X
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "blisp.h"
|
||||
|
||||
struct blisp_chip blisp_chip_bl60x = {
|
||||
.type = BLISP_CHIP_BL60X,
|
||||
.type_str = "bl60x",
|
||||
.usb_isp_available = false,
|
||||
.default_eflash_loader_xtal = "40m",
|
||||
.handshake_byte_multiplier = 0.006f,
|
||||
};
|
||||
Reference in New Issue
Block a user