-
Notifications
You must be signed in to change notification settings - Fork 76
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
Incompatibility with other libraries #118
Comments
ah, just found this issue: stm32duino/Arduino_Core_STM32#668 (followup: stm32duino/Arduino_Core_STM32#687) |
It would be a difficult task and I am not up to it. I am not sure what you mean by saying the Maple core is difficult to set up. It seems to be pretty straightforward: download it to your Arduino/Hardware directory, fix permissions of scripts if necessary, and it works, at least for me. Additionally, the Maple core involves less abstraction and hence should produce smaller and faster code (though to be honest, I haven't checked it). The big advantage of the standard core is that it supports more devices, however. |
My setup for f103c8 clone in platformio. So to setup start with:
|
First, thanks for this great library! :)
Many libraries nowadays are using the STM32Duino core instead of the Maple core. Regarding this thread [1], the Maple core seems also to be outdated and difficult to set up.
Is there any plan to move the Library to STM32Duino core?
[1] https://community.platformio.org/t/stm32-platform-uploads-elf-file-not-bin/29065/14
The text was updated successfully, but these errors were encountered: