mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Reference to the esp8266/Arduino makefile added
This commit is contained in:
@ -10,6 +10,7 @@ ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and
|
|||||||
- [Using Boards Manager](#installing-with-boards-manager)
|
- [Using Boards Manager](#installing-with-boards-manager)
|
||||||
- [Using git version](#using-git-version-)
|
- [Using git version](#using-git-version-)
|
||||||
- [Using stable version with PlatformIO](#using-stable-version-with-platformio)
|
- [Using stable version with PlatformIO](#using-stable-version-with-platformio)
|
||||||
|
- [Building with make](#building-with-make)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
- [Issues and support](#issues-and-support)
|
- [Issues and support](#issues-and-support)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
@ -64,6 +65,12 @@ python get.py
|
|||||||
|
|
||||||
See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md).
|
See [detailed instructions on how to use Espressif platform with PlatformIO](doc/platformio.md).
|
||||||
|
|
||||||
|
### Building with make
|
||||||
|
|
||||||
|
[makeEspArduino](https://github.com/plerup/makeEspArduino) is a generic makefile for any ESP8266 Arduino project.
|
||||||
|
Using make instead of the Arduino IDE makes it easier to do automated and production builds.
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
Documentation for latest development version:
|
Documentation for latest development version:
|
||||||
|
Reference in New Issue
Block a user