)]}'
{"tcl/target/stm32h7x.cfg":[{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"a235ffcf7372e8af331bec2cbe924c852287dd22","unresolved":false,"context_lines":[{"line_number":176,"context_line":"if {[set $_CHIPNAME.DUAL_CORE]} {"},{"line_number":177,"context_line":"\t$_CHIPNAME.cpu1 configure -event examine-end {"},{"line_number":178,"context_line":"\t\t# get _CHIPNAME from the current target"},{"line_number":179,"context_line":"\t\tset _CHIPNAME [regsub \".cpu\\\\d$\" [target current] \"\"]"},{"line_number":180,"context_line":"\t\tglobal $_CHIPNAME.USE_CTI"},{"line_number":181,"context_line":""},{"line_number":182,"context_line":"\t\t# Stop watchdog counters during halt"}],"source_content_type":"text/x-ttcn-cfg","patch_set":1,"id":"ceda9b01_33583235","side":"PARENT","line":179,"range":{"start_line":179,"start_character":24,"end_line":179,"end_character":34},"updated":"2020-10-24 21:50:08.000000000","message":"Apart from the regsub issue, the \u0027.\u0027 before \u0027cpu\u0027 should be escaped, otherwise it means \"one character\".\nShould be \"\\\\.cpu\\\\d$\"","commit_id":"4fc61a2f9d60e49b8134ab7e0929cfb2b3a4f771"},{"author":{"_account_id":1000863,"name":"Tarek BOCHKATI","email":"tarek.bouchkati@gmail.com","username":"BouchkatiTarek"},"change_message_id":"5ee30516679f7bbe86d802893bfffce081f36c47","unresolved":false,"context_lines":[{"line_number":176,"context_line":"if {[set $_CHIPNAME.DUAL_CORE]} {"},{"line_number":177,"context_line":"\t$_CHIPNAME.cpu1 configure -event examine-end {"},{"line_number":178,"context_line":"\t\t# get _CHIPNAME from the current target"},{"line_number":179,"context_line":"\t\tset _CHIPNAME [regsub \".cpu\\\\d$\" [target current] \"\"]"},{"line_number":180,"context_line":"\t\tglobal $_CHIPNAME.USE_CTI"},{"line_number":181,"context_line":""},{"line_number":182,"context_line":"\t\t# Stop watchdog counters during halt"}],"source_content_type":"text/x-ttcn-cfg","patch_set":1,"id":"ceda9b01_b3b9822b","side":"PARENT","line":179,"in_reply_to":"ceda9b01_33583235","updated":"2020-10-25 01:11:13.000000000","message":"it\u0027s better to escape it. but there is no harm if we don\u0027t. as the one character is granted to be a dot by the script itself when creating the targets.","commit_id":"4fc61a2f9d60e49b8134ab7e0929cfb2b3a4f771"},{"author":{"_account_id":1000863,"name":"Tarek BOCHKATI","email":"tarek.bouchkati@gmail.com","username":"BouchkatiTarek"},"change_message_id":"5ee30516679f7bbe86d802893bfffce081f36c47","unresolved":false,"context_lines":[{"line_number":174,"context_line":"}"},{"line_number":175,"context_line":""},{"line_number":176,"context_line":"# get _CHIPNAME from current target"},{"line_number":177,"context_line":"proc stm32h7x_chipname {} {"},{"line_number":178,"context_line":"\tset t [target current]"},{"line_number":179,"context_line":"\tset sep [string last \".\" $t]"},{"line_number":180,"context_line":"\tif {$sep \u003d\u003d -1} {"}],"source_content_type":"text/x-ttcn-cfg","patch_set":1,"id":"ceda9b01_5386166c","line":177,"updated":"2020-10-25 01:11:13.000000000","message":"I like the idea of factoring this redundant chipname extraction","commit_id":"7a108b04e546e72c8ce183c5dd5833d89993a7d1"}]}
