summaryrefslogtreecommitdiffstats
path: root/tests/top2049/002-at89c2051dip20.test
blob: 40fe8fdb62877383758e08d025856b209c41310f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash

function test_init
{
	request_DUT "at89c2051dip20" || return 1
	return 0
}

function test_run
{
	# Check signature
	toprammer --read-sig "$tmpfile"
	compare_file_to_hex $tmpfile "1E21" || die "signature mismatch"

	toprammer --erase

	# Check progmem
	toprammer --write-prog "$testfile_2k"
	toprammer --read-prog "$tmpfile"
	compare_files "$testfile_2k" "$tmpfile" || die "progmem mismatch"
}
bues.ch cgit interface