Bump buildroot to 2019.02
This commit is contained in:
@@ -9,6 +9,17 @@ if BR2_PACKAGE_OPENOCD
|
||||
|
||||
comment "Adapters"
|
||||
|
||||
config BR2_PACKAGE_OPENOCD_CMSIS_DAP
|
||||
bool "CMSIS-DAP compliant debuggers"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
depends on BR2_PACKAGE_HAS_UDEV # hidapi
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # hidapi
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
select BR2_PACKAGE_HIDAPI
|
||||
help
|
||||
Enable support for CMSIS-DAP compliant debuggers (i.e
|
||||
Atmel/Microchip EDBG, etc.)
|
||||
|
||||
config BR2_PACKAGE_OPENOCD_FTDI
|
||||
bool "MPSSE mode of FTDI based devices"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
||||
|
||||
@@ -35,7 +35,8 @@ OPENOCD_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_LIBFTDI1),libftdi1) \
|
||||
$(if $(BR2_PACKAGE_LIBUSB),libusb) \
|
||||
$(if $(BR2_PACKAGE_LIBUSB_COMPAT),libusb-compat) \
|
||||
$(if $(BR2_PACKAGE_LIBHID),libhid)
|
||||
$(if $(BR2_PACKAGE_LIBHID),libhid) \
|
||||
$(if $(BR2_PACKAGE_HIDAPI),hidapi)
|
||||
|
||||
# Adapters
|
||||
OPENOCD_CONF_OPTS += \
|
||||
|
||||
Reference in New Issue
Block a user