package/rwmem: new package
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 6 Aug 2021 12:48:54 +0000 (15:48 +0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 29 Aug 2021 16:55:31 +0000 (18:55 +0200)
commit51a282bcb8dfc26d3a27723383c5a1767653a19d
tree4afb0d970c608cda2331b4ad0f693236f4828e20
parentdd1621b067cf2569198227a25080a127a05f7dc4
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>
package/Config.in
package/rwmem/Config.in [new file with mode: 0644]
package/rwmem/rwmem.hash [new file with mode: 0644]
package/rwmem/rwmem.mk [new file with mode: 0644]