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

add macro switch for low-memory devices other than __AVR__ #44

Open
wants to merge 1 commit into
base: Juse_Use_SdFat
Choose a base branch
from

Conversation

bimac
Copy link

@bimac bimac commented Jul 22, 2022

Hi Paul,

not sure if this is useful, but I had some space issues compiling a project using SD.h on TeensyLC. By defining the macro SDFAT_LOWMEM the user can override the defaults and enable the limited feature-set on __arm__ platform as well.

Cheers,
Florian

@bimac
Copy link
Author

bimac commented Jul 22, 2022

Before:
Flash: [==========] 95.4% (used 60588 bytes from 63488 bytes)

After:
Flash: [======== ] 83.5% (used 53016 bytes from 63488 bytes)

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