mirror of https://github.com/ARMmbed/mbed-os.git
Platform: enable crash feature for NUCLEO_F412ZG
parent
ee09ae904d
commit
953b50397f
|
@ -220,6 +220,10 @@
|
||||||
"crash-capture-enabled": true,
|
"crash-capture-enabled": true,
|
||||||
"fatal-error-auto-reboot-enabled": true
|
"fatal-error-auto-reboot-enabled": true
|
||||||
},
|
},
|
||||||
|
"NUCLEO_F412ZG": {
|
||||||
|
"crash-capture-enabled": true,
|
||||||
|
"fatal-error-auto-reboot-enabled": true
|
||||||
|
},
|
||||||
"DISCO_F413ZH": {
|
"DISCO_F413ZH": {
|
||||||
"crash-capture-enabled": true,
|
"crash-capture-enabled": true,
|
||||||
"fatal-error-auto-reboot-enabled": true
|
"fatal-error-auto-reboot-enabled": true
|
||||||
|
|
Loading…
Reference in New Issue