-
Notifications
You must be signed in to change notification settings - Fork 1k
How to remove arduino library not used on STM32 program #325
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
Comments
Hi @edsonbrito, |
not used code and or library should be removed automatically by Compiler |
|
For the STM32 work as arduino is necessary to include libraries. These libraries allow function code as "digitalWrite(pin)" work in the STM32. However, some libraries ins´t necessary for some applications and to delete it would be well for STM32 memory. How delete these libraries not used? |
It is a afirmation? Are they removided automatically? |
Yes, useless code are remove by the toolchain. |
Hi,
I would like know how to remove some library not used to decrease memory STM32?
Thks,
my e-mail is [email protected]
The text was updated successfully, but these errors were encountered: