From a794b58e44defc9c0eadf9a1db19fc06047fe211 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sun, 22 Sep 2024 13:00:29 +0300 Subject: [PATCH] init v1.4.3 --- README.md | 12 ++++++++++++ package.yml | 21 +++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 README.md create mode 100644 package.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e49681e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# IMSProg + +**IMSProg** - **I**2C, **M**icroWire and **S**PI EEPROM/Flash chip +**Prog**rammer - is a program to read, write EEPROM chips use the +`CH341A programmer` device. + +![CH341A black](https://raw.githubusercontent.com/bigbigmdm/IMSProg/refs/heads/main/img/ch341_black150.png) ![CH341A green](https://raw.githubusercontent.com/bigbigmdm/IMSProg/refs/heads/main/img/ch341_green150.png) + +The IMSProg makes respect to [QHexEdit2](https://github.com/Simsys/qhexedit2) +hex editor and [SNANDer programmer](https://github.com/McMCCRU/SNANDer). The +format of the chip database is based on the format used in EZP2019, EZP2020, +EZP2023, Minpro I, XP866+ programmers. Warning, format is not the same! diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..03ee407 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : imsprog +version : 1.4.3 +release : 1 +source : + - https://github.com/bigbigmdm/IMSProg/archive/refs/tags/v1.4.3.tar.gz : c1c26c5aeb83116b4a519f60a5c35deda296b14a16134dbbad159f8f62964079 +homepage : https://antenna-dvb-t2.ru/IMSProg.php +license : GPL-2.0-or-later +component : programming.tools +summary : Software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips +description: | + Software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips +builddeps : + - pkgconfig(Qt5UiTools) + - pkgconfig(libusb-1.0) + - qt5-base +setup : | + %cmake_ninja +build : | + %ninja_build +install : | + %ninja_install