The Arduino Uno (http://arduino.cc/) is an open source hardware micro- controller designed primarily for prototyping and experimentation. Although the devel/arduino port already exists for programming the device, it will not work properly with the newest Arduino hardware. Previous versions of the Arduino used an FTDI USB to Serial interface. The newest Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller to emulate a USB to Serial interface with its own custom Vendor ID and Hardware ID. As a result, NONE of the existing FreeBSD USB to serial drivers can work with it. This kernel driver supplies the necessary kernel support for the Arduino Uno on FreeBSD. Additionally, some 'ACM' USB Serial devices may work with this driver by manually adding their Vendor ID and Product ID combination to files/ids.txt Official web site WWW: http://www.mrp3.com/uarduno.html d>
aboutsummaryrefslogtreecommitdiffstats
path: root/polish/ekg2/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-11/+11
* - Update security/gnutls to 3.4.10.tijl2016-03-271-1/+1
* - Switch to USES=shebangfixpawel2015-12-121-9/+3
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-1/+1
* - Switch to gnutls for encryption, openssl from base fails to connectpawel2014-10-251-2/+3
* - Fix build on currentpawel2014-07-251-36/+24
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-3/+2
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-1/+1
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polis...amdmi32014-05-271-2/+2
* - Update security/gpgme to 1.4.3jhale2013-10-211-1/+1
* Add support for STAGEDIRpawel2013-10-061-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-12/+9
* - Add NLS to OPTIONS_DEFINE this fixes failed plistpawel2013-07-181-2/+1
* Convert my ports to current standardspawel2013-07-111-76/+39
* - Correct plistmiwi2013-06-111-4/+1
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
* Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my portspawel2013-02-081-1/+1
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
* Convert my ports to optionsNGpawel2012-06-081-25/+29
* - Add UNICODE option (default off) which enables experimental unicode supportpawel2012-01-061-4/+16