Skip to content

Commit 57cd9ad

Browse files
theotherjimmyadbridge
authored andcommitted
Update Cortex-A build errors
1 parent da9464d commit 57cd9ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def scan_resources(src_paths, toolchain, dependencies_paths=None,
443443
"rtos" in toolchain.config.lib_config_data):
444444
if "Cortex-A" in toolchain.target.core:
445445
raise NotSupportedException(
446-
("%s Will be supported in mbed OS 5.6. "
446+
("%s Will be supported in a future version of Mbed OS. "
447447
"To use the %s, please checkout the mbed OS 5.4 release branch. "
448448
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
449449
"for more information") % (toolchain.target.name, toolchain.target.name))

tools/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def mcu_is_enabled(parser, mcu):
122122
if "Cortex-A" in TARGET_MAP[mcu].core:
123123
args_error(
124124
parser,
125-
("%s Will be supported in mbed OS 5.6. "
125+
("%s Will be supported in a future version of Mbed OS. "
126126
"To use the %s, please checkout the mbed OS 5.4 release branch. "
127127
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
128128
"for more information") % (mcu, mcu))

0 commit comments

Comments
 (0)