Created
April 30, 2026 11:21
-
-
Save hamid-rostami/2246364279b54806679b82744f4c318b to your computer and use it in GitHub Desktop.
List of connected XDS110 in Emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; This was annotying that Uniflash and other TI tools don't show | |
| ;; you list of available XDS110. | |
| ;; This is a simple function to enumerate connected XDS110. | |
| ;; This can be added to your ~/.emacs file, so you can run it interactively: | |
| ;; M-x and then type in xds110-list | |
| ;; NOTE: adjust the path to your CCS installation directory | |
| (defun xds110-list () | |
| (interactive) | |
| (shell-command "c:/ti/ccs1280/ccs/ccs_base/common/uscif/xds110/xdsdfu.exe -e")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment