Description
Description
Commit 9dbdbe8 - PR #9072 - should be reverted
The reason for reverting the change is that MBED_ROM_START and MBED_ROM_SIZE are needed for configuring bootloader for NRF52840_DK. The change to be reverted is a workaround for an issue with online compiler when using MCU_NRF52832 and MCU_NRF52840 based boards. The workaround prevents generation of those two defines.
The workaround should be removed but the original issue with the online tool should be fixed first, if it's still valid. Please see the original workaround commit #9072 for further details.
High possibility that this breaks online compiler when the forementioned boards are used.
A PR about this have been already created. PR #11510 - Revert "Enable stats reporting with a flag in targets.json" - but it won't get in before it's checked that online compiler continues working with the targets.
Target(s) affected by this defect ?
MCU_NRF52832 and MCU_NRF52840 based devices
Toolchain(s) (name and version) displaying this defect ?
GCC_ARM, ARM, IAR
What version of Mbed-os are you using (tag or sha) ?
Mbed OS 5.14.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
How is this defect reproduced ?
Try to compile mbed-bootloader for any target which is based on forementioned SoCs