mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-24 06:54:18 +00:00
update
This commit is contained in:
parent
d6e5189e71
commit
ea5f1c1b46
13 changed files with 1739 additions and 1739 deletions
|
@ -978,10 +978,10 @@
|
||||||
<buildTargets>
|
<buildTargets>
|
||||||
<target name="all" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
<target name="all" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
||||||
<buildCommand>mingw32-make.exe</buildCommand>
|
<buildCommand>mingw32-make.exe</buildCommand>
|
||||||
<buildArguments>-s -j6</buildArguments>
|
<buildArguments>-s -j</buildArguments>
|
||||||
<buildTarget>all</buildTarget>
|
<buildTarget>all</buildTarget>
|
||||||
<stopOnError>true</stopOnError>
|
<stopOnError>true</stopOnError>
|
||||||
<useDefaultCommand>true</useDefaultCommand>
|
<useDefaultCommand>false</useDefaultCommand>
|
||||||
<runAllBuilders>false</runAllBuilders>
|
<runAllBuilders>false</runAllBuilders>
|
||||||
</target>
|
</target>
|
||||||
<target name="clean" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
<target name="clean" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -53,7 +53,7 @@ readfullflash:
|
||||||
|
|
||||||
.PHONY: prerequirement
|
.PHONY: prerequirement
|
||||||
prerequirement:
|
prerequirement:
|
||||||
# @$(file >DEPENDENCY_LIST.txt,$(DEPENDENCY_LIST))
|
@$(file >DEPENDENCY_LIST.txt,$(DEPENDENCY_LIST))
|
||||||
|
|
||||||
TARGETTYPE := APP
|
#TARGETTYPE := APP
|
||||||
TARGETNAME := build\obj\build.axf
|
#TARGETNAME := build\obj\build.axf
|
||||||
|
|
|
@ -489,11 +489,11 @@ void wifi_init_thrd(void) {
|
||||||
p_wlan_autoreconnect_hdl = NULL;
|
p_wlan_autoreconnect_hdl = NULL;
|
||||||
if (wifi_cfg.mode != RTW_MODE_NONE) {
|
if (wifi_cfg.mode != RTW_MODE_NONE) {
|
||||||
wifi_mode = wifi_cfg.mode;
|
wifi_mode = wifi_cfg.mode;
|
||||||
user_start();
|
|
||||||
#if CONFIG_WIFI_IND_USE_THREAD
|
#if CONFIG_WIFI_IND_USE_THREAD
|
||||||
wifi_manager_init();
|
wifi_manager_init();
|
||||||
#endif
|
#endif
|
||||||
wifi_run(wifi_cfg.mode);
|
wifi_run(wifi_cfg.mode);
|
||||||
|
user_start();
|
||||||
}
|
}
|
||||||
/* Initilaize the console stack */
|
/* Initilaize the console stack */
|
||||||
console_init();
|
console_init();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -204,7 +204,7 @@ SECTIONS
|
||||||
*(.hal.gpio.data*)
|
*(.hal.gpio.data*)
|
||||||
*(.fwu.data*)
|
*(.fwu.data*)
|
||||||
*(.bdsram.data*)
|
*(.bdsram.data*)
|
||||||
*(.bfsram.data*)
|
*(.bfsram.data*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
*(.bss*)
|
*(.bss*)
|
||||||
*(.sdram.bss*)
|
*(.sdram.bss*)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3462
build/obj/build.nmap
3462
build/obj/build.nmap
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@
|
||||||
#FLASHER = stlink-v2-1
|
#FLASHER = stlink-v2-1
|
||||||
#FLASHER = stlink-v2
|
#FLASHER = stlink-v2
|
||||||
FLASHER ?= Jlink
|
FLASHER ?= Jlink
|
||||||
JLINK_PATH ?= D:/MCU/SEGGER/JLink_V610a/
|
JLINK_PATH ?= D:/MCU/SEGGER/JLink_V612i/
|
||||||
#---------------------------
|
#---------------------------
|
||||||
# Default
|
# Default
|
||||||
#---------------------------
|
#---------------------------
|
||||||
|
|
Loading…
Reference in a new issue