nectarjs_extern
Version:
Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.
69 lines (65 loc) • 1.8 kB
JSON
{
"default": {
"generic": {
"doContinue": "true",
"doFirstReset": "true",
"doGdbServerAllocateSemihostingConsole": "true",
"doSecondReset": "true",
"enableSemihosting": "true",
"firstResetType": "init",
"gdbClientOtherCommands": "set mem inaccessible-by-default off",
"gdbClientOtherOptions": "",
"gdbServerBusSpeed": 1000000,
"gdbServerEnableSemihosting": "true",
"gdbServerFlashMode": 0,
"gdbServerGdbPortNumber": 3333,
"gdbServerHaltAtHardFault": "true",
"gdbServerOther": "",
"otherRunCommands": "",
"secondResetType": "halt",
"coreLoadImage": "true",
"coreLoadSymbols": "true",
"corePortNumber": 3333,
"setStopAt": "true"
},
"debug": {
},
"program": {
"doContinue": "false",
"otherRunCommands": "continue& quit",
"coreLoadSymbols": "false",
"setStopAt": "false"
},
"erase": {
"doContinue": "false",
"doSecondReset": "false",
"otherRunCommands": "mon erase --chip quit",
"coreLoadImage": "false",
"coreLoadSymbols": "false",
"setStopAt": "false"
}
},
"targets": {
"PSOC6_01": {
"generic": {
"gdbServerGdbPortNumber": 3334,
"gdbServerOther": "-p 3333 --no-deprecation-warning",
"corePortNumber": 3334
}
},
"PSOC6_02": {
"generic": {
"gdbServerGdbPortNumber": 3334,
"gdbServerOther": "-p 3333 --no-deprecation-warning",
"corePortNumber": 3334
}
},
"PSOC6_03": {
"generic": {
"gdbServerGdbPortNumber": 3334,
"gdbServerOther": "-p 3333 --no-deprecation-warning",
"corePortNumber": 3334
}
}
}
}