Official git repo for the CHIRP project
Go to file
2022-12-04 11:08:37 -08:00
.github Merge branch 'master' into py3-merge 2022-11-17 19:05:17 -08:00
build Remove old win32 build scripts that are not used anymore and likey no longer work 2019-02-10 13:55:08 -08:00
chirp Fix Yaesu FTM-350 for py3 2022-12-04 11:08:37 -08:00
locale Add updated Turkish translation 2022-10-01 05:58:50 -07:00
share Show a welcome screen at start, if no files 2022-12-01 20:55:18 -08:00
snap [snapcraft.yml] rsync shared files from $SNAP/share/ to $SNAP/usr/share/ 2022-08-11 14:12:48 -05:00
stock_configs Add SE Jakradio 155MHz version to stock config (#26) 2022-07-25 15:51:58 -07:00
tests Fix Yaesu FTM-350 for py3 2022-12-04 11:08:37 -08:00
tools Merge commit '9608cb66ca27fdf957746428a4313769f75423a9' into py3-sync 2022-11-24 02:18:00 +00:00
.gitignore Add gitignore initiailzed from hgignore 2022-11-30 14:59:56 -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
.pylintrc Fix up most of the real platform.py pylint errors 2008-09-03 16:44:45 -07:00
chirpc Merge branch 'master' into py3 2022-09-09 14:04:46 -07:00
chirpw Merge commit 'a24283c75a458733da8d1248f9684f3f36a4a715' into py3-sync 2022-09-16 15:27:04 -07: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 required package list for openSUSE. Fixes #6093 2018-09-07 21:35:15 -07:00
MANIFEST.in Set app icon and cleanup stock configs 2022-12-01 20:55:18 -08: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 Allow specification of the hexdump address format 2014-07-20 11:37:55 -07:00
README.md Add a tool for tracking real-world driver testing 2022-09-21 15:05:09 -07:00
README.rpttool Add a README file for the rpttool 2009-04-25 11:06:04 -07:00
requirements.txt Use wxPython 4.2.0 for non-Linux builds 2022-12-01 20:55:18 -08:00
rpttool Fix style issues (3/4) (#2355) 2015-02-27 15:54:25 -08:00
run_all_tests.bat Patch for "run_all_test.bat" 2019-12-31 14:04:10 -05:00
setup.cfg Parameters for RPM build 2009-04-25 12:02:04 -07:00
setup.py Set app icon and cleanup stock configs 2022-12-01 20:55:18 -08:00
test-requirements.txt Fix unit tests to match changes from master 2022-11-22 20:19:21 -08:00
tox.ini Merge remote-tracking branch 'origin/master' into py3wxui 2022-11-30 18:25:14 -08:00

CHIRP Project

This is the official git repository for the CHIRP project. This repo is mirrored to the legacy mercurial repo and patches are still accepted via the mailing list against that repository for existing contributors. New contributions are preferred as PRs here.

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.