-
Notifications
You must be signed in to change notification settings - Fork 28
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
SAMD21 USB does not enumerate on Windows #33
Comments
@jamesadevine @pelikhan @mmoskal hihi poking this, if anyone has any suggestions or can try replicating? (both dean and i found this bug) |
Thank you for the poke @ladyada. After some LED debugging (my favourite kind), I realised that the program above was not even hitting main. A bad change on my part to the Serial interface meant that it was using an uninitialised pin instance (I don't know how I didn't catch this on my test... compiler magic?). Anyway, fixed: lancaster-university/codal-circuit-playground@326efd9 and tagged: |
thanks @jamesadevine. |
@finneyj The enumeration issue still exists on Win 10, that I have not fixed yet. I have reproduced locally, just acquiring the correct software to debug... |
ahh... I was about to print you a gold star. ;) |
If only I could ever be worthy... 😉 From my usb analyser now know the reason for non-enumeration on win10 – it's because the cplay does not return a device descriptor, it says there is "No such device". More debug required, but I got to dash. @mmoskal do you have any cycles? |
…ata, to work with newer gcc versions. See issue #33 at lancaster-university/microbit-v2-samples#33
Hello!
I can no longer get Circuit Playground to enumerate on Windows 10. Works on Linux, Mac, iOS. It does work on the Makecode live site, but does not work when I compile regular codal from the current master branch.
Note that I tried reverting my recent PR #32
it still does not work
here is the code I am using:
The text was updated successfully, but these errors were encountered: