Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit dc69699

Browse files
committed
mbed-os-to-arduino: stick to mbed 5.x branch
1 parent f622508 commit dc69699

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mbed-os-to-arduino

+3-1
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ for tuple in "${TUPLES[@]}"; do
264264
IFS="$OLD_IFS"
265265
done
266266

267+
export REMOTE_BRANCH="origin/mbed-os-5.15"
268+
267269
export MBED_CORE_LOCATION=${MBED_CORE_LOCATION:-$PWD}
268270
export MBED_CLEAN=${MBED_CLEAN:-0}
269271
export MBED_UPDATE=${MBED_UPDATE:-0}
@@ -327,4 +329,4 @@ Using Arduino as an mbed library
327329

328330
echo -e "arduino/cores/arduino/main.cpp\n arduino/cores/arduino/mbed/\narduino/libraries/" > .mbedignore
329331
#add ARDUINO_AS_MBED_LIBRARY=1 to macros section in mbed_app.json
330-
echo "https://github.com/arduino/ArduinoCore-mbed#bf6e64771ebe20285b0364756dff856ebbc679dc" > arduino.lib
332+
echo "https://github.com/arduino/ArduinoCore-mbed#bf6e64771ebe20285b0364756dff856ebbc679dc" > arduino.lib

0 commit comments

Comments
 (0)