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
strip entry from PATH variable for the bin/ directory.
For macOS:
run brew uninstall on the necessary tools
strip entry from PATH for arm toolchain.
My concerns about this (mostly on Mac) is that the user may have openocd/dfu-util, etc. installed for other reasons. In which case this would still uninstall them. Since this is a system-wide installation, not just something like the Windows version that is self contained.
That said, we can just mention that.
The text was updated successfully, but these errors were encountered:
For windows:
strip entry from
PATH
variable for thebin/
directory.For macOS:
run brew uninstall on the necessary tools
strip entry from
PATH
for arm toolchain.My concerns about this (mostly on Mac) is that the user may have openocd/dfu-util, etc. installed for other reasons. In which case this would still uninstall them. Since this is a system-wide installation, not just something like the Windows version that is self contained.
That said, we can just mention that.
The text was updated successfully, but these errors were encountered: