summaryrefslogtreecommitdiff
path: root/ports/cortex_m3/ghs/example_build/sample_threadx.con
blob: 1178f4be15713e14eb8c6cb49c08e804f15f9b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
target_connection {
     {
        title = "Simulator"
        type = "Custom"
        short_type = "Custom"
        args = "simarm -cpu=cortexm3 -rom_use_entry"
        command = "simarm -cpu=cortexm3 -rom_use_entry"
        logfile = ""
        mode = ""
        setup_script = ""
        run_mode_partner = ""
        run_mode_policy = ""
        sane = "yes"
        log = "no"
        timestamp = "0"
    }
}