mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
upd
This commit is contained in:
parent
834952254b
commit
4e726f406e
@ -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")
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user