7
mirror of https://github.com/oxidecomputer/hw-spimux.git synced 2025-04-17 12:09:16 +00:00

Compare commits

...

2 Commits
v2 ... main

Author SHA1 Message Date
Nathanael Huffman
29e59e9c99
Push badges 2023-02-24 11:26:51 -06:00
Nathanael Huffman
4fae8cfc20
Add gitignore, remove backups folder 2023-02-24 11:21:02 -06:00
3 changed files with 34 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# For PCBs designed using KiCad: https://www.kicad.org/
# Format documentation: https://kicad.org/help/file-formats/
# Temporary files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache
# Netlist files (exported from Eeschema)
*.net
# Autorouter files (exported from Pcbnew)
*.dsn
*.ses
# Exported BOM files
*.xml
*.csv

View File

@ -1,4 +1,9 @@
# hw-spimux
![](<https://img.shields.io/badge/-Kicad 7-blue>)
![](<https://img.shields.io/badge/-Active-green>)
![](<https://img.shields.io/badge/-MCNs not integrated-orange>)
PMOD Quad SPI flash mux debug board
Breaks out the Gimletlet QSPI port to a MT25QU256ABA8E12 Flash memory IC.
![spi_mux_render](docs/spimux.png)