SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
devel/makeesparduino/pkg/DESCR
Normal file
6
devel/makeesparduino/pkg/DESCR
Normal 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.
|
5
devel/makeesparduino/pkg/MESSAGE
Normal file
5
devel/makeesparduino/pkg/MESSAGE
Normal 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.
|
17
devel/makeesparduino/pkg/PLIST
Normal file
17
devel/makeesparduino/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue