Skip to content

1.1.1 - arduino runtime #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arduino_alvik/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
__license__ = "MPL 2.0"
__version__ = "1.1.0"
__version__ = "1.1.1"
__maintainer__ = "Lucio Rossi <[email protected]>, Giovanni Bruno <[email protected]>"
__required_firmware_version__ = "1.1.0"

Expand Down
1 change: 1 addition & 0 deletions install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ python -m mpremote %port_string% fs cp arduino_alvik/uart.py :lib/arduino_alvik/

echo Installing dependencies
python -m mpremote %port_string% mip install github:arduino/ucPack-mpy
python -m mpremote %port_string% mip install github:arduino/arduino-runtime-mpy

python -m mpremote %port_string% reset
exit /b 0
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ $python_command -m mpremote $connect_string fs cp arduino_alvik/uart.py :lib/ard

echo "Installing dependencies"
$python_command -m mpremote $connect_string mip install github:arduino/ucPack-mpy
$python_command -m mpremote $connect_string mip install github:arduino/arduino-runtime-mpy

$python_command -m mpremote $connect_string reset
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
["arduino_alvik/stm32_flash.py", "github:arduino/arduino-alvik-mpy/arduino_alvik/stm32_flash.py"]
],
"deps": [
["github:arduino/ucPack-mpy", "0.1.6"]
["github:arduino/ucPack-mpy", "0.1.6"],
["github:arduino/arduino-runtime-mpy", "0.4.0"]
],
"version": "1.1.0"
"version": "1.1.1"
}