File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
1
2
# arduino-linux-setup.sh : A simple Arduino setup script for Linux systems
2
3
# Copyright (C) 2015 Arduino Srl
3
4
#
21
22
# Release v11 changelog :
22
23
#
23
24
# + Fixing ModemManager removal for Fedora Core
24
- # + Adding Atmel ICE CMSIS-DAP rule
25
+ # + Adding Atmel ICE Debugger CMSIS-DAP rule
25
26
#
26
27
# Release v10 changelog :
27
28
#
@@ -81,7 +82,7 @@ refreshudev () {
81
82
82
83
sudo udevadm control --reload-rules
83
84
sudo udevadm trigger
84
-
85
+
85
86
if [ -d /lib/systemd/ ]
86
87
then
87
88
sudo systemctl restart systemd-udevd
125
126
openocdrules () {
126
127
127
128
echo " "
128
- echo " # Adding Arduino M0/M0 Pro, Primo, Atmel ICE UDEV Rules for CMSIS-DAP port"
129
+ echo " # Adding Arduino M0/M0 Pro, Primo, Atmel ICE Debugger UDEV Rules for CMSIS-DAP port"
129
130
echo " "
130
131
131
132
cat << EOF
You can’t perform that action at this time.
0 commit comments