Some notes below:
changeset: 992:05e85ee599ff user: Dan Smithdsmith@danplanet.com date: Sun May 08 13:49:16 2011 -0700 files: chirp/import_logic.py chirpui/importdialog.py tests/run_tests description: Move the core import logic to its own module so that we can use it for tests
This change could use some testing. It allows the new automated tests to exercise the import logic, and they do, but some verification that imports still work properly through the UI would be good.
changeset: 989:534d1dcd1ae6 user: Dan Smithdsmith@danplanet.com date: Sun May 08 10:03:36 2011 -0700 files: chirp/id800.py chirp/id800_ll.py description: [id800] Convert to new bitwise-based driver format
This brings the id800 driver up to the modern format and fixes several small issues. If someone with an ID800 could test this out a little, that would be great.
changeset: 986:40e0dc3bef16 user: Dan Smithdsmith@danplanet.com date: Sun May 08 05:25:21 2011 -0700 files: chirp/vx6.py chirp/vx6_ll.py description: [vx6] Convert to the new bitwise arch, which makes it pass most of the normal tests
Like the id800 above, this moves the vx6 driver to the new architecture, and thus could use some testing.
Thanks!