]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/edma3_lld.git/commitdiff
added appleton targets in package list
authorPrasad Konnur <prasad.konnur@ti.com>
Fri, 27 Jan 2012 09:46:36 +0000 (15:16 +0530)
committerPrasad Konnur <prasad.konnur@ti.com>
Fri, 27 Jan 2012 09:46:36 +0000 (15:16 +0530)
packages/component.mk
packages/ti/sdo/edma3/rm/sample/src/sample_init.c

index 5f97cf65f88dce41506412884f16cd7ecfa59244..aaa1525e7cddaaf1e5b80c942a70ded895d41e44 100755 (executable)
@@ -58,7 +58,7 @@ edma3_lld_EXAMPLES_LIST = edma3_drv_ti816x-evm_m3_example edma3_drv_c6472-evm_64
 
 
 ifeq ($(PLATFORM),)
-PLATFORM = ti816x-evm ti814x-evm c6472-evm c6670-evm c6678-evm c6748-evm da830-evm omapl138-evm tci6486-evm tci6608-sim tci6616-sim
+PLATFORM = ti816x-evm ti814x-evm c6472-evm c6670-evm c6678-evm c6748-evm da830-evm omapl138-evm tci6486-evm tci6608-sim tci6616-sim tci6614-evm c6657-evm tci6614-sim c6657-sim
 endif
 
 ifeq ($(TARGET),)
index 1aacce4f2a98bbed951764f03e0db6da18b90311..b74f7e0b0357c844f767821388b1995dcc35b3db 100755 (executable)
@@ -85,6 +85,10 @@ extern EDMA3_RM_GblConfigParams sampleEdma3GblCfgParams[];
 /* External Instance Specific Configuration Structure */\r
 extern EDMA3_RM_InstanceInitConfig sampleInstInitConfig[][EDMA3_MAX_REGIONS];\r
 \r
+#if defined (CHIP_TI814X)
+extern EDMA3_RM_Result sampleInitXbarEvt(EDMA3_RM_Handle hEdma, unsigned int edma3Id);
+#endif
+
 /**\r
  * \brief   EDMA3 Initialization\r
  *\r