mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 17:11:31 +00:00
Add initial support for BL60X
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
struct blisp_chip blisp_chip_bl70x = {
|
||||
.type = BLISP_CHIP_BL70X,
|
||||
.type_str = "bl70x",
|
||||
.usb_isp_available = true
|
||||
.usb_isp_available = true,
|
||||
.default_eflash_loader_xtal = "32m",
|
||||
.handshake_byte_multiplier = 0.003f,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user