Commit Graph

190 Commits

Author SHA1 Message Date
Serge Vakulenko 4e5cb83c61 Build id-to-contact map for d868uv.
Image file for d868uv decreased by 768 bytes.
2018-11-05 19:05:14 -08:00
Serge Vakulenko 7c4fa196bf Build d868uv contact list. 2018-11-05 17:31:44 -08:00
Serge Vakulenko 63c3a389a0 Fix d868uv issues. 2018-11-05 12:42:55 -08:00
Serge Vakulenko 9b23f33e0d Fix d868uv issues. 2018-11-03 20:45:52 -07:00
Serge Vakulenko 7b1d6aa82a Fix issue #10: correctly exit from programming mode when radio does not support writing CSV list. 2018-11-03 17:01:36 -07:00
Serge Vakulenko 7a9fc7e534 Remove header check from md380_is_compatible().
Fix issue #9.
2018-11-03 13:50:53 -07:00
Serge Vakulenko 6fcb000036 D868UV: parse contacts and grouplists.
Verify configuration.
2018-11-02 21:23:26 -07:00
Serge Vakulenko 26484f917b Parse d868uv scanlists. 2018-11-02 20:27:07 -07:00
Serge Vakulenko 393c12777c Fix bug: imcompatible image for RT3 (and MD-380). 2018-11-02 16:50:52 -07:00
Serge Vakulenko 2900deb67b D868UV: parse zones. 2018-10-31 21:12:49 -07:00
Serge Vakulenko 91287480df Finish parsing d868uv channels. 2018-10-31 20:52:20 -07:00
Serge Vakulenko 5ce12ee6d6 Parse d868uv digital and analog channels. 2018-10-31 20:36:09 -07:00
Serge Vakulenko 8085992075 Update d868uv channel parsing. 2018-10-30 21:23:19 -07:00
Serge Vakulenko 409020ec45 D868UV: parse messages. 2018-10-30 20:09:50 -07:00
Serge Vakulenko 8133926245 Revert d868uv address map.
On write, address regions have to be ordered sequentially.
On read, bitmaps should be read first.
2018-10-30 11:58:24 -07:00
Serge Vakulenko f5e6eec17e D868UV: on read/write, skip unused channels/contacts/zones/scanlists. 2018-10-29 22:32:46 -07:00
Serge Vakulenko b929ebe204 D868UV: do not skip first region when writing. 2018-10-29 21:43:42 -07:00
Serge Vakulenko b9eeb2bfd2 Modify d868uv address map: read bitmaps first. 2018-10-29 21:37:00 -07:00
Serge Vakulenko 79e50fc551 Add file offsets in d868uv address map. 2018-10-29 21:14:54 -07:00
Serge Vakulenko b97f79ec8f No need for libudev on Mac. 2018-10-29 14:39:47 -07:00
Serge Vakulenko 47a9347b5e Merge branch 'master' of https://github.com/sergev/dmrconfig 2018-10-29 11:59:53 -07:00
Serge Vakulenko 1ea4926053 Add TD-5R to the list of supported radios. 2018-10-29 11:59:28 -07:00
Serge Vakulenko 07ced15ecd
Add packaging status from repology.org. 2018-10-29 11:57:32 -07:00
Serge Vakulenko 4924d00283 Add explicit linking to libudev on Linux, as the code in serial.c needs it. 2018-10-29 11:30:25 -07:00
Serge Vakulenko e4c3c3f920 Merge branch 'anytone' 2018-10-27 22:56:42 -07:00
Serge Vakulenko 0ff45d9582 Detect d868uv on windows. 2018-10-27 22:53:56 -07:00
Serge Vakulenko b0e69f36e0 Add example configurations for d868uv. 2018-10-27 19:04:45 -07:00
Serge Vakulenko 4e1e2c6fbd D868UV: print messages. 2018-10-27 18:57:09 -07:00
Serge Vakulenko 9ff379b43a D868UV: print scanlists. 2018-10-27 18:02:35 -07:00
Serge Vakulenko cb16c4c047 D868UV: print RX group lists. 2018-10-27 15:43:01 -07:00
Serge Vakulenko 85fb185afc Decrease max memsize to a reasonable value. 2018-10-26 20:14:36 -07:00
Serge Vakulenko 3d08f0768b Update README. 2018-10-26 20:12:05 -07:00
Serge Vakulenko 5f55873369 Move d868uv diff files to wiki/layouts/. 2018-10-26 20:02:04 -07:00
Serge Vakulenko 81153d7cbd Merge branch 'anytone'. 2018-10-26 19:57:22 -07:00
Serge Vakulenko 98040f491b Fix win32 build errors. 2018-10-26 19:56:28 -07:00
Serge Vakulenko db356e18aa D868UV: print contacts. 2018-10-26 19:49:26 -07:00
Serge Vakulenko ade9ebc00d Print zones for d868uv. 2018-10-26 16:43:13 -07:00
Serge Vakulenko 39010def93 D868UV: print ctcss and dcs tones. 2018-10-26 12:40:32 -07:00
Serge Vakulenko 68e8a5b3bd Detect d868uv on Mac. 2018-10-26 00:29:03 -07:00
Serge Vakulenko 56f86cfdbe Fix admit values for d868uv. 2018-10-25 18:05:52 -07:00
Serge Vakulenko 0e7b2cbf62 Print d868uv frequencies. 2018-10-25 15:26:26 -07:00
Serge Vakulenko b03daba8ab D868UV: able to print a list of channels. 2018-10-25 12:03:01 -07:00
Serge Vakulenko 94c0bc5efb Define d868uv channel structure. 2018-10-22 21:23:20 -07:00
Serge a4c5f893d2 Modify Makefile to link libusb statically, when possible, and dynamically otherwise. 2018-10-20 12:56:22 -07:00
Serge Vakulenko 020cd958f9 Merge branch 'master' into anytone 2018-10-19 11:29:20 -07:00
Serge 902fb721e3 Update RD-5R configuration example. 2018-10-18 22:59:12 -07:00
Serge Vakulenko d1d2d1afc7 Delete id diff file. 2018-10-18 21:46:03 -07:00
Serge 39b28f6026 D868UV: Print and parse id, name and intro strings.
Write image works correctly.
2018-10-17 23:46:25 -07:00
Serge 0ca967d411 D868UV: print id, name and intro strings.
Enhance serial prg/prg2 sequence.
2018-10-17 22:38:58 -07:00
Serge Vakulenko 2ba10d85ae Update GD-77 example. 2018-10-17 12:54:02 -07:00