##// END OF EJS Templates
Several bugs corrected on the TC handler (related TMs are now compliant)...
Several bugs corrected on the TC handler (related TMs are now compliant) Spectral Matrices simulator implemented with the timer unit as an IRQ generator Waveforms simulator implemented with the timer unit as an IRQ generator

File last commit:

r3:a7739b90c971 default
r3:a7739b90c971 default
Show More
FSW-rtems.cbp
60 lines | 1.7 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="FSW-rtems" />
<Option pch_mode="2" />
<Option compiler="sparc_rtems_gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/fsw" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="sparc_rtems_gcc_compiler" />
<Compiler>
<Add option="-fexpensive-optimizations" />
<Add option="-O3" />
<Add option="-g" />
<Add directory="../header" />
<Add directory="../src" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/FSW-rtems" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="sparc_rtems_gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="../header/FSW-config.h" />
<Unit filename="../header/FSW-rtems-processing.h" />
<Unit filename="../header/TC_handler.h" />
<Unit filename="../header/ccsds_types.h" />
<Unit filename="../header/grlibregs.h" />
<Unit filename="../src/FSW-config.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../src/FSW-rtems-processing.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../src/FSW-rtems.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../src/TC_handler.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>