File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -539,18 +539,18 @@ bossac.exe -d --port=COM5 -U true -i -e -w -v Blink_Demo_ATSAMD21E18A.bin -R
539
539
* Wired-AND, Wired-OR for port pins
540
540
* High-speed port pin access (IOBUS)
541
541
* Libraries for some hardware I plan on using:
542
- TFT LCD (CFAF128128B-0145T)
543
- Motor controller (LV8711T)
544
- IR decoder
545
- I2S DAC/AMP and I2S MEMS microphone
546
- Battery management IC
547
- XBee/Xbee Pro devices
548
- RS485
549
- Several I2C (Wire) sensor devices:
550
- Accelerometer/magnetometer (LSM303CTR)
551
- Barometer/altimeter (LPS22HBTR)
552
- Humidity/temperature
553
- Light/color sensor
542
+ * TFT LCD (CFAF128128B-0145T)
543
+ * Motor controller (LV8711T)
544
+ * IR decoder
545
+ * I2S DAC/AMP and I2S MEMS microphone
546
+ * Battery management IC
547
+ * XBee/Xbee Pro devices
548
+ * RS485
549
+ * Several I2C (Wire) sensor devices:
550
+ * Accelerometer/magnetometer (LSM303CTR)
551
+ * Barometer/altimeter (LPS22HBTR)
552
+ * Humidity/temperature
553
+ * Light/color sensor
554
554
555
555
556
556
## ChangeLog
Original file line number Diff line number Diff line change @@ -149,5 +149,5 @@ tools.openocd.erase.pattern=
149
149
150
150
tools.openocd.bootloader.params.verbose=-d3
151
151
tools.openocd.bootloader.params.quiet=-d0
152
- tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; init; halt; at91samd bootloader 0; program {{{runtime.platform.path}/bootloaders/{bootloader.file}}} verify reset; shutdown"
152
+ tools.openocd.bootloader.pattern="{path}/{cmd}" {bootloader.verbose} -s "{path}/share/openocd/scripts/" -f "{runtime.platform.path}/variants/{build.variant}/{build.openocdscript}" -c "telnet_port disabled; init; halt; at91samd bootloader 0; program {{{runtime.platform.path}/bootloaders/{bootloader.file}}} verify; at91samd bootloader 8192; reset; shutdown"
153
153
You can’t perform that action at this time.
0 commit comments