forked from xuos/xiuos
Merge branch 'master' into LwIP_software
This commit is contained in:
commit
82e7002069
|
@ -1,8 +1 @@
|
||||||
xsconfig.h
|
|
||||||
xsconfig.mk
|
|
||||||
.config
|
|
||||||
.config.old
|
|
||||||
build
|
|
||||||
XiUOS.*
|
|
||||||
*.swp
|
|
||||||
.vscode
|
.vscode
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
xsconfig.h
|
||||||
|
xsconfig.mk
|
||||||
|
.config
|
||||||
|
.config.old
|
||||||
|
build
|
||||||
|
XiUOS.*
|
||||||
|
*.swp
|
||||||
|
.vscode
|
|
@ -5,7 +5,7 @@ MAKEFLAGS += --no-print-directory
|
||||||
.PHONY:COMPILE_APP COMPILE_KERNEL
|
.PHONY:COMPILE_APP COMPILE_KERNEL
|
||||||
|
|
||||||
|
|
||||||
support :=kd233 stm32f407-st-discovery maix-go stm32f407zgt6 aiit-riscv64-board aiit-arm32-board hifive1-rev-B hifive1-emulator k210-emulator cortex-m3-emulator
|
support :=kd233 stm32f407-st-discovery maix-go stm32f407zgt6 aiit-riscv64-board aiit-arm32-board hifive1-rev-B hifive1-emulator k210-emulator cortex-m3-emulator ok1052-c
|
||||||
SRC_DIR:=
|
SRC_DIR:=
|
||||||
|
|
||||||
export BOARD ?=kd233
|
export BOARD ?=kd233
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue