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>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
config BR2_PACKAGE_RWMEM
|
|
bool "rwmem"
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_FMT
|
|
select BR2_PACKAGE_INIH
|
|
help
|
|
Simple program to read/write from/to any location in memory.
|
|
|
|
https://github.com/tomba/rwmem
|