initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_RASPI_GPIO
|
||||
bool "raspi-gpio"
|
||||
help
|
||||
Tool to help debug / hack at the BCM283x GPIO. You can dump
|
||||
the state of a GPIO or (all GPIOs). You can change a GPIO
|
||||
mode and pulls (and level if set as an output).
|
||||
|
||||
Beware this tool writes directly to the BCM283x GPIO
|
||||
registers, ignoring anything else that may be using them
|
||||
(like Linux drivers).
|
||||
|
||||
https://github.com/RPi-Distro/raspi-gpio
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 2526dcec1e5a171b13c44b1fb6f2faed5ec849f08021278e2be09bc18264a2fd raspi-gpio-4edfde183ff3ac9ed66cdc015ae25e45f3a5502d.tar.gz
|
||||
sha256 6e02227e1fb942687163996678d94add7911890c50025912d0ae7ee66d256bb2 LICENSE
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# raspi-gpio
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RASPI_GPIO_VERSION = 4edfde183ff3ac9ed66cdc015ae25e45f3a5502d
|
||||
RASPI_GPIO_SITE = $(call github,RPi-Distro,raspi-gpio,$(RASPI_GPIO_VERSION))
|
||||
RASPI_GPIO_LICENSE = BSD-3-Clause
|
||||
RASPI_GPIO_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user