News:

;) This forum is the property of Proton software developers

Main Menu

Fuse Configurator Source

Started by JohnB, Apr 25, 2023, 08:20 AM

Previous topic - Next topic

JohnB

This is the source code for the Fuse Configurator for the Proton IDE.  I don't know if it still works and it will require some rework to make it a stand alone program.  Good luck to anyone who wants to take it on.

The file is too large to be uploaded so I have shared it on my Dropbox site.
JohnB

top204

John.... I cannot thank you enough for the support you have given to the compilers community, and releasing your source for us to use and alter is a very thoughtful, and difficult, thing to do, so again, many, many thanks my friend.

JeniferHong

Something else that's worth trying is stripping the code back to the smallest example that still shows the problem. A minimal test project often makes it much easier to spot whether it's a compiler issue, a device configuration setting, or just something unexpected in the code. It's saved me a lot of time when debugging similar problems.