kumquat-buildroot/package/python-pydevmem/Config.in
Yegor Yefremov d5bcdb74b6 package/python-pydevmem: new package
Python DevMem is designed primarily for use with accessing
/dev/mem on OMAP platforms. It should work on other platforms
and work to mmap() files rather then just /dev/mem, but these
use cases aren't well tested.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-05-03 21:29:32 +02:00

10 lines
332 B
Plaintext

config BR2_PACKAGE_PYTHON_PYDEVMEM
bool "python-pydevmem"
help
Python DevMem is designed primarily for use with accessing
/dev/mem on OMAP platforms. It should work on other platforms
and work to mmap() files rather then just /dev/mem, but these
use cases aren't well tested.
https://github.com/kylemanna/pydevmem