summaryrefslogtreecommitdiffstats
path: root/rules/memedit.in
blob: 5958d9c27b91b13b9a9e64da45b98d0b23c884c6 (plain)
1
2
3
4
5
6
7
8
9
config MEMEDIT
	bool
	select READLINE
	prompt "memedit"
	help
	  memedit is a command line tool which is able to open
	  a file or pseudo file representing a memory device 
	  (for example memory mapped I/O or FPGA memory) and
	  let's you edit it's contents from a command line.