mbed-tools icon indicating copy to clipboard operation
mbed-tools copied to clipboard

Add RAM1 configuration in mbed_config.tmpl

Open rajkan01 opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here. The existing "mbed_config.tmpl" is only generating MBED_RAM_START and MBED_RAM_SIZE and not generating MBED_RAM1_START and MBED_RAM1_SIZE, but most of the targets in targets.json has both RAM and RAM1 configuration. This is a feature request to generate RAM1 configuration if the targets have a configuration in targets.json

rajkan01 avatar Aug 03 '21 12:08 rajkan01