]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Move SPI driver from HAL layer to DRV layer
authorMichal Horn <michal@apartman.cz>
Thu, 16 Jul 2015 08:35:08 +0000 (10:35 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 2 Aug 2015 18:12:37 +0000 (20:12 +0200)
commit3c5ebf39510050c35959f493f82e99d86e91c4d5
tree37e6fe6626a4dfbacd883cef900809a9c43dce07
parentd7a26b4af6ff2b834790b0bf4d90d6de21944ba6
Move SPI driver from HAL layer to DRV layer
15 files changed:
Makefile.var
rpp/include/drv/drv.h
rpp/include/drv/spi.h [moved from rpp/include/hal/spi.h with 96% similarity]
rpp/include/drv/spi_tms570.h [moved from rpp/include/hal/spi_tms570.h with 100% similarity]
rpp/src/drv/hbridge.c
rpp/src/drv/spi.c [moved from rpp/src/hal/spi.c with 98% similarity]
rpp/src/drv/spi_tms570.c [moved from rpp/src/hal/spi_tms570.c with 99% similarity]
rpp/src/hal/_tms570_rpp/port_def.c
rpp/src/hal/port_spi.c
rpp/src/hal/spi_resp_transl.c
rpp/src/rpp/dac.c
rpp/src/rpp/din.c
rpp/src/rpp/fr.c
rpp/src/rpp/hbr.c
rpp/src/rpp/lout.c