Skip to content

Commit 5817707

Browse files
committed
README: Update with details about ESP8266
1 parent c6e34ff commit 5817707

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,31 @@
1-
Experiments with Arduino
2-
========================
1+
# Experiments with Arduino
32

4-
This repository contains all sorts of stuff related to Arduino. This is mostly just my own stuff as I use it and is not necessarily meant for direct use by others. Documentation might be missing, but feel free to ask if you find anything interesting you would like to know more about.
3+
This repository contains all sorts of stuff related to Arduino. This is mostly
4+
just my own stuff as I use it and is not necessarily meant for direct use by
5+
others. Documentation might be missing, but feel free to ask if you find
6+
anything interesting you would like to know more about.
57

6-
git submodule configuration
7-
---------------------------
8+
## git submodule configuration
89

910
This repository uses external repositories using git submodules:
1011

1112
$ git submodule init
1213
$ git submodule update
14+
15+
16+
## Boards Management
17+
18+
### AVR
19+
20+
Everything is builtin into Arduino and Arduino-Makefile. No special
21+
configuration necessary.
22+
23+
24+
### ESP8266
25+
26+
Support for esp8266 can be enabled by downloading additional tools. Refer to
27+
the official [ESP8266 Arduino Core](https://arduino-esp8266.readthedocs.io/)
28+
instructions.
29+
30+
Additonallity, [arduino-cli](https://github.com/arduino/arduino-cli) is
31+
required for compilation and for flashing the device.

0 commit comments

Comments
 (0)