Name rwmem
Version 2.0 (d8dda76a0d8bc3356120d087f783d237602e0278)
Summary A small tool to read/write memory
Description rwmem is a small tool for reading and writing device registers. rwmem supports two modes: mmap mode and i2c mode. In mmap mode rwmem accesses a file by memory mapping it. Using /dev/mem as the memory mapped file makes rwmem access memory and can thus be used to access devices which have memory mapped registers. In i2c mode rwmem accesses an i2c peripheral by sending i2c messages to it.
Section base
License GPL-2.0-or-later
Homepage https://github.com/tomba/rwmem
Recipe file meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem_2.0.bb
Layer meta-voltumna (master branch)
Inherits
  • gcc
  • gcc-native
  • meson
  • meson-routines
  • pkgconfig
  • python3-dir
  • python3native
  • qemu
  • siteinfo
Dependencies
  • fmt
  • gcc-cross-i686
  • libinih
  • meson-native
  • ninja-native
  • pkgconfig-native
  • python3-native
  • qemu-native
  • virtual/compilerlibs
  • virtual/libc
PACKAGECONFIG options

Sources

git://github.com/tomba/rwmem.git

Patches

Patch Status
rwmem/0001-test_data_generator-Use-own-generic-htobe-template.patch Inappropriate [Use of these macros are removed in master]

Other branches

This recipe in other branches of meta-voltumna:

Branch Recipe
master rwmem 2.0 (this recipe)