Skip to content

Commit 7ccb8f2

Browse files
committed
added arduino runtime dependencies
1 parent 8a48f83 commit 7ccb8f2

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

arduino_alvik/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
66
__license__ = "MPL 2.0"
7-
__version__ = "1.1.0"
7+
__version__ = "1.1.1"
88
__maintainer__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
99
__required_firmware_version__ = "1.1.0"
1010

install.bat

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ python -m mpremote %port_string% fs cp arduino_alvik/uart.py :lib/arduino_alvik/
3030

3131
echo Installing dependencies
3232
python -m mpremote %port_string% mip install github:arduino/ucPack-mpy
33+
python -m mpremote %port_string% mip install github:arduino/arduino-runtime-mpy
3334

3435
python -m mpremote %port_string% reset
3536
exit /b 0

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ $python_command -m mpremote $connect_string fs cp arduino_alvik/uart.py :lib/ard
5555

5656
echo "Installing dependencies"
5757
$python_command -m mpremote $connect_string mip install github:arduino/ucPack-mpy
58+
$python_command -m mpremote $connect_string mip install github:arduino/arduino-runtime-mpy
5859

5960
$python_command -m mpremote $connect_string reset

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
["arduino_alvik/stm32_flash.py", "github:arduino/arduino-alvik-mpy/arduino_alvik/stm32_flash.py"]
1111
],
1212
"deps": [
13-
["github:arduino/ucPack-mpy", "0.1.6"]
13+
["github:arduino/ucPack-mpy", "0.1.6"],
14+
["github:arduino/arduino-runtime-mpy"]
1415
],
15-
"version": "1.1.0"
16+
"version": "1.1.1"
1617
}

0 commit comments

Comments
 (0)