51a282bcb8
rwmem is small tool to read & write device registers. Some of the features include: - support mmaped and i2c devices - addressing with 8/16/32/64 bit addresses - accessing 8/16/32/64 bit memory locations - little and big endian addressess and accesses - bitfields - address ranges - register description database Python bindings are disabled for now. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
449 B
Makefile
15 lines
449 B
Makefile
################################################################################
|
|
#
|
|
# rwmem
|
|
#
|
|
################################################################################
|
|
|
|
RWMEM_VERSION = c8291705c82bb0686be9adf6a427a2b72114719a
|
|
RWMEM_SITE = $(call github,tomba,rwmem,$(RWMEM_VERSION))
|
|
RWMEM_LICENSE = GPL-2.0
|
|
RWMEM_LICENSE_FILES = LICENSE
|
|
RWMEM_CONF_OPTS = -Dpyrwmem=disabled
|
|
RWMEM_DEPENDENCIES = host-pkgconf fmt inih
|
|
|
|
$(eval $(meson-package))
|