Mikhail Medvedev

Results 145 comments of Mikhail Medvedev

@Kiwimannen , hello! Please refer to the console utility [snander](https://github.com/Droid-MAX/SNANDer). If it does not support your chip, please edit the file [spi_nand_flash.c](https://github.com/Droid-MAX/SNANDer/blob/master/src/spi_nand_flash.c) according to Datasheet.

@AndreiCherniaev I only use CMake. The .pro files are only needed for my QT5 Creator. (Not used for builds).

They are included in .gitignore. Since I use two computers in different locations for now I am comfortable storing .pro files on GitHub.

Yes, i thing it, but it is historical

This is a secondary objective. Especially since I use these files when using QTCreator. Neither Debian nor RedHat Developers are embarrassed by their presence. There is a much more interesting...

@AndreiCherniaev , I'm not convinced. I am not comfortable installing intermediate versions in /usr/bin. So I have to make two CMakeLists.txt - one for the release, one for myself. That's...

Yes, you only need to `compare byte by byte`. Will I need to use the `addUserArea` function to do this? Can I use this function one to two million times...

Hello, @Simsys ! I used two QHexEdits and synchronised vertical scrolling. ![Image](https://github.com/user-attachments/assets/94d5fe0f-da9d-48b9-b4af-cc2dd4c7d0a2) Answer me please: 1. How to compare only **visible** content? 2. How to mark the differences?

I built it [here](https://github.com/bigbigmdm/Binary_file_comparator), but to work in the `qhexedit.h` file, I need to move `_bPosFirst` and `_bPosLast` from the `private` section to the `public` section.

Hello? @lehjr ! Today IMSProg can only work with SPI NOR FLASH chips. Your chip is SPI NAND. I am only thinking about SPI NAND Flash memory support for now....