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

Committer:
Adrian Suciu
Date:
Mon Nov 07 16:27:12 2016 +0200
Revision:
33:c3ec596a29c2
Parent:
9:24df0f89be2e
Added CN0391, CN0396 and CN0397 shields

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Michael Hennerich 0:f4275700536f 1 # Compiled Object files
Michael Hennerich 0:f4275700536f 2 *.slo
Michael Hennerich 0:f4275700536f 3 *.lo
Michael Hennerich 0:f4275700536f 4 *.o
Michael Hennerich 0:f4275700536f 5 *.obj
Michael Hennerich 0:f4275700536f 6
Michael Hennerich 0:f4275700536f 7 # Precompiled Headers
Michael Hennerich 0:f4275700536f 8 *.gch
Michael Hennerich 0:f4275700536f 9 *.pch
Michael Hennerich 0:f4275700536f 10
Michael Hennerich 0:f4275700536f 11 # Compiled Dynamic libraries
Michael Hennerich 0:f4275700536f 12 *.so
Michael Hennerich 0:f4275700536f 13 *.dylib
Michael Hennerich 0:f4275700536f 14 *.dll
Michael Hennerich 0:f4275700536f 15
Michael Hennerich 0:f4275700536f 16 # Fortran module files
Michael Hennerich 0:f4275700536f 17 *.mod
Michael Hennerich 0:f4275700536f 18
Michael Hennerich 0:f4275700536f 19 # Compiled Static libraries
Michael Hennerich 0:f4275700536f 20 *.lai
Michael Hennerich 0:f4275700536f 21 *.la
Michael Hennerich 0:f4275700536f 22 *.a
Michael Hennerich 0:f4275700536f 23 *.lib
Michael Hennerich 0:f4275700536f 24
Michael Hennerich 0:f4275700536f 25 # Executables
Michael Hennerich 0:f4275700536f 26 *.exe
Suciu 2:36a3230c38cf 27 *.bat
Michael Hennerich 0:f4275700536f 28 *.out
Michael Hennerich 0:f4275700536f 29 *.app
Suciu 2:36a3230c38cf 30
Suciu 2:36a3230c38cf 31 # Eclipse workspace
Suciu 2:36a3230c38cf 32 *.cproject
Suciu 2:36a3230c38cf 33 *.project
Suciu 2:36a3230c38cf 34 .metadata
Suciu 2:36a3230c38cf 35 *.tmp
Suciu 2:36a3230c38cf 36 *.bak
Suciu 2:36a3230c38cf 37 local.properties
Suciu 2:36a3230c38cf 38 .settings/
Suciu 2:36a3230c38cf 39 .loadpath
Suciu 2:36a3230c38cf 40 .recommenders
Suciu 2:36a3230c38cf 41
Suciu 2:36a3230c38cf 42 # Build products and byproducts
Suciu 2:36a3230c38cf 43 *.d
Suciu 2:36a3230c38cf 44 *.o
Suciu 2:36a3230c38cf 45 *.bin
Suciu 2:36a3230c38cf 46 *.elf
Suciu 2:36a3230c38cf 47 *.hex
Suciu 2:36a3230c38cf 48 *.map
Suciu 2:36a3230c38cf 49
Suciu 2:36a3230c38cf 50 # mbed folder
Suciu 2:36a3230c38cf 51 mbed/*
Suciu 2:36a3230c38cf 52 !mbed/README.md
Suciu 2:36a3230c38cf 53
Suciu 3:1a8c14043a4e 54 # AStyle backups
Suciu 3:1a8c14043a4e 55 *.orig
Suciu 3:1a8c14043a4e 56
Adrian Suciu 9:24df0f89be2e 57 # Mercurial repo
Adrian Suciu 9:24df0f89be2e 58 .hg*