Skip to content
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

Do not use malloc/free when it isn't needed. #51 #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gudnimg
Copy link

@gudnimg gudnimg commented Dec 4, 2020

This will reduce the program size by at least 334 bytes (I compiled the change for ATmega2560 and ATmega2561). SRAM usage is also 10 bytes less.

This pull request addresses issue #51

This will reduce the program size by at least 334 bytes (I compiled the change for ATmega2560 and ATmega2561). SRAM usage is also 10 bytes less.

This pull request addresses issue analogdevicesinc#51
Should be 8*total_ic and not 12*total_ic, same as LTC681x_rdaux and LTC681x_rdcv.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant