mirror of
https://github.com/RobotechLille/cdf2018-principal
synced 2025-09-05 17:40:23 +02:00
Commit initial
This commit is contained in:
commit
e0cb79d1cc
57 changed files with 2128 additions and 0 deletions
1
raspberrypi/package/cr1901/Config.in
Normal file
1
raspberrypi/package/cr1901/Config.in
Normal file
|
@ -0,0 +1 @@
|
|||
source "$BR2_EXTERNAL_CDF_PATH/package/cr1901/mercpcl/Config.in"
|
1
raspberrypi/package/cr1901/cr1901.mk
Normal file
1
raspberrypi/package/cr1901/cr1901.mk
Normal file
|
@ -0,0 +1 @@
|
|||
include $(sort $(wildcard $(BR2_EXTERNAL_CDF_PATH)/package/cr1901/*/*.mk))
|
7
raspberrypi/package/cr1901/mercpcl/Config.in
Normal file
7
raspberrypi/package/cr1901/mercpcl/Config.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
config BR2_PACKAGE_MERCPCL
|
||||
bool "mercpcl"
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
select BR2_PACKAGE_LIBFTDI
|
||||
help
|
||||
Command-line utility that can be used to program
|
||||
Mercury FPGA development boards.
|
13
raspberrypi/package/cr1901/mercpcl/mercpcl.mk
Normal file
13
raspberrypi/package/cr1901/mercpcl/mercpcl.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
################################################################################
|
||||
#
|
||||
# mercpcl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MERCPCL_VERSION = ce3d815f76f8f5d7254e5e17a90e30d9affacfea
|
||||
MERCPCL_SITE = $(call github,cr1901,mercpcl,$(MERCPCL_VERSION))
|
||||
MERCPCL_DEPENDENCIES = libftdi libusb
|
||||
MERCPCL_LICENSE = GPLv3
|
||||
MERCPCL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(cmake-package))
|
Loading…
Add table
Add a link
Reference in a new issue