ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
308 stars 21 forks source link

Add precompiler flag to disable sdram usage #670

Closed ohmtech-rdi closed 7 months ago

ohmtech-rdi commented 7 months ago

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