1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Add FTDI drivers to distribution (dist) and make.sh scripts in Windows and Mac OS X (FTDI drivers are built into Linux kernel >= 2.4)

This commit is contained in:
David A. Mellis
2005-11-23 00:11:13 +00:00
parent a3a4c44a90
commit 6b17c6ec36
4 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -26,6 +26,7 @@ else
mkdir -p work/examples
cp ../../lib/librxtxSerial.jnilib work/
cp -pR dist/drivers work/
# to have a copy of this guy around for messing with
echo Copying Arduino.app...