Enable crash capture feature for platforms with linkerscript changes

pull/8702/head
Senthil Ramakrishnan 2018-11-12 22:16:15 -06:00
parent ef8c1c3cb6
commit 9ac31dbaef
1 changed files with 65 additions and 0 deletions

View File

@ -136,6 +136,71 @@
},
"UNO_91H": {
"stdio-baud-rate": 115200
},
"DISCO_L475VG_IOT01A": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"K64F": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"K66F": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUCLEO_F429ZI": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUCLEO_F746ZG": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUCLEO_F767ZI": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUCLEO_F439ZI": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"UBLOX_EVK_ODIN_W2": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"UBLOX_C030_U201": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUMAKER_PFM_M487": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NRF52840_DK": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUCLEO_L476RG": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
},
"NUCLEO_F411RE": {
"crash-capture-enabled": true,
"reboot-crash-report-enabled": true,
"fatal-error-auto-reboot-enabled": true
}
}
}