Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Explicit Addresses in Python Code #493

Closed
3 tasks done
travisgoodspeed opened this issue Oct 17, 2016 · 0 comments
Closed
3 tasks done

Remove Explicit Addresses in Python Code #493

travisgoodspeed opened this issue Oct 17, 2016 · 0 comments
Assignees

Comments

@travisgoodspeed
Copy link
Owner

travisgoodspeed commented Oct 17, 2016

Some of our python tools depend upon explicit address in the 2.032 firmware, but these addresses are no longer valid in D13.020 and S13.020. The following features should be re-implemented without using any explicit addresses on the host-side, either through the addition of new USB commands or other device-side changes.

  • calllog() in md380_tool.py
  • calladc1 in md380_tool.py
  • getchannel in md380_tool.py

Addresses that are universal, such as cordump(), are not problematic and do not need to be fixed.

Close this issue when the functions above are universalized and work on all three of our target firmware versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant