##// END OF EJS Templates
Draft implementation of the TC_LFR_LOAD_NORMAL_PAR
Draft implementation of the TC_LFR_LOAD_NORMAL_PAR

File last commit:

r10:4baf2642cd31 default
r10:4baf2642cd31 default
Show More
FSW-rtems.cbp
69 lines | 2.0 KiB | text/plain | TextLexer
paul
Initial commit.
r0 <?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" />
admin@pc-p-leroy3.LAB-LPP.LOCAL
Beginning of the message queue implementation for the actions handler
r8 <Option compiler="sparcrtemsgcc446" />
paul
Initial commit.
r0 <Build>
<Target title="Debug">
paul@pc-solar1.lab-lpp.local
First implementation of the TC checker...
r2 <Option output="bin/Debug/fsw" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
paul
Initial commit.
r0 <Option type="1" />
admin@pc-p-leroy3.LAB-LPP.LOCAL
Draft implementation of the TC_LFR_LOAD_NORMAL_PAR
r10 <Option compiler="sparcrtems446" />
paul
Initial commit.
r0 <Compiler>
paul@pc-solar1.lab-lpp.local
Several bugs corrected on the TC handler (related TMs are now compliant)...
r3 <Add option="-fexpensive-optimizations" />
paul
Initial commit.
r0 <Add option="-O3" />
<Add option="-g" />
paul@pc-solar1.lab-lpp.local
First implementation of the TC checker...
r2 <Add directory="../header" />
<Add directory="../src" />
paul
Initial commit.
r0 </Compiler>
</Target>
<Target title="Release">
paul@pc-solar1.lab-lpp.local
First implementation of the TC checker...
r2 <Option output="bin/Release/FSW-rtems" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
paul
Initial commit.
r0 <Option type="1" />
admin@pc-p-leroy3.LAB-LPP.LOCAL
Beginning of the message queue implementation for the actions handler
r8 <Option compiler="sparcrtemsgcc446" />
paul
Initial commit.
r0 <Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
paul@pc-solar1.lab-lpp.local
First implementation of the TC checker...
r2 <Unit filename="../header/ccsds_types.h" />
paul@pc-solar1.lab-lpp.local
Minor updates
r7 <Unit filename="../header/fsw_init.h" />
<Unit filename="../header/fsw_misc.h" />
<Unit filename="../header/fsw_params.h" />
<Unit filename="../header/fsw_processing.h" />
<Unit filename="../header/grlib_regs.h" />
<Unit filename="../header/tc_handler.h" />
<Unit filename="../header/wf_handler.h" />
<Unit filename="../src/fsw_globals.c">
paul@pc-solar1.lab-lpp.local
Several bugs corrected on the TC handler (related TMs are now compliant)...
r3 <Option compilerVar="CC" />
</Unit>
paul@pc-solar1.lab-lpp.local
Minor updates
r7 <Unit filename="../src/fsw_init.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="../src/fsw_misc.c">
paul
Initial commit.
r0 <Option compilerVar="CC" />
</Unit>
paul@pc-solar1.lab-lpp.local
Minor updates
r7 <Unit filename="../src/fsw_processing.c">
paul@pc-solar1.lab-lpp.local
First implementation of the TC checker...
r2 <Option compilerVar="CC" />
</Unit>
paul@pc-solar1.lab-lpp.local
Minor updates
r7 <Unit filename="../src/tc_handler.c">
paul
Initial commit.
r0 <Option compilerVar="CC" />
</Unit>
paul@pc-solar1.lab-lpp.local
Minor updates
r7 <Unit filename="../src/wf_handler.c">
paul@pc-solar1.lab-lpp.local
Naming convention changed...
r5 <Option compilerVar="CC" />
</Unit>
paul
Initial commit.
r0 <Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>