Skip to content

imsprog: Add at v1.5.2 #5217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlexanderZhirov
Copy link
Contributor

Summary
Software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips

Test Plan

  1. Package installation
  2. Connecting the CH341A programmer to the PC
  3. Opening the program, recognizing the programmer
  4. Reading the BIOS chip
  5. Dumping the data
  6. Flashing the chip

Checklist

  • Package was built and tested against unstable
  • This change could gainfully be listed in the weekly sync notes once merged

**Summary**
Software for CH341A-based programmers to work with I2C, SPI and MicroWire EEPROM/Flash chips
Copy link
Member

@EbonJaeger EbonJaeger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you see if building with clang works? We usually use clang and enable LTO for Qt projects. Try adding this under the builddeps section:

clang      : yes
optimize   :
    - speed
    - thin-lto

@EbonJaeger
Copy link
Member

Also, if this package hasn't been updated to Qt6 by the time we deprecate Qt5 from the repository, this will be deprecated along with it.

@AlexanderZhirov
Copy link
Contributor Author

@EbonJaeger What do you mean by clang? Give an example, please.

@EbonJaeger
Copy link
Member

EbonJaeger commented Mar 16, 2025

Clang is another compiler for C/C++. I put in the yaml to do it in my comment, and even said where to put it in the package.yml.

For a concrete example, check out the Bluejay package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

2 participants