mirror of
https://github.com/johncobb/avr_328p_freertos.git
synced 2025-07-08 08:01:04 +03:00
added support for lwip
This commit is contained in:
12
.cproject
12
.cproject
@ -41,6 +41,12 @@
|
||||
</option>
|
||||
<option id="de.innot.avreclipse.compiler.option.incpath.1675895259" name="Include Paths (-I)" superClass="de.innot.avreclipse.compiler.option.incpath" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/Source/include}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/lwip}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/ports/atmega328p}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/network}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/lwip/include}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/lwip/include/ipv4}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/ports/atmega328p/GCC}""/>
|
||||
</option>
|
||||
<inputType id="de.innot.avreclipse.compiler.winavr.input.2101203035" name="C Source Files" superClass="de.innot.avreclipse.compiler.winavr.input"/>
|
||||
</tool>
|
||||
@ -77,6 +83,12 @@
|
||||
<tool id="de.innot.avreclipse.tool.compiler.winavr.app.release.637645077" name="AVR Compiler" superClass="de.innot.avreclipse.tool.compiler.winavr.app.release.1029589004">
|
||||
<option id="de.innot.avreclipse.compiler.option.incpath.1083383536" name="Include Paths (-I)" superClass="de.innot.avreclipse.compiler.option.incpath" valueType="includePath">
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/Source/include}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/lwip}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/ports/atmega328p}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/network}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/lwip/include}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/lwip/include/ipv4}""/>
|
||||
<listOptionValue builtIn="false" value=""${workspace_loc:/spike_328p_freertos/ports/atmega328p/GCC}""/>
|
||||
</option>
|
||||
<inputType id="de.innot.avreclipse.compiler.winavr.input.1450025654" name="C Source Files" superClass="de.innot.avreclipse.compiler.winavr.input"/>
|
||||
</tool>
|
||||
|
Reference in New Issue
Block a user