File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 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
2020FILENAME=ArduinoCore-renesas_$VARIANT -$VERSION .tar.bz2
2121
2222git checkout boards.txt
23+ git checkout platform.txt
2324
2425sed -i ' s/minima./#minima./g' boards.txt
2526sed -i ' s/unor4wifi./#unor4wifi./g' boards.txt
2627sed -i ' s/muxto./#muxto./g' boards.txt
28+ sed -i ' s/Arduino Renesas fsp Boards/Arduino Renesas Portenta Boards/g' platform.txt
2729
2830CORE_BASE=` basename $PWD `
2931cd ..
@@ -51,9 +53,11 @@ EXCLUDE_TAGS=--exclude-tag-all=.portenta_only
5153FILENAME=ArduinoCore-renesas_$VARIANT -$VERSION .tar.bz2
5254
5355git checkout boards.txt
56+ git checkout platform.txt
5457
5558sed -i ' s/portenta_c33./#portenta_c33./g' boards.txt
5659sed -i ' s/muxto./#muxto./g' boards.txt
60+ sed -i ' s/Arduino Renesas fsp Boards/Arduino Renesas UNO R4 Boards/g' platform.txt
5761
5862CORE_BASE=` basename $PWD `
5963cd ..
@@ -73,4 +77,7 @@ sed "s/%%FILENAME_UNO%%/${FILENAME}/" |
7377sed " s/%%CHECKSUM_UNO%%/${CHKSUM} /" |
7478sed " s/%%SIZE_UNO%%/${SIZE} /" > package_renesas_${VERSION} _index.json
7579
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