A collection of Analog Devices drivers for the mbed platform

For additional information check out the mbed page of the Analog Devices wiki: https://wiki.analog.com/resources/tools-software/mbed-drivers-all

.gitignore

Committer:
Adrian Suciu
Date:
2016-04-21
Revision:
9:24df0f89be2e
Parent:
3:1a8c14043a4e

File content as of revision 9:24df0f89be2e:

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.bat
*.out
*.app

# Eclipse workspace
*.cproject
*.project
.metadata
*.tmp
*.bak
local.properties
.settings/
.loadpath
.recommenders

# Build products and byproducts
*.d
*.o
*.bin
*.elf
*.hex
*.map

# mbed folder
mbed/*
!mbed/README.md

# AStyle backups
*.orig

# Mercurial repo
.hg*