Skip to content

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

Closed
edsonbrito opened this issue Sep 18, 2018 · 6 comments
Closed

How to remove arduino library not used on STM32 program #325

edsonbrito opened this issue Sep 18, 2018 · 6 comments
Labels
answered question ❓ Usually converted as a discussion

Comments

@edsonbrito
Copy link

Hi,

I would like know how to remove some library not used to decrease memory STM32?

Thks,
my e-mail is [email protected]

@fpistm
Copy link
Member

fpistm commented Sep 18, 2018

Hi @edsonbrito,
Could you be more precise?
What do you mean by some library? or you talk about some feature?
What is your target? on which board?

@fpistm fpistm added question ❓ Usually converted as a discussion waiting feedback Further information is required labels Sep 19, 2018
@Testato
Copy link
Contributor

Testato commented Sep 23, 2018

not used code and or library should be removed automatically by Compiler

@edsonbrito
Copy link
Author

Hi @edsonbrito,
Could you be more precise?
What do you mean by some library? or you talk about some feature?
What is your target? on which board?

@edsonbrito
Copy link
Author

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?

@edsonbrito
Copy link
Author

edsonbrito commented Sep 24, 2018

not used code and or library should be removed automatically by Compiler

It is a afirmation? Are they removided automatically?

@fpistm
Copy link
Member

fpistm commented Sep 24, 2018

Yes, useless code are remove by the toolchain.
Anyway, this issue #228 will cover your request.

@fpistm fpistm added answered and removed waiting feedback Further information is required labels Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question ❓ Usually converted as a discussion
Projects
None yet
Development

No branches or pull requests

3 participants