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

Case-insensitive matching for peripheral and register names #3

Open
carlnorum opened this issue May 21, 2013 · 2 comments
Open

Case-insensitive matching for peripheral and register names #3

carlnorum opened this issue May 21, 2013 · 2 comments

Comments

@carlnorum
Copy link
Contributor

Tab completion is already case insensitive, but if I type the whole peripheral or register name, it doesn't work. I hacked in something by using 'upper()', but it wasn't very good. I also tried to subclass OrderedDict to make a case insensitive version, but I'm not good enough at python and I had to give up for now. I just wanted to file an issue so I'll think about it again in the future.

Suggestions for how to best implement much appreciated!

@bnahill
Copy link
Owner

bnahill commented May 29, 2013

Hey Carl,
Sorry for the delay. I've been a bit overwhelmed with unrelated projects lately. Anyways, I really appreciate your contributions thus far and will leave this open to look into it when I get back into the software side of things.

@carlnorum
Copy link
Contributor Author

No problem, and thanks for merging the other pull requests!

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

2 participants