Browse Source

Integrate local symbols and footprint libraries pending components.

tags/PRE_1
parent
commit
65161c26fa
4 changed files with 6 additions and 65 deletions
  1. +0
    -65
      hardware/.gitignore
  2. +3
    -0
      hardware/fp-lib-table
  3. +0
    -0
      hardware/libraries/elabdev.lib
  4. +3
    -0
      hardware/sym-lib-table

+ 0
- 65
hardware/.gitignore View File

@@ -14,68 +14,3 @@ _autosave-*
*-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

# ---> C
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

+ 3
- 0
hardware/fp-lib-table View File

@@ -0,0 +1,3 @@
(fp_lib_table
(lib (name Elabdev)(type KiCad)(uri ${KIPRJMOD}/modules/elabdev.pretty)(options "")(descr "Europalab Devices footprints"))
)

+ 0
- 0
hardware/libraries/elabdev.lib View File


+ 3
- 0
hardware/sym-lib-table View File

@@ -0,0 +1,3 @@
(sym_lib_table
(lib (name Elabdev)(type Legacy)(uri ${KIPRJMOD}/libraries/elabdev.lib)(options "")(descr "Europalab Devices symbols"))
)

Loading…
Cancel
Save