mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
Merge branch 'master' into upload-driver-v0.3
This commit is contained in:
commit
d0ed717fb8
@ -185,6 +185,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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,6 @@ a = Analysis(
|
|||||||
runtime_hooks=[],
|
runtime_hooks=[],
|
||||||
excludes=[],
|
excludes=[],
|
||||||
noarchive=False,
|
noarchive=False,
|
||||||
optimize=0,
|
|
||||||
)
|
)
|
||||||
pyz = PYZ(a.pure)
|
pyz = PYZ(a.pure)
|
||||||
|
|
||||||
|
|||||||
8
openocd-scripts/interface/start-link.cfg
Normal file
8
openocd-scripts/interface/start-link.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
interface usb_blaster
|
||||||
|
usb_blaster lowlevel_driver ftdi
|
||||||
|
usb_blaster vid_pid 0x16c0 0x05dc
|
||||||
|
usb_blaster pin pin6 s
|
||||||
|
usb_blaster pin pin8 t
|
||||||
|
# usb_blaster_device_desc "START-MIK32-V1 USB JTAG"
|
||||||
Loading…
Reference in New Issue
Block a user