summaryrefslogtreecommitdiffstats
path: root/rules/memedit.in
blob: 74e4438058b16ad1bc253b53341d3917ea49fad0 (plain)
1
2
3
4
5
6
7
8
9
10
config MEMEDIT
	bool
	default N
	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.