init v1.4.3

This commit is contained in:
Alexander Zhirov 2024-09-22 13:00:29 +03:00
commit a794b58e44
2 changed files with 33 additions and 0 deletions

12
README.md Normal file
View File

@ -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!

21
package.yml Normal file
View File

@ -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