File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
variants/PORTENTA_C33/libs Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ EXCLUDE_TAGS=--exclude-tag-all=.unor4_only
16
16
FILENAME=ArduinoCore-renesas_$VARIANT -$VERSION .tar.bz2
17
17
18
18
git checkout boards.txt
19
- echo minima.hide=true >> boards.txt
20
- echo unor4wifi.hide=true >> boards.txt
21
- echo muxto.hide=true >> boards.txt
19
+
20
+ sed -i ' s/minima./#minima./g' boards.txt
21
+ sed -i ' s/unor4wifi./#unor4wifi./g' boards.txt
22
+ sed -i ' s/muxto./#muxto./g' boards.txt
22
23
23
24
CORE_BASE=` basename $PWD `
24
25
cd ..
@@ -46,8 +47,9 @@ EXCLUDE_TAGS=--exclude-tag-all=.portenta_only
46
47
FILENAME=ArduinoCore-renesas_$VARIANT -$VERSION .tar.bz2
47
48
48
49
git checkout boards.txt
49
- echo portenta_c33.hide=true >> boards.txt
50
- echo muxto.hide=true >> boards.txt
50
+
51
+ sed -i ' s/portenta_c33./#portenta_c33./g' boards.txt
52
+ sed -i ' s/muxto./#muxto./g' boards.txt
51
53
52
54
CORE_BASE=` basename $PWD `
53
55
cd ..
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments