b26a62236f
sam-ba tool moved to github, changed license to GPLv2 and dropped x86 support. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
config BR2_PACKAGE_HOST_SAM_BA
|
|
bool "host sam-ba"
|
|
depends on BR2_HOSTARCH = "x86_64"
|
|
select BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|
help
|
|
Atmel SAM-BA software provides an open set of tools for
|
|
programming the Atmel SAM3, SAM7 and SAM9 ARM-based
|
|
microcontrollers.
|
|
|
|
http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools
|