]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Make the RPP layer thread safe
authorMichal Horn <hornmich@fel.cvut.cz>
Tue, 11 Aug 2015 13:28:31 +0000 (15:28 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 Aug 2015 14:17:01 +0000 (16:17 +0200)
commit573021795371f41a23ed0fe0b5171f38bb96d86e
tree318e004918a171dca0fc7bb1aaf40ae781e90d94
parent9ebcc693fb87247af18d94ba3c65229187f73a94
Make the RPP layer thread safe
29 files changed:
rpp/include/drv/spi.h
rpp/include/rpp/.gitattributes
rpp/include/rpp/adc.h
rpp/include/rpp/can.h
rpp/include/rpp/dac.h
rpp/include/rpp/din.h
rpp/include/rpp/fr.h
rpp/include/rpp/gio.h
rpp/include/rpp/hbr.h
rpp/include/rpp/irc.h
rpp/include/rpp/lout.h
rpp/include/rpp/mout.h
rpp/include/rpp/mutex.h [new file with mode: 0644]
rpp/include/rpp/rpp.h
rpp/include/rpp/sci.h
rpp/include/rpp/sdr.h
rpp/src/drv/adc.c
rpp/src/drv/spi.c
rpp/src/rpp/adc.c
rpp/src/rpp/can.c
rpp/src/rpp/dac.c
rpp/src/rpp/din.c
rpp/src/rpp/fr.c
rpp/src/rpp/gio.c
rpp/src/rpp/hbr.c
rpp/src/rpp/irc.c
rpp/src/rpp/lout.c
rpp/src/rpp/mout.c
rpp/src/rpp/sci.c