Skip to content

nordicsemi/nrf-jlink-js

Repository files navigation

nrf-jlink-js

nrf-jlink-js is a Node.js module to check and install the recommended JLink version used by some products of Nordic Semiconductor ASA.

Installation

npm install @nordicsemiconductor/nrf-jlink-js

Usage

const { status } = await getJLinkState();

if (status === 'should be updated') {
    downloadAndInstallJlink(console.log);
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors