-
Notifications
You must be signed in to change notification settings - Fork 39
Clean JLinK PPK 1 warning #553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
KievDevel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add changelog entry
| deviceFilter={device => | ||
| isDeviceInDFUBootloader(device) || | ||
| device.usb?.device.descriptor.idProduct === 0xc00a | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if we should change behavior here. kinda breaking change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One could also argue that it fixes the breakage of wrong PPK1 warnings. ;-)
More seriously: Yes, this is a breaking change and I think bumping the major version for this is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This make sure we only see PPK kits .... not sure what is breaking here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We had users selecting the DK and not the PPK kit... this for me fixes that issue ....
| nordicUsb: true, | ||
| nordicDfu: true, | ||
| serialPorts: true, | ||
| jlink: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we also remove serialPorts because we filter to show only devices in DFU boot loader or with the right USB product ID?
No description provided.