File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
15161.0.0
1617=====
Original file line number Diff line number Diff 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
158158tools.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
162162tools.artemis_svl.args.macosx="{serial.port}" -f "{build.path}/{build.project_name}.bin" -b {upload.baud} {upload.verbose}
163163
164164 # Windows
You can’t perform that action at this time.
0 commit comments