Official git repo for the CHIRP project
Go to file
Dan Smith f48b6ddd1d bj9900: Presumptive byte-clean fixes
This is untested (other than driver tests) and thus may not work,
but it's closer than it was. Note that this was _passing_ the clone
tests because it was failing to provide a bytes to struct.pack(),
which was raising the required RadioError the test expects. However,
once fixing it, it will clone in from SerialGarbage without any
complaint. So I added an assertion to the end of the clone-in that
I think is correct based on the file data match logic, but is, of
course, untested.
2024-02-15 15:41:20 -08:00
.github Update PR guidelines for ticket linkage 2024-02-02 20:11:46 -08:00
chirp bj9900: Presumptive byte-clean fixes 2024-02-15 15:41:20 -08:00
snap Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
tests bj9900: Presumptive byte-clean fixes 2024-02-15 15:41:20 -08:00
tools Add commit check banning the use of eval() 2024-02-07 15:49:29 -08:00
.gitignore Update gitignore 2024-02-05 17:04:53 -08:00
.hgignore Merge branch 'master' into py3 2022-09-09 14:04:46 -07:00
.hgtags Added tag release_0_4_0 for changeset e91f09ca03d0 2014-03-24 15:07:34 -07:00
.pre-commit-config.yaml Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
.pylintrc Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
chirpc Add back the easy chirpc runner 2023-01-14 07:45:56 -08:00
chirpwx.py Start fresh with setup.py 2022-11-23 17:54:28 -08:00
COPYING Add COPYING 2008-07-19 15:43:46 -07:00
INSTALL Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
MANIFEST.in Fix including locale files in setup-based builds 2023-03-21 17:05:01 -07:00
pylintrc Add a pylintrc file 2012-04-27 14:35:40 -07:00
README.chirpc Fix spelling 2022-08-09 14:19:03 +02:00
README.developers Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
README.md Remove mention of mercurial mirroring 2022-12-27 13:52:31 -08:00
README.rpttool Add a README file for the rpttool 2009-04-25 11:06:04 -07:00
requirements.txt python3-future is not needed anymore 2024-02-15 15:09:47 -08:00
rpttool Fix style issues (3/4) (#2355) 2015-02-27 15:54:25 -08:00
setup.cfg Parameters for RPM build 2009-04-25 12:02:04 -07:00
setup.py python3-future is not needed anymore 2024-02-15 15:09:47 -08:00
test-requirements.txt Stop using mock from external packages 2023-02-22 19:23:41 -08:00
tox.ini Handle plurals in translations 2024-01-16 16:30:07 -08:00

CHIRP Project

This is the official git repository for the CHIRP project.

When submitting PRs, please squash commits into logical units in a fashion similar to what is currently expected by the project on the mailing list.

For Python3 driver testing status, see this file.