Modifying DA830 sample app for CCSv4
EDMA3 driver sample example made generic
EDMA3 sample application made generic so that it takes the EDMA3
Driver handle now and all the test cases can be run on any EDMA3
controller
EDMA3 sample application made generic so that it takes the EDMA3
Driver handle now and all the test cases can be run on any EDMA3
controller
Minor clean-up in driver sample init lib header file
Cleaned EDMA3 Driver Sample Initialization library
Cleaned the sample init library code
Renames files to have simpler names
Added support for TCI6498 and made the design generic so that any
platform can be added easily later
Cleaned the sample init library code
Renames files to have simpler names
Added support for TCI6498 and made the design generic so that any
platform can be added easily later
Moved SoC specific config files in rm/src/configs
Misc changes in EDMA3 Driver
- license header change
- dynamic ranges of logical channels
- internal data structures now 2D to handle multiple EDMA3 hardwares
- edma3MemSet -> edma3MemZero
- EDMA3_DRV_requestChannel cleaned and modified to take new requests
- Link channel API modified so that it doesn't clear the TCC code of link
channels having their own TCC values
- Added New APIs:
EDMA3_DRV_registerTccCb
EDMA3_DRV_unregisterTccCb
EDMA3_DRV_setTcErrorInt
EDMA3_DRV_getChannelStatus
EDMA3_DRV_mapTccLinkCh
- Big Endian change
- Misc changes done to clean-up the code
- license header change
- dynamic ranges of logical channels
- internal data structures now 2D to handle multiple EDMA3 hardwares
- edma3MemSet -> edma3MemZero
- EDMA3_DRV_requestChannel cleaned and modified to take new requests
- Link channel API modified so that it doesn't clear the TCC code of link
channels having their own TCC values
- Added New APIs:
EDMA3_DRV_registerTccCb
EDMA3_DRV_unregisterTccCb
EDMA3_DRV_setTcErrorInt
EDMA3_DRV_getChannelStatus
EDMA3_DRV_mapTccLinkCh
- Big Endian change
- Misc changes done to clean-up the code
Misc changes in Resource Manager
- license header change
- dynamic ranges of logical channels according to the number of
resources available in the EDMA3 controller
- 2D internal data structures to handle multiple EDMA3 hardwares
- edma3MemSet -> edma3MemZero
- edma3OsProtectEntry / edma3OsProtectExit signature change to
accomodate EDMA3 controller ID
- license header change
- dynamic ranges of logical channels according to the number of
resources available in the EDMA3 controller
- 2D internal data structures to handle multiple EDMA3 hardwares
- edma3MemSet -> edma3MemZero
- edma3OsProtectEntry / edma3OsProtectExit signature change to
accomodate EDMA3 controller ID
TCI6498 related changes in RTSC build files
RTSC build files (package.xdc, package.bld etc) are modified
for new platform TCI6498
RTSC build files (package.xdc, package.bld etc) are modified
for new platform TCI6498
Adding CCSv4 project files for EDMA3 libraries
Simple project files are created for EDMA3 libraries so that the libraries'
projects can be added as dependencies in the application projects.
Simple project files are created for EDMA3 libraries so that the libraries'
projects can be added as dependencies in the application projects.
Changing dos to unix format
EDMA3: BIOS6 Release 02.00.01.04
EDMA3: Adding release package 02.00.00.03