You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
getModule export from @nordicsemiconductor/pc-nrfconnect-shared/nrfutil
to retrieve/initialise specific nrfutil module sandbox.
setVerboseLogging, setLogLevel and getAllModuleVersions exports from @nordicsemiconductor/pc-nrfconnect-shared/nrfutil to target all
initialised nrfutil modules.
Changed
isLoggingVerbose persisted state is now saved in the app specific store.
isLoggingVerbose now reflects the current verbose logging state
(previously this was only used to determine whether an app should have
verbose logging enabled on startup). This allows code which does/should not
have access to the redux store to still retrieve the verbose logging state.
Create system report now logs the version of all initialised nrfutil
modules.
nrfutil device exports have now been moved to @nordicsemiconductor/pc-nrfconnect-shared/nrfutil/device.
Steps to upgrade
Replace all calls of nrfutil device imported from @nordicsemiconductor/pc-nrfconnect-shared/nrfutil to @nordicsemiconductor/pc-nrfconnect-shared/nrfutil/device.