Renesas 740 Family Manual Do Utilizador

Página de 20
 
Chapter 3.  Tutorial Project Workspace 
The workspace includes all of the files for two build configurations. The tutorial code is common to both the Debug and the Release build 
configurations. The tutorial is designed to show how code can be written, debugged then downloaded in a ‘Debug’ situation. 
The build configuration menu in High-performance Embedded Workshop allows the project to be configured such that certain files may 
be excluded from each of the build configurations. This allows the inclusion of the debug monitor within the Debug build, and its 
exclusion in the Release build. Contents of common ASM files are controlled with defines set up in the build configuration options and 
#ifdef
 statements within the same files. 
 
Maintaining only one set of project files means that projects are more controllable.