summaryrefslogtreecommitdiff
path: root/ports/cortex_m4/ghs/example_build/sample_threadx.con
blob: 477ffe12d2acd1be161b2fa3d8facdae56366276 (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=cortexm4 -fpu -rom_use_entry"
        command = "simarm -cpu=cortexm4 -fpu -rom_use_entry"
        logfile = ""
        mode = "download"
        setup_script = ""
        run_mode_partner = ""
        run_mode_policy = ""
        sane = "yes"
        log = "no"
        timestamp = "0"
    }
}