diff --git a/.gitignore b/.gitignore index f71af2f..470ee7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /AutoMake/ +/build/obj/ \ No newline at end of file diff --git a/.project b/.project index f5c3bc0..65aac85 100644 --- a/.project +++ b/.project @@ -25,94 +25,4 @@ org.eclipse.cdt.managedbuilder.core.managedBuildNature org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - - RTL00_SDKV35a - 2 - PARENT-1-PROJECT_LOC/RTL00_SDKV35a - - - - - 1477406640799 - RTL00_SDKV35a - 5 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-*.h - - - - 1477406640809 - RTL00_SDKV35a - 5 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-*.c - - - - 1477406640809 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-AutoMake - - - - 1477406640809 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-build - - - - 1477406640819 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-flasher - - - - 1477406640819 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-LibAutoMake - - - - 1477406640829 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-project - - - - 1477406640829 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-.git - - - - 1477406640829 - RTL00_SDKV35a - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-.settings - - - diff --git a/.settings/language.settings.xml b/.settings/language.settings.xml index a590756..f0f54f6 100644 --- a/.settings/language.settings.xml +++ b/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -27,7 +27,7 @@ - + diff --git a/build/bin/ota.bin b/build/bin/ota.bin index d3e7da1..10bfd3c 100644 Binary files a/build/bin/ota.bin and b/build/bin/ota.bin differ diff --git a/build/bin/ram_2.bin b/build/bin/ram_2.bin index 7b6f158..9a92a27 100644 Binary files a/build/bin/ram_2.bin and b/build/bin/ram_2.bin differ diff --git a/build/bin/ram_2.ns.bin b/build/bin/ram_2.ns.bin index 3d7584e..b42d970 100644 Binary files a/build/bin/ram_2.ns.bin and b/build/bin/ram_2.ns.bin differ diff --git a/build/bin/ram_2.p.bin b/build/bin/ram_2.p.bin index a906c93..ca4a722 100644 Binary files a/build/bin/ram_2.p.bin and b/build/bin/ram_2.p.bin differ diff --git a/build/bin/ram_all.bin b/build/bin/ram_all.bin index 946e04c..dd06bf2 100644 Binary files a/build/bin/ram_all.bin and b/build/bin/ram_all.bin differ diff --git a/project/inc/.gitignore b/project/inc/.gitignore new file mode 100644 index 0000000..ee42cd5 --- /dev/null +++ b/project/inc/.gitignore @@ -0,0 +1 @@ +build_info.h \ No newline at end of file diff --git a/project/inc/build_info.h b/project/inc/build_info.h deleted file mode 100644 index fab5aec..0000000 --- a/project/inc/build_info.h +++ /dev/null @@ -1,7 +0,0 @@ -#define UTS_VERSION "2016/11/09-03:29:14" -#define RTL8195AFW_COMPILE_TIME "2016/11/09-03:29:14" -#define RTL8195AFW_COMPILE_DATE "20161109" -#define RTL8195AFW_COMPILE_BY "PVV" -#define RTL8195AFW_COMPILE_HOST "" -#define RTL8195AFW_COMPILE_DOMAIN -#define RTL195AFW_COMPILER "gcc 5.4.1" diff --git a/sdkset.mk b/sdkset.mk index a49ac18..f5222df 100644 --- a/sdkset.mk +++ b/sdkset.mk @@ -10,8 +10,8 @@ LFLAGS += -Wl,--gc-sections -Wl,--cref -Wl,--entry=Reset_Handler -Wl,--no-enum-s # LIBS # ------------------------------------------------------------------- LIBS = -all: LIBS +=_platform_new _wlan _p2p _wps _mdns _rtlstd _websocket _xmodem m c nosys gcc -mp: LIBS +=_platform_new _wlan_mp _p2p _wps _mdns _rtlstd _websocket _xmodem m c nosys gcc +all: LIBS +=_platform_new _wlan _p2p _wps _rtlstd _websocket _xmodem m c nosys gcc +mp: LIBS +=_platform_new _wlan_mp _p2p _wps _rtlstd _websocket _xmodem m c nosys gcc PATHLIBS = sdk/component/soc/realtek/8195a/misc/bsp/lib/common/gcc LDFILE = rlx8195A-symbol-v03-img2.ld BOOTS = sdk/component/soc/realtek/8195a/misc/bsp/image