Skip to content

Commit 5153cb3

Browse files
committed
packaging: better arch name for IDE1 menu
1 parent 943e619 commit 5153cb3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

extras/package.sh

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ EXCLUDE_TAGS=--exclude-tag-all=.unor4_only
2020
FILENAME=ArduinoCore-renesas_$VARIANT-$VERSION.tar.bz2
2121

2222
git checkout boards.txt
23+
git checkout platform.txt
2324

2425
sed -i 's/minima./#minima./g' boards.txt
2526
sed -i 's/unor4wifi./#unor4wifi./g' boards.txt
2627
sed -i 's/muxto./#muxto./g' boards.txt
28+
sed -i 's/Arduino Renesas fsp Boards/Arduino Renesas Portenta Boards/g' platform.txt
2729

2830
CORE_BASE=`basename $PWD`
2931
cd ..
@@ -51,9 +53,11 @@ EXCLUDE_TAGS=--exclude-tag-all=.portenta_only
5153
FILENAME=ArduinoCore-renesas_$VARIANT-$VERSION.tar.bz2
5254

5355
git checkout boards.txt
56+
git checkout platform.txt
5457

5558
sed -i 's/portenta_c33./#portenta_c33./g' boards.txt
5659
sed -i 's/muxto./#muxto./g' boards.txt
60+
sed -i 's/Arduino Renesas fsp Boards/Arduino Renesas UNO R4 Boards/g' platform.txt
5761

5862
CORE_BASE=`basename $PWD`
5963
cd ..
@@ -73,4 +77,7 @@ sed "s/%%FILENAME_UNO%%/${FILENAME}/" |
7377
sed "s/%%CHECKSUM_UNO%%/${CHKSUM}/" |
7478
sed "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

0 commit comments

Comments
 (0)