kumquat-buildroot/package/rwmem/rwmem.mk
Tomi Valkeinen 51a282bcb8 package/rwmem: new package
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>
2021-08-29 18:55:31 +02:00

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))