Skip to content

Added module for reading and writing to memory in python

Danylo Zakharchenko requested to merge feature/devmem-module into main

This module copies behavior of devmem2 program but at current stage does not support type (byte, halfword, word, long) now it reads/wirted only 32bit from/to memory

Merge request reports