mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 21:37:05 +03:00
Добавлена конфигурация программатора платы START-MIK32
This commit is contained in:
parent
4b2bd5dbcb
commit
e2c1cd1fea
@ -186,6 +186,7 @@ def form_pages(segments: List[Segment], boot_mode=BootMode.UNDEFINED) -> Pages:
|
|||||||
|
|
||||||
adapter_speed_not_supported = [
|
adapter_speed_not_supported = [
|
||||||
"altera-usb-blaster",
|
"altera-usb-blaster",
|
||||||
|
"start-link",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
7
openocd-scripts/interface/start-link.cfg
Normal file
7
openocd-scripts/interface/start-link.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
adapter driver usb_blaster
|
||||||
|
usb_blaster lowlevel_driver ftdi
|
||||||
|
# These are already the defaults.
|
||||||
|
# usb_blaster vid_pid 0x09FB 0x6001
|
||||||
|
# usb_blaster device_desc "USB-Blaster"
|
||||||
Loading…
Reference in New Issue
Block a user