Remove debug captures from ARM code
Update UART LLD for PP discovered issue:
In UART LLD interrupt implementation (callback mode) the write callback
function does not always mean completion of UART Tx operation.
Write callback is invoked when THR is empty, but it does not indicate both
the transmitter FIFO and the transmitter shift register (UART_TSR) are
empty. Under such condition if UART is closed, it will terminate the UART
previous ongoing transfer.
In UART LLD interrupt implementation (callback mode) the write callback
function does not always mean completion of UART Tx operation.
Write callback is invoked when THR is empty, but it does not indicate both
the transmitter FIFO and the transmitter shift register (UART_TSR) are
empty. Under such condition if UART is closed, it will terminate the UART
previous ongoing transfer.
I/O update
Update readme_demo.txt
Update debug probe in K2G target configuration
Add code to SYS/BIOS .cfg file to allow Execution Analysis
Add information to readme_demo.txt update log
Merge branch 'master' of gitorious.design.ti.com:dolby-harmonious/ddp_demo
Add note concernign <root>=c:\ti to readme_demo.txt
Update readme_demo.txt to include instructions for UART LLD build
Update UART LLD makefile to only build k2g c66x, little-endian
Update UART LLD for PP discovered issues. Add new header file.
Update pinmux settings for UART0
Update UART LLD for PP discovered issues.
NOTE: This version includes code NOT in the PSDK 2.0.3 UART LLD release.
NOTE: This version includes code NOT in the PSDK 2.0.3 UART LLD release.
Update build_libs.bat to include dcs7 lib
Add .gitignore for test_dsp
Add DCS7 & AFP
Forward slash in directory names
Fix capture buffer name
Fix config.bld DDR3 size
Update IPC version in setup_env.bat
Add PAF libs build step
Add .gitignore
Add more information to readme
Add batch files for building A15/C66x PAF libraries
Add audio input driver updates from Govind
Add pdk folder
Remove pdk .zip file
Update readme_demo.txt
Update procsdk_audio_typ.h location (temporary)
Update procsdk_audio_typ.h location (temporary)
readme_demo.txt
Add demo source code
Add ipc .zip file
Add pdk .zip file
Add .gitattributes