Skip to content

Commit 9ac31db

Browse files
committed
Enable crash capture feature for platforms with linkerscript changes
1 parent ef8c1c3 commit 9ac31db

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

platform/mbed_lib.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,71 @@
136136
},
137137
"UNO_91H": {
138138
"stdio-baud-rate": 115200
139+
},
140+
"DISCO_L475VG_IOT01A": {
141+
"crash-capture-enabled": true,
142+
"reboot-crash-report-enabled": true,
143+
"fatal-error-auto-reboot-enabled": true
144+
},
145+
"K64F": {
146+
"crash-capture-enabled": true,
147+
"reboot-crash-report-enabled": true,
148+
"fatal-error-auto-reboot-enabled": true
149+
},
150+
"K66F": {
151+
"crash-capture-enabled": true,
152+
"reboot-crash-report-enabled": true,
153+
"fatal-error-auto-reboot-enabled": true
154+
},
155+
"NUCLEO_F429ZI": {
156+
"crash-capture-enabled": true,
157+
"reboot-crash-report-enabled": true,
158+
"fatal-error-auto-reboot-enabled": true
159+
},
160+
"NUCLEO_F746ZG": {
161+
"crash-capture-enabled": true,
162+
"reboot-crash-report-enabled": true,
163+
"fatal-error-auto-reboot-enabled": true
164+
},
165+
"NUCLEO_F767ZI": {
166+
"crash-capture-enabled": true,
167+
"reboot-crash-report-enabled": true,
168+
"fatal-error-auto-reboot-enabled": true
169+
},
170+
"NUCLEO_F439ZI": {
171+
"crash-capture-enabled": true,
172+
"reboot-crash-report-enabled": true,
173+
"fatal-error-auto-reboot-enabled": true
174+
},
175+
"UBLOX_EVK_ODIN_W2": {
176+
"crash-capture-enabled": true,
177+
"reboot-crash-report-enabled": true,
178+
"fatal-error-auto-reboot-enabled": true
179+
},
180+
"UBLOX_C030_U201": {
181+
"crash-capture-enabled": true,
182+
"reboot-crash-report-enabled": true,
183+
"fatal-error-auto-reboot-enabled": true
184+
},
185+
"NUMAKER_PFM_M487": {
186+
"crash-capture-enabled": true,
187+
"reboot-crash-report-enabled": true,
188+
"fatal-error-auto-reboot-enabled": true
189+
},
190+
"NRF52840_DK": {
191+
"crash-capture-enabled": true,
192+
"reboot-crash-report-enabled": true,
193+
"fatal-error-auto-reboot-enabled": true
194+
},
195+
"NUCLEO_L476RG": {
196+
"crash-capture-enabled": true,
197+
"reboot-crash-report-enabled": true,
198+
"fatal-error-auto-reboot-enabled": true
199+
},
200+
"NUCLEO_F411RE": {
201+
"crash-capture-enabled": true,
202+
"reboot-crash-report-enabled": true,
203+
"fatal-error-auto-reboot-enabled": true
139204
}
140205
}
141206
}

0 commit comments

Comments
 (0)