mbed-os/targets
Rajkumar Kanagaraj 7f2261460b Add rom-size config in targets.json
- ROM size is required in callback_big and compliance printf greeentea test
for finding out the number of test cases to be enabled to avoid flash
overflow, but when we copy the "mbed-rom-size" config from index.json
to targets.json causes the build failure for LPC1114 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 using
"config" in LPC1114 in targets.json to generate MBED_CONF_TARGET_ROM_SIZE
by Mbed CLI1 and Mbed CLI2 macro which can be used in the greentea test.

- Add new rom-size config to the 15 targets which already have mbed_rom_size
config in "targets.json"
2021-09-16 15:09:32 +01:00
..
TARGET_ARM_FM Update UART pin names & add MBED_CONF_TARGET_STDIO_UART overrides 2021-03-23 11:17:17 +00:00
TARGET_ARM_SSG TFM: MUSCA: Import partition maps from upstream 2021-09-14 17:32:42 +01:00
TARGET_Ambiq_Micro Update UART pin names & add MBED_CONF_TARGET_STDIO_UART overrides 2021-03-23 11:17:17 +00:00
TARGET_Analog_Devices Update UART pin names & add MBED_CONF_TARGET_STDIO_UART overrides 2021-03-23 11:17:17 +00:00
TARGET_Cypress Add bluetooth support files to Cypress BSPs. 2021-08-12 10:06:40 -07:00
TARGET_Freescale K64F: Fix pin names and migrate to Arduino Uno form factor 2021-06-28 17:47:25 +01:00
TARGET_GigaDevice Merge pull request #14457 from ARMmbed/uart-stdio-alias 2021-03-26 15:17:58 +00:00
TARGET_Maxim Gate ticker (timer0) clock on deepsleep 2021-06-07 00:41:09 +03:00
TARGET_NORDIC Silence expansion-to-defined in nrfx 2021-05-26 01:06:01 -04:00
TARGET_NUVOTON "Update secure binaries for [('NU_M2354', 'GNUARM')]" 2021-09-14 17:32:42 +01:00
TARGET_NXP Rework post-build to support multiple executables 2021-07-22 17:31:22 +01:00
TARGET_RENESAS Remove include dependency on `USBDevice_Types.h` 2021-04-19 16:20:25 +01:00
TARGET_STM STM32U5: README update 2021-09-10 11:16:17 +02:00
TARGET_Samsung Update UART pin names & add MBED_CONF_TARGET_STDIO_UART overrides 2021-03-23 11:17:17 +00:00
TARGET_Silicon_Labs Update UART pin names & add MBED_CONF_TARGET_STDIO_UART overrides 2021-03-23 11:17:17 +00:00
TARGET_TOSHIBA Update UART pin names & add MBED_CONF_TARGET_STDIO_UART overrides 2021-03-23 11:17:17 +00:00
CMakeLists.txt CMake: Move CMAKE_CROSSCOMPILING check inside library CMake 2021-05-20 06:26:10 -07:00
targets.json Add rom-size config in targets.json 2021-09-16 15:09:32 +01:00