From 7224a1b49ec261c10bbe3cf7c1ab2506acaafb6b Mon Sep 17 00:00:00 2001 From: dweller Date: Thu, 17 Oct 2024 16:12:15 +0300 Subject: add license, readme, and kicad project --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..772b374 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +28C256 EEPROM as a USB Mass Storage +----------------------------------- + +This project is not fit for public use, it's a one off I made for myself, but it can serve as a +reference. It's my first PCB and the code is not that good either, but it seems to work. + +Check out my blog post about this here: https://cabin.digital/log/m68k/eeprom.html + + +How to build: +I don't even give you a BOM so you'd have to hunt exactly the same parts I did, so you can't really +fab this. As for code, it's kind of useless without that, but just get a Raspberry pico SDK and +cmake and off you go. You'll have to change the pico SDK path in cmake file. -- cgit v1.2.3