Commit graph

124 commits

Author SHA1 Message Date
Jim Unroe
154b47f2ac Fixes and testing: wouxun.py, wouxun_common.py & update matrix 2022-12-11 14:09:18 -08:00
Dominick C. Pastore
6c270ae944 Update test matrix for Yaesu VX-6 2022-12-10 20:16:51 -08:00
Jim Unroe
05757dcf61 Update Python3 Driver Testing matrix 2022-12-10 18:56:27 -08:00
Jim Unroe
cff78cc67f Fixes and testing: BF-T1 2022-12-10 18:44:23 -08:00
Jim Unroe
1ada5f5733 Fixes and testing: UV-6R 2022-12-10 18:37:48 -08:00
Jim Unroe
6bd212ec86 Fixes and testing: BTech UV-50X3 2022-12-10 18:31:35 -08:00
Jim Unroe
239bb0ed3b Fixes and testing: BTech MURS-V1 2022-12-10 18:24:37 -08:00
Jim Unroe
c9f86bc609 Fixes and testing: BTech GMRS-V2 2022-12-10 18:13:29 -08:00
Jim Unroe
0563130588 Fixes and testing: BTech GMRS-V1 2022-12-10 18:06:09 -08:00
Jim Unroe
d1a2292969 Fixes and testing: uv5x3.py & update Python3 Driver Testing matrix 2022-12-09 20:05:44 -08:00
Dan Smith
32f8ac7084 Add a note about "Byte Clean" to the matrix 2022-12-09 19:13:00 -08:00
Dan Smith
ffdd46fdd2 Fix AnyTone 5888UV and friends for py3 2022-12-09 19:13:00 -08:00
Dan Smith
9e705d6bb0 Fix HobbyPCB RS-UV3 for python 3 2022-12-09 17:40:13 -08:00
Dan Smith
f770f128a6 Fix "market share" stats for a few things
First, I was imperfect in my matching of models with special
characters (spaces, parens, slashes, etc) so those were not
represented here.

Second, I wasn't including aliases in the market share for the parent
radio.

This substantially alters the stats (in a good way for total
completion).
2022-12-09 17:20:40 -08:00
Jim Unroe
adb317bb0d Fixes and testing: retevis_rt22.py & update Python3 Driver Testing matrix 2022-12-09 13:07:27 -08:00
Dan Smith
1c56250a33 Add model usage stats to test matrix
This adds some stats about which models are the most widely used to
the test matrix to help guide decisions about total testing versus
relevant testing.

Model stats are captured from our own databases, and are far from
perfect, but are probably sufficiently useful. Stats captured on
9-Dec-2022.
2022-12-09 09:08:35 -08:00
Jim Unroe
4c70adca96 Fixes and testing: th9000.py & update Python3 Driver Testing matrix 2022-12-08 11:19:48 -08:00
Dan Smith
d20b4235d2 Add a couple more implied Kenwood TK radios 2022-12-06 14:19:40 -08:00
Dan Smith
d6e7d243e1 Fix TK-760 for python3
Also tighten up the cloning routines to be less fragile and less
dependent on timing. I have never been able to get this driver to
work on any platform, and with this change, it works on all platforms
for me.

Clean up style and other stuff while I'm here.
2022-12-06 14:19:40 -08:00
Dan Smith
8a34bf5f9c Fix TK-760G for python3
This also rewrites the cloning routines to be less fragile and less
dependent on timing. I have never been able to get this driver to
work on any platform, and with this change it works on all platforms
for me.

Spelling and grammar is also tweaked for correctness while I'm here.
2022-12-06 14:19:40 -08:00
Dan Smith
2d7e41f4d7 Mark the FT-70 as tested by @n8sqt 2022-12-05 18:12:12 -08:00
Jim Unroe
77cf7b39f8 Fixes and testing: th_uv88.py & update Python3_Driver_Testing matrix 2022-12-05 18:05:07 -08:00
Dan Smith
407f7ac0f5 Generic_CSV has no clone, and is well-tested
Also Kenwood_HMK as it is just a special CSV format. The ITM format
is probably good too, but we don't have one in the tree for testing.
2022-12-04 15:57:32 -08:00
Dan Smith
46d496d4d2 Mark ID-51, ID-51 Plus as tested on py3
These differ from the already-tested base radio by very little, so I
am going to mark them as implied. The 51Plus2 is slightly different
in that it uses raw mode, so I will leave that one until someone can
test it for real.
2022-12-04 15:57:32 -08:00
Josh
b1f63cce82 py3 radio test confirmation for Yaesu FT-1500M 2022-12-04 15:06:37 -08:00
Dan Smith
6cc908ebf0 Add TK-x180 testing to matrix 2022-12-04 14:03:06 -08:00
Jim Unroe
5892a20b08 Update Python3_Driver_Testing matrix: h777.py 2022-12-04 12:32:43 -08:00
Dan Smith
27f183cd0d Add a test procedure to the bottom of the matrix
For consistency and so a reader knows what "tested" means.
2022-12-04 11:08:37 -08:00
Dan Smith
66e1a9a70a Fix Yaesu FTM-350 for py3 2022-12-04 11:08:37 -08:00
Jim Unroe
01b29fbf6a Fixes and testing: baofeng_wp970i, baofeng_common & update Python3_Driver_Testing matrix 2022-12-03 20:29:26 -08:00
Dan Smith
143d1472b1 Add a bunch of yaesu radios as implied tested
These are all nearly identical to those that are tested, with only
memory manipulation differences, which are covered by the tests.

So mark these as tested good enough.
2022-12-02 20:18:53 -08:00
Merge Bot
c915c30416 Update support matrix
I didn't really test these directly, but I worked directly with the
people that did.
2022-12-02 19:28:51 -08:00
Jim Unroe
9f0f4bfca2 Fixes and testing: bf_t8.py & update Python3 Driver Testing matrix 2022-11-30 19:21:35 -08:00
Jim Unroe
2cf71a36e7 Update Python3 Driver Testing matrix 2022-11-30 18:02:46 -08:00
Merge Bot
03960357e0 Merge commit 'a3c548f5fb' into py3-sync
# Conflicts:
#	chirp/drivers/thd72.py
2022-11-30 15:13:57 -08:00
Jim Unroe
b5568f941e Fixes and testing: retevis_rt21.py & update Python3_Driver_Testing matrix 2022-11-30 14:48:45 -08:00
Jim Unroe
b987989c8a Fixes and testing: radtel_t18.py & update Python3 Driver Testing matrix 2022-11-30 06:51:07 -08:00
Dan Smith
5cf3491358 Fix TH-D72 clone driver for py3 2022-11-29 19:25:05 -08:00
Jim Unroe
acc689464b Fixes and Testing: radtel_t18.py & Update Python3 Driver Testing Matrix 2022-11-28 21:54:54 -05:00
Dan Smith
e9022d0a53 Fix up ic9x driver for py3
This mostly works, but needs some tuning. I think this works about
as reliably as it did on master the last time I tried. Could use
some love.
2022-11-23 21:33:25 -08:00
Dan Smith
6fc596eadc Remove the safe import and py3_remaining stuff
This makes us stop tolerating modules that don't import in py3.

\o/
2022-11-23 17:54:28 -08:00
Dan Smith
fb86858638 Update model matrix for new radios on master 2022-11-21 15:47:55 -08:00
Jim Unroe
34de8ce419 Update Python3 Driver Testing Matrix 2022-11-20 19:56:02 -08:00
Apostolos Kefalas
92906ac161 Fix invalid syntax for th_uv3r25 driver 2022-11-20 12:45:23 +02:00
Apostolos Kefalas
6d1871f882 Fix invalid syntax for th_uv3r driver 2022-11-20 12:10:02 +02:00
Apostolos Kefalas
12ebc3bbe2 Fix invalid syntax for bj9900 driver 2022-11-20 11:58:56 +02:00
Jim Unroe
6f8f4b1fe9 Update Python3 Driver Testing Matrix 2022-11-19 18:36:59 -08:00
Jim Unroe
e51ba6c344 Test and update uvb5.py, Update matrix 2022-11-19 14:09:15 -08:00
Dan Smith
b056f02bb7 Update matrix for new radios on master 2022-11-17 19:08:31 -08:00
Jim Unroe
5e4539a291 Fixes and testing for models supported by anytone778uv.py 2022-11-13 17:03:56 -08:00