Actions
Feature #2351
closedmove drivers and UI into new directories
Start date:
02/24/2015
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
(All models)
I read the instructions above:
Description
The chirp directory is cluttered. Most of the files therein define radios, but some implement core functionality. These two groups of files should be separated to reduce clutter and improve clarity. As a bonus, this will help decouple some modules (e.g. any module/script that uses 'from chirp import *' to import all radios).
I propose a new radios/ top-level directory.
Updated by Zach Welch over 9 years ago
After discussion on the mailing list, it was decided to move the drivers into chirp/drivers/.
I have posted patches to implement this feature, but they are waiting for other pending commits to clear (to avoid causing extra work for others).
Updated by Zach Welch over 9 years ago
- Subject changed from move radios into a new directory to move drivers and UI into new directories
Updated by Zach Welch over 9 years ago
I also now have a patch ready to move the UI modules into chirp/ui/.
Updated by Bernhard Hailer over 4 years ago
- Status changed from In Progress to Closed
Appears to be complete.
Actions