Add ram and rom size config to targets.json (Copy memory regions information from index.json)

ROM and RAM size is required in some of the greeentea tests to skip or
include the test into the build, but when we copy the "mbed-rom-size",
"mbed-ram-size" configs from index.json to targets.json causes the build
failure for non-bootloader supported targets as MBED CLI1 expects that
if any of the mem (ROM, RAM) configs are present in targets.json should
have bootloader support, hence introducing new rom-size and ram-size
using "config" in targets.json to generate MBED_CONF_TARGET_ROM_SIZE
and MBED_CONF_TARGET_RAM_SIZE macros by Mbed CLI1 and Mbed CLI2 which
can be used in the greentea test.
pull/15094/head
Rajkumar Kanagaraj 2021-09-20 16:16:34 +01:00
parent 4cfbea43ca
commit d75ba7064e
1 changed files with 1023 additions and 41 deletions

File diff suppressed because it is too large Load Diff