From c946c2a713544b701f43c6939252af8300d908ae Mon Sep 17 00:00:00 2001 From: Leon Lindenfelser Date: Wed, 15 Jul 2020 11:34:00 -0500 Subject: [PATCH] Remove MTS_DRAGONFLY_F411RE post binary hook that adds the bootloader Bootloader to be added using mbed_app.json --- targets/targets.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 43a1dd9681..be8789c65c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -1585,15 +1585,10 @@ "STM32F411xE", "HSE_VALUE=26000000" ], - "post_binary_hook": { - "function": "MTSCode.combine_bins_mts_dragonfly", - "toolchains": [ - "GCC_ARM", - "ARM_STD", - "ARM_MICRO", - "IAR" - ] - }, + "device_has_add": [ + "MPU", + "FLASH" + ], "device_has_remove": [ "SERIAL_FC", "LPTICKER"