freebsd-ports/comms/uarduno/pkg-descr
Rene Ladan f6d3acfe3c comms/uarduno: modernize Makefile and add device IDs.
- Use kmod, so add staging support.
- Fix license support (BSD2CLAUSE)
- Fix packaging as user
- Add support for device IDs 0x0010, 0x0042, 0x0043
- Remove superfluous Makefile variables (NO_PACKAGE, SSP_UNSAFE, MAKE_ENV,
  PREFIX, SRCPREFIX, NO_MTREE)
- Remove support for FreeBSD < 8
- Fix WWW line in pkg-descr
- Bump PORTREVISION

PR:		ports/189621
Submitted by:	maintainer (Bob Frazier, <bobf@mrp3.com>)
2014-06-22 21:11:41 +00:00

16 lines
892 B
Text

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