SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,6 @@
A makefile for ESP8266 and ESP32 Arduino projects.
The main intent for this project is to provide a minimalistic yet powerful and
easy configurable makefile for projects using the ESP/Arduino framework
available at: https://github.com/esp8266/Arduino and
https://github.com/espressif/arduino-esp32.

View file

@ -0,0 +1,5 @@
Before using makeesparduino, an arduino-core package must be installed for the
desired Espressif chipset.
If you haven't already, please use pkg_add to install arduino-esp8266,
arduino-esp32, or both.

View file

@ -0,0 +1,17 @@
share/makeEspArduino/
share/makeEspArduino/makeEspArduino.mk
share/makeEspArduino/os/
share/makeEspArduino/os/Darwin.mk
share/makeEspArduino/os/OpenBSD.mk
share/makeEspArduino/os/Windows_NT.mk
share/makeEspArduino/tools/
${MODPY_COMMENT}share/makeEspArduino/tools/${MODPY_PYCACHE}/
share/makeEspArduino/tools/${MODPY_PYCACHE}py_wrap.${MODPY_PYC_MAGIC_TAG}pyc
share/makeEspArduino/tools/board_op.pl
share/makeEspArduino/tools/crash_tool.pl
share/makeEspArduino/tools/find_src.pl
share/makeEspArduino/tools/mem_use.pl
share/makeEspArduino/tools/obj_info.pl
share/makeEspArduino/tools/parse_arduino.pl
share/makeEspArduino/tools/py_wrap.py
share/makeEspArduino/tools/vscode.pl