We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6cf08 commit dd7c062Copy full SHA for dd7c062
src/mbed_tools/build/_internal/templates/mbed_config.tmpl
@@ -75,6 +75,10 @@ set(MBED_CONFIG_DEFINITIONS
75
"-D{{setting_name}}={{value}}"
76
{% endif -%}
77
{%- endfor -%}
78
+{% for memory in memories %}
79
+ "-DMBED_{{memory.name}}_START={{memory.start}}"
80
+ "-DMBED_{{memory.name}}_SIZE={{memory.size}}"
81
+{%- endfor -%}
82
{% for macro in macros %}
83
"{{macro|replace("\"", "\\\"")}}"
84
{%- endfor %}
0 commit comments