Skip to content

Commit 5836ab5

Browse files
committed
Integration board library.
1 parent 2e4f243 commit 5836ab5

File tree

159 files changed

+43
-15226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+43
-15226
lines changed

WIZ550S2E_App/.cproject

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<folderInfo id="com.crt.advproject.config.exe.debug.1790569010." name="/" resourcePath="">
2020
<toolChain id="com.crt.advproject.toolchain.exe.debug.2124624630" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug">
2121
<targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug.849623936" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/>
22-
<builder buildPath="${workspace_loc:/S2E_WIZ550io}/Debug" id="com.crt.advproject.builder.exe.debug.1204425089" keepEnvironmentInBuildfile="false" managedBuildOn="true" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug"/>
22+
<builder buildPath="${workspace_loc:/WIZ550S2E_App/Release}" command="make" id="com.crt.advproject.builder.exe.debug.1204425089" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="com.crt.advproject.builder.exe.debug"/>
2323
<tool id="com.crt.advproject.cpp.exe.debug.1265761207" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug"/>
2424
<tool id="com.crt.advproject.gcc.exe.debug.1878226249" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug">
2525
<option id="com.crt.advproject.gcc.arch.928502353" name="Architecture" superClass="com.crt.advproject.gcc.arch" value="com.crt.advproject.gcc.target.cm0" valueType="enumerated"/>
-391 KB
Binary file not shown.

WIZ550S2E_App/Release/WIZ550S2E_App.hex

-3,690
This file was deleted.

WIZ550S2E_App/Release/WIZ550S2E_App.map

-2,564
This file was deleted.

WIZ550S2E_App/Release/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ all: WIZ550S2E_App.axf
4040
WIZ550S2E_App.axf: $(OBJS) $(USER_OBJS)
4141
@echo 'Building target: $@'
4242
@echo 'Invoking: MCU Linker'
43-
arm-none-eabi-gcc -nostdlib -L"D:\_GitHub\WIZ550S2E\wiznet_s2e_wiz550s2e_board\Release" -L"D:\_GitHub\WIZ550S2E\lpc_chip_11exx\Release" -Xlinker -Map="WIZ550S2E_App.map" -Xlinker --gc-sections -Xlinker --allow-multiple-definition -mcpu=cortex-m0 -mthumb -T "WIZ550S2E.ld" -L ../linkscripts -o "WIZ550S2E_App.axf" $(OBJS) $(USER_OBJS) $(LIBS)
43+
arm-none-eabi-gcc -nostdlib -L"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\wiznet_s2e_wiz550s2e_board\Release" -L"D:\WIZnet\Workspace_LPCXpresso_7.5.0_254\lpc_chip_11exx\Release" -Xlinker -Map="WIZ550S2E_App.map" -Xlinker --gc-sections -Xlinker --allow-multiple-definition -mcpu=cortex-m0 -mthumb -T "WIZ550S2E.ld" -L ../linkscripts -o "WIZ550S2E_App.axf" $(OBJS) $(USER_OBJS) $(LIBS)
4444
@echo 'Finished building target: $@'
4545
@echo ' '
4646
$(MAKE) --no-print-directory post-build

WIZ550S2E_App/Release/src/ATcmd/atcmd.d

-139
This file was deleted.
-75.8 KB
Binary file not shown.

WIZ550S2E_App/Release/src/ATcmd/cmdrun.d

-146
This file was deleted.
-50.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)