1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-23 19:21:59 +03:00

Third-party cores seems to sort of work now, but burning bootloaders is probably broken.

Need to decide on the format for the boards.txt file.
This commit is contained in:
David A. Mellis
2009-11-07 18:56:45 +00:00
parent 3075c8e4fd
commit e5b5f25476
7 changed files with 82 additions and 106 deletions

View File

@ -36,7 +36,7 @@ else
chmod +x work/Arduino.app/Contents/MacOS/JavaApplicationStub
cp -rX ../shared/lib "$RESOURCES/"
cp -rX ../shared/libraries "$RESOURCES/"
cp -rX ../../libraries "$RESOURCES/"
cp -rX ../shared/tools "$RESOURCES/"
cp -rX ../../hardware "$RESOURCES/"
@ -126,4 +126,4 @@ cd ../..
echo
echo Done.
echo Done.