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 precompiler flag to disable sdram usage #670

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Conversation

ohmtech-rdi
Copy link
Owner

This PR adds the erb_SDRAM_USE_FLAG precompiler flag configuration, on by default, to deactive SDRAM usage when the module doesn't use SDRAM.

This allows to save production costs, when the Daisy board is available without the SDRAM chip, which is the case for both the Daisy Seed and Daisy Patch Submodule (aka "Memory: 1MB").

To not use SDRAM, one would add in their module erbb definition:

define erb_SDRAM_USE_FLAG=false

@ohmtech-rdi ohmtech-rdi added the feature Feature label Mar 2, 2024
@ohmtech-rdi ohmtech-rdi self-assigned this Mar 2, 2024
@ohmtech-rdi ohmtech-rdi merged commit b994543 into main Mar 2, 2024
21 checks passed
@ohmtech-rdi ohmtech-rdi deleted the erb-sdram-use-flag branch March 2, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant