How easy (or difficult) is it to port DSPLink?
DSPLink is available as a porting kit with full source code and documents, including design documents. DSPLink is architected to ensure that it provides portability to: • A different GPP operating system or operating system variant: through usage of OSAL (OS Abstraction Layer) throughout DSPLink • A different device: through splitting of DSPLink code into generic and platform/device specific code within separate easily identifiable directories The DSPLink build system is also generic (make-based) and easily portable to a different operating system or device. The PortingGuide provided with each DSPLink release gives detailed information on different types of DSPLink ports.