Skip to content

Commit 4433170

Browse files
committed
Update version
1 parent 14213f7 commit 4433170

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
# Seeed_Arduino_DAPLink
2-
An Arduino Library for Seeed Arduino DAPLink.
32

3+
Most of Seeed & Adafruit boards Seeeduino M0/M4, featuring M0, M4 and nRF52840 are able to run the daplink sketch. It allows us to flash/burn bootloader of any ARM Cortex-M MCU (M0, M4, nRF52832, nRF52840 etc ..) and step debugging with gdb and/or supported IDE such as eclipse, Keil, IAR. For your convenience, a precompiled daplink firmware in uf2 format for specific board can be found at wiki page
44

5-
## Get Started
6-
1. Download the Adafruit TinyUSB Library from: [Adafruit_TinyUSB_Arduino](https://github.com/adafruit/Adafruit_TinyUSB_Arduino)
7-
8-
2. Arduino IDE tool-->Select the board: Seeeduino samd Serial board.
9-
10-
3. Arduino IDE tool-->Select the USB Stack: TinyUSB.
11-
12-
4. Arduino IDE tool-->Select the COM port.
135

6+
[**More detailed documentation**](https://wiki.seeedstudio.com/Arduino-DAPLink/)
147

158
## Contributing
169
Contributing to this software is warmly welcomed. You can do this basically by<br>
1710
[forking](https://help.github.com/articles/fork-a-repo), committing modifications and then [pulling requests](https://help.github.com/articles/using-pull-requests) (follow the links above<br>
1811
for operating guide). Adding change log and your contact into file header is encouraged.<br>
1912
Thanks for your contribution.
20-
21-
Seeed Studio is an open hardware facilitation company based in Shenzhen, China. <br>
22-
Benefiting from local manufacture power and convenient global logistic system, <br>
23-
we integrate resources to serve new era of innovation. Seeed also works with <br>
24-
global distributors and partners to push open hardware movement.<br>

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Seeed_Arduino_DAPLink
2-
version=1.0.0
2+
version=1.0.1
33
author=Seeed Studio
44
maintainer=Baozhu Zuo <zuobaozhu@gmail.com>
55
sentence=Seeed Arduino DAPLink Device.

0 commit comments

Comments
 (0)