Skip to content

Commit cc0be0c

Browse files
committed
Added README, changed executable names
1 parent e71cc81 commit cc0be0c

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

README.adoc

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
= Wifi firmware/certificates updater the Arduino Wifi 101 Shield =
2+
3+
Use this tool to update the SSL root-certificates installed on the
4+
WiFi 101 shield.
5+
6+
== How to build ==
7+
8+
go get go.bug.st/serial
9+
go build src/github.com/arduino-libraries/WiFi101-FirmwareUpdater/cli/main/winc1500-uploader.go
10+
11+
go get github.com/google/gxui
12+
go get github.com/google/gxui/drivers/gl
13+
go get github.com/google/gxui/gxfont
14+
go get github.com/google/gxui/math
15+
go get github.com/google/gxui/samples/flags
16+
go build src/github.com/arduino-libraries/WiFi101-FirmwareUpdater/gui/main/winc1500-uploader-gui.go
17+
18+
== License ==
19+
20+
Copyright (c) 2015 Arduino LLC. All right reserved.
21+
22+
This library is free software; you can redistribute it and/or
23+
modify it under the terms of the GNU Lesser General Public
24+
License as published by the Free Software Foundation; either
25+
version 2.1 of the License, or (at your option) any later version.
26+
27+
This library is distributed in the hope that it will be useful,
28+
but WITHOUT ANY WARRANTY; without even the implied warranty of
29+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30+
Lesser General Public License for more details.
31+
32+
You should have received a copy of the GNU Lesser General Public
33+
License along with this library; if not, write to the Free Software
34+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

0 commit comments

Comments
 (0)