mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 21:37:05 +03:00
change for local import
This commit is contained in:
parent
4e726f406e
commit
6035ef1fb5
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
import time
|
import time
|
||||||
from tclrpc import TclException
|
from .tclrpc import TclException
|
||||||
from tclrpc import OpenOcdTclRpc
|
from .tclrpc import OpenOcdTclRpc
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# PM register offset
|
# PM register offset
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
from tclrpc import TclException
|
from .tclrpc import TclException
|
||||||
from tclrpc import OpenOcdTclRpc
|
from .tclrpc import OpenOcdTclRpc
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
def write_file(filename):
|
def write_file(filename):
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
import time
|
import time
|
||||||
from tclrpc import TclException
|
from .tclrpc import TclException
|
||||||
from tclrpc import OpenOcdTclRpc
|
from .tclrpc import OpenOcdTclRpc
|
||||||
|
|
||||||
# --------------------------
|
# --------------------------
|
||||||
# PM register offset
|
# PM register offset
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
import shlex
|
import shlex
|
||||||
from tclrpc import OpenOcdTclRpc
|
from .tclrpc import OpenOcdTclRpc
|
||||||
import argparse
|
import argparse
|
||||||
import sys
|
import sys
|
||||||
import subprocess
|
import subprocess
|
||||||
import mik32_eeprom
|
from .mik32_eeprom import *
|
||||||
import mik32_spifi
|
from .mik32_spifi import *
|
||||||
import mik32_ram
|
from .mik32_ram import *
|
||||||
from mik32_parsers import *
|
from .mik32_parsers import *
|
||||||
import os
|
import os
|
||||||
from typing import Iterable
|
from typing import Iterable
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user