diff options
Diffstat (limited to 'electic_streaming2560/electic_streaming2560.cbp')
| -rw-r--r-- | electic_streaming2560/electic_streaming2560.cbp | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/electic_streaming2560/electic_streaming2560.cbp b/electic_streaming2560/electic_streaming2560.cbp new file mode 100644 index 0000000..a82c869 --- /dev/null +++ b/electic_streaming2560/electic_streaming2560.cbp @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="electic_streaming2560" /> + <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=atmega2560" /> + <Add option="-DF_CPU=16000000UL" /> + <Add directory="../arduinoSrc0022" /> + <Add directory="../arduino libs/NewSoftSerial" /> + </Compiler> + <Linker> + <Add option="-mmcu=atmega2560" /> + <Add option="-Wl,-Map=$(TARGET_OUTPUT_FILE).map,--cref" /> + <Add library="../arduino_libs/core0022_2560.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> |
