mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
Add the raspberry pi picotool for interacting with rp2040 binaries and devices. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
481 B
Makefile
15 lines
481 B
Makefile
################################################################################
|
|
#
|
|
# picotool
|
|
#
|
|
################################################################################
|
|
|
|
PICOTOOL_VERSION = 1.1.2
|
|
PICOTOOL_SITE = $(call github,raspberrypi,picotool,$(PICOTOOL_VERSION))
|
|
PICOTOOL_CONF_OPTS = -DPICO_SDK_PATH=$(STAGING_DIR)/usr/share/pico-sdk
|
|
PICOTOOL_DEPENDENCIES = libusb pico-sdk
|
|
PICOTOOL_LICENSE = BSD-3-Clause
|
|
PICOTOOL_LICENSE_FILES = LICENSE.TXT
|
|
|
|
$(eval $(cmake-package))
|