blisp/lib/chip/blisp_chip_bl61x.c

12 lines
281 B
C
Raw Normal View History

// SPDX-License-Identifier: MIT
#include "blisp.h"
struct blisp_chip blisp_chip_bl61x = {
.type = BLISP_CHIP_BL61X,
.type_str = "bl808",
.usb_isp_available = true,
.default_xtal = "-", // ?
.handshake_byte_multiplier = 0.003f,
2023-01-09 20:23:46 +00:00
.get_eflash_loader = NULL
};