Skip to content

Commit bf0bb4f

Browse files
committed
Fix paths to SparkFun SVL for Mac and Linux
1 parent 4fd606f commit bf0bb4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Each log entry will use the version number of the release that contains the chan
1111
- Made examples under 'Core Testing' visible through File->Examples menu (PR #10)
1212
- Add EEPROM library (PR #11)
1313
- Fix handling of spaces in paths (PR #20)
14+
- Fix paths to SparkFun SVL for Mac and Linux
1415

1516
1.0.0
1617
=====

Diff for: platform.txt

+2-2
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/ambiq/linux/artemis_svl/artemis_svl
157+
tools.artemis_svl.pgm={runtime.platform.path}/tools/artemis/linux/artemis_svl/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/ambiq/macosx/artemis_svl/artemis_svl
161+
tools.artemis_svl.pgm.macosx={runtime.platform.path}/tools/artemis/macosx/artemis_svl/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

0 commit comments

Comments
 (0)