@connectedyard/node-jlink
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@connectedyard/node-jlink", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "jLinkexe driver for nodejs", | ||
"main": "index.js", | ||
"bin": { | ||
"jlink": "./bin/cli.js" | ||
"node-jlink": "./bin/cli.js" | ||
}, | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -9,2 +9,5 @@ ( function(){ | ||
.then( function(){ | ||
return jlink.program( "./test/data/merged_0.1.7.hex" ) | ||
}) | ||
.then( function(){ | ||
return jlink.readmem( 0x000000000, 0x4 ) | ||
@@ -34,5 +37,5 @@ }) | ||
.catch( function( error ){ | ||
console.log("Test Failed"); | ||
console.log("Test Failed: " + error.message ); | ||
throw error; | ||
}); | ||
})(); | ||
})(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
400216
24
410