Files
SyncHome/trunk/workspace/AVR-Lego_RC/OpenLegoRC.cbp
2023-03-13 08:36:51 +00:00

76 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="OpenLegoRC" />
<Option pch_mode="2" />
<Option compiler="avrgcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/OpenLegoRC.elf" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="avrgcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/OpenLegoRC.elf" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="avrgcc" />
</Target>
</Build>
<Compiler>
<Add option="-Os" />
<Add option="-O1" />
<Add option="-g" />
<Add option="-funsigned-bitfields -fpack-struct -fshort-enums -g2 -Wall -c -std=gnu99 -mmcu=attiny44a" />
<Add option="-DF_CPU=8000000UL" />
</Compiler>
<Linker>
<Add option="-mmcu=attiny44a" />
<Add option="-Wl,-Map=$(TARGET_OUTPUT_FILE).map,--cref" />
</Linker>
<ExtraCommands>
<Add before="rm -f -v $(PROJECT_DIR)$(TARGET_OUTPUT_DIR)*.elf.*" />
<Add after="avr-size --mcu=attiny44a -C $(TARGET_OUTPUT_FILE)" />
<Add after="avr-objcopy -O ihex -R .eeprom -R .eesafe $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_FILE).hex" />
<Add after="avr-objcopy --no-change-warnings -j .eeprom --change-section-lma .eeprom=0 -O ihex $(TARGET_OUTPUT_FILE) $(TARGET_OUTPUT_FILE).eep.hex" />
<Add after="avr-objdump -h -S -z $(TARGET_OUTPUT_FILE) &gt;&gt; $(TARGET_OUTPUT_FILE).lss" />
<Mode after="always" />
</ExtraCommands>
<Unit filename="../../../../../usr/lib/avr/include/avr/iotn44a.h" />
<Unit filename="bin/Debug/OpenLegoRC.elf.lss">
<Option target="Debug" />
</Unit>
<Unit filename="hal.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="hal.h" />
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="openpf.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="openpf.h" />
<Extensions>
<envvars />
<code_completion />
<lib_finder disable_auto="1" />
<debugger />
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>