Skip to content

Commit a3d7217

Browse files
committed
Unified "artemis_svl" tool
- Regenerated MacOSX and Linux binaries with "pyinstaller --onefile artemis_svl.py" - Removed extraneous files from previous generations - Changed filepaths to format "{host}/artemis_svl(.exe)" - Used "chmod +x artemis_svl" on MacOSX and Linux binaries for permissions
1 parent 7b80e90 commit a3d7217

File tree

79 files changed

+2
-898
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+2
-898
lines changed

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ tools.ambiq_bin2board.upload.pattern={pgm} {args}
154154
##### The following tool settings are for the SparkFun variable bootloader (Artemis SVL) (Saturn Five Loader)
155155

156156
# Linux
157-
tools.artemis_svl.pgm={runtime.platform.path}/tools/artemis/linux/artemis_svl/artemis_svl
157+
tools.artemis_svl.pgm={runtime.platform.path}/tools/artemis/linux/artemis_svl
158158
tools.artemis_svl.args="{serial.port}" -f "{build.path}/{build.project_name}.bin" -b {upload.baud} {upload.verbose}
159159

160160
# MacOSX
161-
tools.artemis_svl.pgm.macosx={runtime.platform.path}/tools/artemis/macosx/artemis_svl/artemis_svl
161+
tools.artemis_svl.pgm.macosx={runtime.platform.path}/tools/artemis/macosx/artemis_svl
162162
tools.artemis_svl.args.macosx="{serial.port}" -f "{build.path}/{build.project_name}.bin" -b {upload.baud} {upload.verbose}
163163

164164
# Windows

tools/artemis/ambiq_bin2board.py

Lines changed: 0 additions & 896 deletions
This file was deleted.

tools/artemis/linux/artemis_svl

5.56 MB
Binary file not shown.
-21.5 KB
Binary file not shown.
-146 KB
Binary file not shown.
-154 KB
Binary file not shown.
-26.3 KB
Binary file not shown.
-266 KB
Binary file not shown.
-134 KB
Binary file not shown.
-110 KB
Binary file not shown.

0 commit comments

Comments
 (0)