https://github.com/mgerb/esp8266-arduino-make-example
Example project on how to use ESP8266 Arduino without the Arduino IDE
https://github.com/mgerb/esp8266-arduino-make-example
Last synced: 6 months ago
JSON representation
Example project on how to use ESP8266 Arduino without the Arduino IDE
- Host: GitHub
- URL: https://github.com/mgerb/esp8266-arduino-make-example
- Owner: mgerb
- License: mit
- Created: 2017-07-15T04:18:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T16:53:05.000Z (about 9 years ago)
- Last Synced: 2025-05-07T21:11:45.939Z (about 1 year ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# esp8266-arduino-make-example
- Install make
- [Install Arduino IDE](https://www.arduino.cc/en/Main/Software)
- [Install ESP8266 Arduino](https://github.com/esp8266/Arduino)
- [Install arduino-esp32](https://github.com/espressif/arduino-esp32)
- makefile provided from [makeEspArduino](https://github.com/plerup/makeEspArduino)
## Usage with VS Code
I prefer to use VS Code over the Arduino IDE
- Install the C/C++ extension as well as the Arduino extension
- Set the `arduino.path` in your settings
- Add include paths to `c_cpp_properties.json`
## Check out the commands in the makefile
- make build
- make flash
- make clean
- make all
#### See a list of all commands
`make -f ./makeEspArduino.mk help`