We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec83fe0 commit 764fe46Copy full SHA for 764fe46
src/mbed_tools/build/_internal/templates/mbed_config.tmpl
@@ -66,6 +66,12 @@ set(MBED_TARGET_DEFINITIONS{% for component in components %}
66
{%- endif %}
67
{% if mbed_ram_size is defined %}
68
MBED_RAM_SIZE={{ mbed_ram_size | to_hex }}
69
+{%- endif %}
70
+{% if mbed_ram1_start is defined %}
71
+ MBED_RAM1_START={{ mbed_ram1_start | to_hex }}
72
73
+{% if mbed_ram1_size is defined %}
74
+ MBED_RAM1_SIZE={{ mbed_ram1_size | to_hex }}
75
76
TARGET_LIKE_MBED
77
__MBED__=1
0 commit comments