summaryrefslogtreecommitdiff
path: root/ports/cortex_r7/ghs/example_build/sample_threadx.con
blob: e196e486c93955a2f7744905266f866a12fbd633 (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=cortexr7 -fpu -rom"
        command = "simarm -cpu=cortexr7 -fpu -rom"
        logfile = ""
        mode = ""
        setup_script = ""
        run_mode_partner = ""
        run_mode_policy = ""
        sane = "yes"
        log = "no"
        timestamp = "0"
    }
}