From 69b52e64affcd5fd5537c7ec3bd0ad053e0c6965 Mon Sep 17 00:00:00 2001 From: Chun-Chieh Li Date: Thu, 8 Oct 2020 11:17:43 +0800 Subject: [PATCH] Nuvoton: Enable fault handler dump message for M23 targets Support targets: - NU_PFM_M2351 - NUMAKER_IOT_M263A - NUMAKER_IOT_M252 --- targets/targets.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index a3b4189588..b0b0906323 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -8878,7 +8878,6 @@ ], "OUTPUT_EXT": "hex", "macros": [ - "MBED_FAULT_HANDLER_DISABLED", "LPTICKER_DELAY_TICKS=4" ], "is_disk_virtual": true, @@ -9165,7 +9164,6 @@ "FLASH_CMSIS_ALGO" ], "macros_add": [ - "MBED_FAULT_HANDLER_DISABLED", "LPTICKER_DELAY_TICKS=4" ], "supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"], @@ -10024,7 +10022,6 @@ "FLASH_CMSIS_ALGO" ], "macros": [ - "MBED_FAULT_HANDLER_DISABLED", "LPTICKER_DELAY_TICKS=4" ], "is_disk_virtual": true,