-
Notifications
You must be signed in to change notification settings - Fork 77
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
Porting library to official STM Core #15
Comments
I would be nice, but no doubt a lot of work. The benefit to me would be that it might then work on the F3. |
+1 from me. I just discovered the virtues of this USB implementation. It would be great to have code that worked with both stm32duino and the STM official one. |
I don't use that core and know very little about it. |
Has this awesome lib been ported to STM's stm32duino yet? I tried to compile this but there are still a lot of dependencies to libmaple. |
Maybe you can comment on that in Roger's core issues. |
Any progress, I would really like to see this and If no one else does this I might do it my self. |
You need to port usb_generic.c to do it. |
Yea, I've started on a port but Idk if I will ever finish it because I'm still working on other projects. It's actually easier than I originally thought, as ST actually has a USB lib thing called "STM32 USB Device Library" and "STM32 USB Host Library" which are both included with the stm32duino core. |
@CZHO404 any progress by chance? If you don't plan to work on this, can you share what you started doing, so I can see if I might be able to help? |
Well I got some success but my computer died so Im kinda back to square 1. I can't even help cause I have nothing to do it with. Sorry when I get everything sorted I might tho. |
bump :D Is everything that needs some port work abstracted into/self contained in usb_generic? @czho did you manage to dust off any of the work that you started? |
Man, very important library but without official STM Core support is not usable in many projects because most of libs are not compatibile with Roger's core, like LCD and touch screen libs etc. |
Na my pc completely died saddly. It was a laptop with integrated storage so theres really no way of me getting it without paying a data recovery service or buying a new one and soldering the old chips onto my new pc. |
Hello @arpruss, did/could you evaluate the porting of your library to the STM's official core?
Thanks in advance and best!
The text was updated successfully, but these errors were encountered: