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
| # STM32 discovery boards, with onboard st/linkv1 | |
| # ie, STM32VL | |
| SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="3744", \ | |
| MODE:="0666", \ | |
| SYMLINK+="stlinkv1_%n" | |
| # If you share your linux system with other users, or just don't like the | |
| # idea of write permission for everybody, you can replace MODE:="0666" with | |
| # OWNER:="yourusername" to create the device owned by you, or with |
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
| { | |
| // Use o IntelliSense para saber mais sobre os atributos possíveis. | |
| // Focalizar para exibir as descrições dos atributos existentes. | |
| // Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "cwd": "${workspaceRoot}/nuttx", | |
| "executable": "${workspaceRoot}/nuttx/nuttx", | |
| "name": "Debug NUTTX", |