Skip to content

Add write-protect enable/disable support to T48

Ben Eater requested to merge beneater/minipro:t48-write-protect into master

Tested on 28C256 by using the -u and -P flags to un-protect/protect when writing to an EEPROM, e.g., minipro -uP -p 28C256 -w test.bin. Verified that the EEPROM was unprotected, written correctly, and then write-protected.

Merge request reports