Lev
Lev
This is not an issue, rather a question. Why is this library implemented as a .h file and not in a .c file? Are there any reason for this excluding...
I get this error message, when a file is changed by the [bumpversion:file:simlink_file] option: fatal: pathspec 'some/file' is beyond a symbolic link Traceback (most recent call last): File "/usr/bin/bumpversion", line...
Does this code tested on Linux host?
I design [this](https://github.com/leventelist/ham_hat) hardware that has a GPIO key connection to the radio. It would be nice if FLDIGI could key the radio using the GPIO on an RPI.
I'm playing with an AVR64DD32 chip, and I want to store data in the flash memory runtime. I started looking at the program space utilities, but I soon realized it...
I have a script that builds AVR toolchain, including avrdude. The sctipt installs the artifacts to a directory in my user's home. I've noticed that when I want to install...
The byte order might be wrong. We must test it with the reference implementation. Unfortunately, I don't have any.
The code mixes up tab and space indentation. At some point we might make this consistent through the whole project. We might use uncrustify to do the job.