diff options
| author | hathach <[email protected]> | 2014-04-29 01:54:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-29 01:54:28 +0700 |
| commit | 5aacc633b43ed7f0caed87bcd559ce4cea3b2b13 (patch) | |
| tree | 0850994393b3942e98f34bf1fd6adc89ae3c7742 /demos/host/host_os_none | |
| parent | b7b1d530f4a7182d87f2438637c9fcd21a0cb51f (diff) | |
fix/correct the max_loop (upper bound for EHCI & OHCI) endpoint list. This causes multiple devices hub mounting problems previously
Diffstat (limited to 'demos/host/host_os_none')
| -rw-r--r-- | demos/host/host_os_none/.cproject | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject index a3f8f00f4..f54877a59 100644 --- a/demos/host/host_os_none/.cproject +++ b/demos/host/host_os_none/.cproject @@ -143,6 +143,7 @@ </option>
<option id="com.crt.advproject.c.misc.dialect.785308269" name="C Dialect" superClass="com.crt.advproject.c.misc.dialect" value="com.crt.advproject.misc.dialect.gnu99" valueType="enumerated"/>
<option id="com.crt.advproject.gcc.fpu.1722235316" name="Floating point" superClass="com.crt.advproject.gcc.fpu" value="com.crt.advproject.gcc.fpu.fpv4" valueType="enumerated"/>
+ <option id="com.crt.advproject.gcc.exe.debug.option.optimization.level.1947251713" superClass="com.crt.advproject.gcc.exe.debug.option.optimization.level" value="gnu.c.optimization.level.none" valueType="enumerated"/>
<inputType id="com.crt.advproject.compiler.input.772057054" superClass="com.crt.advproject.compiler.input"/>
</tool>
<tool command="arm-none-eabi-gcc" commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}" errorParsers="org.eclipse.cdt.core.GASErrorParser" id="com.crt.advproject.gas.exe.debug.973267950" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug">
|
