]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
Merge port and gpio definitions into one file in the DRV layer
authorMichal Horn <hornmich@fel.cvut.cz>
Fri, 17 Jul 2015 08:07:23 +0000 (10:07 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 2 Aug 2015 18:26:32 +0000 (20:26 +0200)
commit96013f29ca870065ad02502fcd26e8fb6c6cafc0
treee9bebe7acbb2baa03a13cae7735afe6b464d7739
parentcde8691bfe8f6263dce84d87db0a9d274b8b7c13
Merge port and gpio definitions into one file in the DRV layer

The idea is to have the pin and port names in a separated target specific
header files, the pin and port definitions in a target specific source files and
the target independent functions and data types in a common header and source
files.

The application than should include only one header file digital_io_def.h,
where are defined the names of the pins, and digital_io.h where is defined the
driver interface.
49 files changed:
Makefile.var
rpp/include/drv/_rm48_hdk/digital_io_def.h [new file with mode: 0644]
rpp/include/drv/_tms570_hdk/digital_io_def.h [new file with mode: 0644]
rpp/include/drv/_tms570_hydctr/digital_io_def.h [new file with mode: 0644]
rpp/include/drv/_tms570_rpp/digital_io_def.h [new file with mode: 0644]
rpp/include/drv/dac.h
rpp/include/drv/digital_io.h [new file with mode: 0644]
rpp/include/drv/drv.h
rpp/include/drv/mout.h
rpp/include/hal/_rm48_hdk/.gitattributes [deleted file]
rpp/include/hal/_rm48_hdk/gpio_def.h [deleted file]
rpp/include/hal/_rm48_hdk/port_def.h [deleted file]
rpp/include/hal/_tms570_hdk/.gitattributes [deleted file]
rpp/include/hal/_tms570_hdk/gpio_def.h [deleted file]
rpp/include/hal/_tms570_hdk/port_def.h [deleted file]
rpp/include/hal/_tms570_hydctr/.gitattributes [deleted file]
rpp/include/hal/_tms570_hydctr/gpio_def.h [deleted file]
rpp/include/hal/_tms570_hydctr/port_def.h [deleted file]
rpp/include/hal/_tms570_rpp/gpio_def.h [deleted file]
rpp/include/hal/_tms570_rpp/port_def.h [deleted file]
rpp/include/hal/hal.h [deleted file]
rpp/include/rpp/gio.h
rpp/src/drv/_rm48_hdk/digital_io_def.c [new file with mode: 0644]
rpp/src/drv/_tms570_hdk/digital_io_def.c [new file with mode: 0644]
rpp/src/drv/_tms570_hydctr/digital_io_def.c [new file with mode: 0644]
rpp/src/drv/_tms570_rpp/digital_io_def.c [new file with mode: 0644]
rpp/src/drv/dac.c
rpp/src/drv/digital_io.c [new file with mode: 0644]
rpp/src/drv/din.c
rpp/src/drv/fr_tms570.c
rpp/src/drv/hbridge.c
rpp/src/drv/hout.c
rpp/src/drv/lout.c
rpp/src/drv/mout.c
rpp/src/hal/_rm48_hdk/.gitattributes [deleted file]
rpp/src/hal/_rm48_hdk/gpio_def.c [deleted file]
rpp/src/hal/_rm48_hdk/port_def.c [deleted file]
rpp/src/hal/_tms570_hdk/.gitattributes [deleted file]
rpp/src/hal/_tms570_hdk/gpio_def.c [deleted file]
rpp/src/hal/_tms570_hdk/port_def.c [deleted file]
rpp/src/hal/_tms570_hydctr/.gitattributes [deleted file]
rpp/src/hal/_tms570_hydctr/gpio_def.c [deleted file]
rpp/src/hal/_tms570_hydctr/port_def.c [deleted file]
rpp/src/hal/_tms570_rpp/gpio_def.c [deleted file]
rpp/src/hal/_tms570_rpp/port_def.c [deleted file]
rpp/src/hal/hal.c [deleted file]
rpp/src/hal/spi_resp_transl.c
rpp/src/rpp/eth.c
rpp/src/rpp/gio.c