File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,12 @@ EXCLUDE_TAGS=--exclude-tag-all=.unor4_only
20
20
FILENAME=ArduinoCore-renesas_$VARIANT -$VERSION .tar.bz2
21
21
22
22
git checkout boards.txt
23
+ git checkout platform.txt
23
24
24
25
sed -i ' s/minima./#minima./g' boards.txt
25
26
sed -i ' s/unor4wifi./#unor4wifi./g' boards.txt
26
27
sed -i ' s/muxto./#muxto./g' boards.txt
28
+ sed -i ' s/Arduino Renesas fsp Boards/Arduino Renesas Portenta Boards/g' platform.txt
27
29
28
30
CORE_BASE=` basename $PWD `
29
31
cd ..
@@ -51,9 +53,11 @@ EXCLUDE_TAGS=--exclude-tag-all=.portenta_only
51
53
FILENAME=ArduinoCore-renesas_$VARIANT -$VERSION .tar.bz2
52
54
53
55
git checkout boards.txt
56
+ git checkout platform.txt
54
57
55
58
sed -i ' s/portenta_c33./#portenta_c33./g' boards.txt
56
59
sed -i ' s/muxto./#muxto./g' boards.txt
60
+ sed -i ' s/Arduino Renesas fsp Boards/Arduino Renesas UNO R4 Boards/g' platform.txt
57
61
58
62
CORE_BASE=` basename $PWD `
59
63
cd ..
@@ -73,4 +77,7 @@ sed "s/%%FILENAME_UNO%%/${FILENAME}/" |
73
77
sed " s/%%CHECKSUM_UNO%%/${CHKSUM} /" |
74
78
sed " s/%%SIZE_UNO%%/${SIZE} /" > package_renesas_${VERSION} _index.json
75
79
76
- cat package_renesas_${VERSION} _index.json
80
+ cat package_renesas_${VERSION} _index.json
81
+
82
+ git checkout boards.txt
83
+ git checkout platform.txt
You can’t perform that action at this time.
0 commit comments