makeEspArduino
makeEspArduino copied to clipboard
A makefile for ESP8266 and ESP32 Arduino projects
Hi, I recently got my hands on a LilyGo TTGO display. This is an esp32 with a TTF SPI display. The instructions say to edit a User_Setup_Select.h file to select...
It may be more of a cosmetic thing, but I noticed that my main script gets processed twice (Duplicate warning) as soon as i include a `config.h` file from base...
After a "make clean" or during the first make I get an error: build_opt.h: No such file or directory The culprit appears to be the default multi-threaded make. Setting BUILD_THREADS=1...
This is really only a minor issue, but maybe it can be fixed with relative ease. ``` clemens@alien:~/Devel/ESP/emonio-fw$ make clean make[1]: Entering directory '/home/clemens/Devel/ESP/emonio-fw/html' rm -rf ../build/3.0.99/xuan/eng/alpha/html make[1]: Leaving directory...
Running a makefile including a config (sets OS_NAME=windows and ARDUINO_ROOT) and makeEspArduino.mk through VsCode with the WSL plugin to an Arch Linux install. Arduino installed on Windows host and works...
per default 'espota.py' selects a random value for 'host_port'. Making OTA impossible in firewalled environments when undetermined access from target to the development system is blocked. To overcome this we...
Howdy, I'm working on some new OpenBSD toolchains for ESP32-S2/S3/C3. On line 131, the following is defined: ESPTOOL_COM ?= $(ESPTOOL) --baud=$(UPLOAD_SPEED) --port $(UPLOAD_PORT) --chip $(CHIP) However, for variant devices, --chip...
I installed Arduino IDE 2.3.0, then added 'ESP32 Dev Module' Board, then got makeEspArduino, running it like this: ```$ make -f ~/Arduino/misc/makeEspArduino/makeEspArduino.mk CHIP=esp32 BOARD=esp32 SKETCH=blah.ino``` ...and i get this error:...
``` cd ~ git clone https://github.com/espressif/arduino-esp32.git esp32 cd esp32 git submodule update --init cd tools python3 get.py cd .. find -name make*.mk ``` No such file