Introducing interface/ folder dedicated to the interface infrastructure and drivers...
commitd931bac6adc199010113ab2f7ea53a532974624f
authorTomek CEDRO <cederom@tlen.pl>
Tue, 30 Oct 2012 13:55:42 +0000 (30 14:55 +0100)
committerTomek CEDRO <cederom@tlen.pl>
Fri, 21 Dec 2012 13:09:19 +0000 (21 14:09 +0100)
tree6780701104425fc21e1876866258719ae0fe3694
parent148289602e9511d5208fc58a5504c77d2cf0783a
Introducing interface/ folder dedicated to the interface infrastructure and drivers. Introducing interface_signal infrastructure to perform operations on interface port pins - this will create good abstraction layer for pin state operations at runtime and it is necessary to implement buffer configuration routines for SWD transport.

Change-Id: I03181343f97347e3595aeb9acf17efbd3e0d8671
Signed-off-by: Tomek CEDRO <cederom@tlen.pl>
src/interface/Makefile.am [new file with mode: 0644]
src/interface/interface.h [new file with mode: 0644]
src/interface/interface_signal.c [new file with mode: 0644]
src/interface/interface_signal.h [new file with mode: 0644]