File tree 2 files changed +3
-2
lines changed
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
11
11
- Made examples under 'Core Testing' visible through File->Examples menu (PR #10 )
12
12
- Add EEPROM library (PR #11 )
13
13
- Fix handling of spaces in paths (PR #20 )
14
+ - Fix paths to SparkFun SVL for Mac and Linux
14
15
15
16
1.0.0
16
17
=====
Original file line number Diff line number Diff line change @@ -154,11 +154,11 @@ tools.ambiq_bin2board.upload.pattern={pgm} {args}
154
154
##### The following tool settings are for the SparkFun variable bootloader (Artemis SVL) (Saturn Five Loader)
155
155
156
156
# 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
158
158
tools.artemis_svl.args="{serial.port}" -f "{build.path}/{build.project_name}.bin" -b {upload.baud} {upload.verbose}
159
159
160
160
# 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
162
162
tools.artemis_svl.args.macosx="{serial.port}" -f "{build.path}/{build.project_name}.bin" -b {upload.baud} {upload.verbose}
163
163
164
164
# Windows
You can’t perform that action at this time.
0 commit comments