)]}'
{"src/target/cortex_m.c":[{"author":{"_account_id":1000687,"name":"Tomas Vanek","display_name":"Tomas Vanek","email":"vanekt@fbl.cz","username":"vanekt"},"change_message_id":"9dae9d5bdccadec8d5f9d007f27468be2c0c2b35","unresolved":true,"context_lines":[{"line_number":3227,"context_line":"\t} else if (!strcmp(CMD_ARGV[0], \"vectreset\")) {"},{"line_number":3228,"context_line":"\t\tif (target_was_examined(target)"},{"line_number":3229,"context_line":"\t\t\t\t\u0026\u0026 !cortex_m-\u003evectreset_supported) {"},{"line_number":3230,"context_line":"\t\t\tcommand_print(CMD, \"VECTRESET is not supported on your Cortex-M core\");"},{"line_number":3231,"context_line":"\t\t\treturn ERROR_FAIL;"},{"line_number":3232,"context_line":"\t\t}"},{"line_number":3233,"context_line":""}],"source_content_type":"text/x-csrc","patch_set":1,"id":"e5605959_376ba815","line":3230,"updated":"2025-09-10 04:57:49.000000000","message":"Honestly, the warning was intentional not to break completely a config which sets `vectreset` on a wrong Cortex-M type (M0, M0+, M33 etc...). Reset will work anyway.\nAlso note that the error is returned only if the target is examined so typically no error is detected in the configure mode.\nLooks at least `tcl/target/lpc4350.cfg` could try setting `vectreset` on M0 core and therefore should be fixed.","commit_id":"18c226ebd6def6adfe89780e6487c565fbe7a823"}]}
