https://github.com/RedPitaya/RedPitaya
Raw File
Tip revision: 09556eefa4652d19050bcd0bc474c35518e63bf4 authored by Nils Roos on 05 May 2016, 13:03:37 UTC
DTS: MDIO fixed, heartbeat fixed (#63)
Tip revision: 09556ee
.gitignore
# Object files
*.o
*.ko
*.obj
*.elf
# 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

scpi-server/scpi-server

#Eclipse
.cproject
.project
*/.settings/language.settings.xml

# SCPI Server examples
scpi-server/3rdparty/libs/scpi-parser/examples/

back to top