diff options
author | dweller <dweller@cabin.digital> | 2024-10-17 16:12:15 +0300 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-10-17 16:12:15 +0300 |
commit | 7224a1b49ec261c10bbe3cf7c1ab2506acaafb6b (patch) | |
tree | fb3631b8cda7bf4d339963cd8dc52177a8622b24 /README | |
parent | d93f33a7fdba69c9ba48aff702d1f856dc5633c2 (diff) |
add license, readme, and kicad project
Diffstat (limited to '')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |