├── dependency ├── footprint │ ├── KLMCG4JETD.pretty │ │ ├── Bottom.kicad_mod │ │ └── Top.kicad_mod │ └── SniffPoint.pretty │ │ ├── CLK.kicad_mod │ │ ├── CMD.kicad_mod │ │ ├── DAT0.kicad_mod │ │ └── VDDF.kicad_mod └── schematic │ ├── KLMCG4JETD.kicad_sym │ └── SniffPoint.kicad_sym ├── docs ├── adapter.afdesign ├── bottom.png ├── emmc_KLMCG4JETD.pdf ├── placement_board.png ├── placement_board_ic.jpeg ├── placement_ic.jpeg ├── top.png └── ul_KLMBG2JETD-B041.zip ├── emmc.kicad_pcb ├── emmc.kicad_prl ├── emmc.kicad_pro ├── emmc.kicad_sch ├── fp-info-cache ├── fp-lib-table └── sym-lib-table /dependency/footprint/KLMCG4JETD.pretty/Bottom.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/footprint/KLMCG4JETD.pretty/Bottom.kicad_mod -------------------------------------------------------------------------------- /dependency/footprint/KLMCG4JETD.pretty/Top.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/footprint/KLMCG4JETD.pretty/Top.kicad_mod -------------------------------------------------------------------------------- /dependency/footprint/SniffPoint.pretty/CLK.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/footprint/SniffPoint.pretty/CLK.kicad_mod -------------------------------------------------------------------------------- /dependency/footprint/SniffPoint.pretty/CMD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/footprint/SniffPoint.pretty/CMD.kicad_mod -------------------------------------------------------------------------------- /dependency/footprint/SniffPoint.pretty/DAT0.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/footprint/SniffPoint.pretty/DAT0.kicad_mod -------------------------------------------------------------------------------- /dependency/footprint/SniffPoint.pretty/VDDF.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/footprint/SniffPoint.pretty/VDDF.kicad_mod -------------------------------------------------------------------------------- /dependency/schematic/KLMCG4JETD.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/schematic/KLMCG4JETD.kicad_sym -------------------------------------------------------------------------------- /dependency/schematic/SniffPoint.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/dependency/schematic/SniffPoint.kicad_sym -------------------------------------------------------------------------------- /docs/adapter.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/adapter.afdesign -------------------------------------------------------------------------------- /docs/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/bottom.png -------------------------------------------------------------------------------- /docs/emmc_KLMCG4JETD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/emmc_KLMCG4JETD.pdf -------------------------------------------------------------------------------- /docs/placement_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/placement_board.png -------------------------------------------------------------------------------- /docs/placement_board_ic.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/placement_board_ic.jpeg -------------------------------------------------------------------------------- /docs/placement_ic.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/placement_ic.jpeg -------------------------------------------------------------------------------- /docs/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/top.png -------------------------------------------------------------------------------- /docs/ul_KLMBG2JETD-B041.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/docs/ul_KLMBG2JETD-B041.zip -------------------------------------------------------------------------------- /emmc.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/emmc.kicad_pcb -------------------------------------------------------------------------------- /emmc.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/emmc.kicad_prl -------------------------------------------------------------------------------- /emmc.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/emmc.kicad_pro -------------------------------------------------------------------------------- /emmc.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/emmc.kicad_sch -------------------------------------------------------------------------------- /fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/fp-info-cache -------------------------------------------------------------------------------- /fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/fp-lib-table -------------------------------------------------------------------------------- /sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abal1000x/emmc_adapter/HEAD/sym-lib-table --------------------------------------------------------------------------------