From 953b50397fa37df9cbb245f8e7617fd8e0059ba5 Mon Sep 17 00:00:00 2001 From: jeromecoutant Date: Fri, 9 Oct 2020 10:25:30 +0200 Subject: [PATCH] Platform: enable crash feature for NUCLEO_F412ZG --- platform/mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/mbed_lib.json b/platform/mbed_lib.json index c08a43330e..36decc72df 100644 --- a/platform/mbed_lib.json +++ b/platform/mbed_lib.json @@ -220,6 +220,10 @@ "crash-capture-enabled": true, "fatal-error-auto-reboot-enabled": true }, + "NUCLEO_F412ZG": { + "crash-capture-enabled": true, + "fatal-error-auto-reboot-enabled": true + }, "DISCO_F413ZH": { "crash-capture-enabled": true, "fatal-error-auto-reboot-enabled": true