mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
4cfbea43ca
commit
d75ba7064e
1064
targets/targets.json
1064
targets/targets.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue