This commit is contained in:
Sergey Shchelkanov 2023-04-11 10:39:52 +03:00
parent 834952254b
commit 4e726f406e
2 changed files with 3 additions and 1 deletions

View File

@ -124,3 +124,5 @@ def get_content(filename: str) -> list[int]:
raise Exception("Unsupported file format")
return content
# parse_hex("mik32-uploader../test-roms/eeprom.hex")

View File

@ -6,7 +6,7 @@ import subprocess
import mik32_eeprom
import mik32_spifi
import mik32_ram
from mik32_parsing import *
from mik32_parsers import *
import os
from typing import Iterable