ARMmbed / mbed-tools

⚠️ Beta Status: New command line tooling for Mbed OS
Apache License 2.0
45 stars 30 forks source link

Add RAM1 configuration in mbed_config.tmpl #306

Open rajkan01 opened 3 years ago

rajkan01 commented 3 years ago

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