Interfaces IDE
Analog Devices VisualDSP++
A ToolchainGateway bridge for the WSTDeployer supports adding RXF and generated files into a VisualDSP++ project file.
The
implementation of this bridge is available in source code under
Tools\WSTDeployer\src\de\willert\deployer. This directory contains
three files which integrate VisualStudio with the WSTDeployer:
- ToolchainGateway.java: Implements the actual changes done in the VisualDSP++ project file.
- Deployment.java: Inplements the
selection of RXF and generated files, copies them and passes the file
list on to the ToolchainGateway for VisualDSP++.
- Constants.java: Defines which properties will be read from WSTDeployer.properties
- WSTDeployer.properties.
The
ToolchainGateway only adds files to the VisualDSP++ project, but does not
remove them, e.g. is a class was renamed or deleted. This has to be
done manually in VisualDSP++.
New files will be added to the "<FILES>"
section in the AVR Studio .dpj file which is specified as component tag
within the UML model.
The VisualDSP++ project needs to be reloaded after each deployment.
Copyright (c) Willert
Software Tools GmbH. All rights reserved.