blob: 398945459eb83f316a8cc447c15fce76de23d3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="electic_streaming328p" />
<Option pch_mode="2" />
<Option compiler="avrgcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/electic_streaming.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/electic_streaming.elf" prefix_auto="1" extension_auto="0" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="avrgcc" />
<Compiler>
<Add option="-Os" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-mmcu=atmega328p" />
<Add option="-DF_CPU=16000000UL" />
<Add directory="../arduinoSrc0022" />
<Add directory="../arduino libs/NewSoftSerial" />
</Compiler>
<Linker>
<Add option="-mmcu=atmega328p" />
<Add option="-Wl,-Map=$(TARGET_OUTPUT_FILE).map,--cref" />
<Add library="../arduino_libs/core0022_328p.a" />
</Linker>
<ExtraCommands>
<Add after="avr-size $(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 $(TARGET_OUTPUT_FILE) > $(TARGET_OUTPUT_FILE).lss" />
<Add after="./burn" />
</ExtraCommands>
<Unit filename="../ArduinoLib328p/HardwareSerial.h" />
<Unit filename="../ArduinoLib328p/Print.h" />
<Unit filename="../ArduinoLib328p/Stream.h" />
<Unit filename="../ArduinoLib328p/WCharacter.h" />
<Unit filename="../ArduinoLib328p/WConstants.h" />
<Unit filename="../ArduinoLib328p/WProgram.h" />
<Unit filename="../ArduinoLib328p/WString.h" />
<Unit filename="../ArduinoLib328p/binary.h" />
<Unit filename="../ArduinoLib328p/pins_arduino.h" />
<Unit filename="../ArduinoLib328p/wiring.h" />
<Unit filename="../ArduinoLib328p/wiring_private.h" />
<Unit filename="main.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>
|