]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-linux/mpm-transport.git/commit
Added linked transfer support; included OSAL function within lib; added a put to...
authorIvan Pang <i-pang@ti.com>
Thu, 13 Mar 2014 01:28:55 +0000 (21:28 -0400)
committerIvan Pang <i-pang@ti.com>
Thu, 13 Mar 2014 01:28:55 +0000 (21:28 -0400)
commit21e7331fa4d6e666a587d4a420b332895b8ae980
tree79a9e5debb1681661246528841fe01141df55cf1
parent2e5dd8d9ecff743987faeca6aac430a8c0651bb5
Added linked transfer support; included OSAL function within lib; added a put to 36-bit to remote example; general updates to examples
19 files changed:
Makefile
include/mpm_transport.h
scripts/mpm_config.json
src/transport/Makefile
src/transport/hyplnk/mpm_transport_hyplnk.c
src/transport/hyplnk/mpm_transport_hyplnk.h
src/transport/mpm_transport.c
src/transport/test/hyplnk/hyplnk_loopback64/Makefile
src/transport/test/hyplnk/hyplnk_loopback64/mpm_transport_hyplnk_loopback64.c
src/transport/test/hyplnk/hyplnk_loopback_dma/Makefile
src/transport/test/hyplnk/hyplnk_loopback_dma/mpm_transport_hyplnk_loopback_dma.c
src/transport/test/hyplnk/hyplnk_remote/Makefile
src/transport/test/hyplnk/hyplnk_remote/mpm_transport_hyplnk_remote.c
src/utils/edma3/mpm_transport_edma3.c
src/utils/edma3/mpm_transport_edma3.h
src/utils/edma3/mpm_transport_edma3_osal.c [new file with mode: 0755]
src/utils/keystone_mmap/mpm_transport_keystone_mmap.c
src/utils/keystone_mmap/mpm_transport_keystone_mmap.h
src/utils/keystone_mmap/mpm_transport_keystone_mmap_osal.c [new file with mode: 0755]