File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ volatile bool toneIsActive = false;
37
37
volatile bool firstTimeRunning = false ;
38
38
39
39
#if defined(__SAMD51__)
40
- #define TONE_TC TC2
41
- #define TONE_TC_IRQn TC2_IRQn
42
- #define TONE_TC_GCLK_ID TC2_GCLK_ID
40
+ #define TONE_TC TC3
41
+ #define TONE_TC_IRQn TC3_IRQn
42
+ #define TONE_TC_GCLK_ID TC3_GCLK_ID
43
43
#else
44
44
#define TONE_TC TC5
45
45
#define TONE_TC_IRQn TC5_IRQn
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ tools.bossac.cmd=bossac
117
117
118
118
tools.bossac.upload.params.verbose=-i -d
119
119
tools.bossac.upload.params.quiet=
120
- tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -i -w -v "{build.path}/{build.project_name}.bin" -R
120
+ tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -i -e - w -v "{build.path}/{build.project_name}.bin" -R
121
121
122
122
tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v /tmp/sketch.bin -R
123
123
You can’t perform that action at this time.
0 commit comments