-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
33 changed files
with
405 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# CYANCORE LICENSE | ||
# Copyrights (C) 2023, Cyancore Team | ||
# | ||
# File Name : build.mk | ||
# Description : Build script for this directory. | ||
# Primary Authod : Akash Kollipara [[email protected]] | ||
# Organisation : Cyancore Core-Team | ||
# | ||
|
||
ARM32_M_S_ARCH_DIR := $(GET_PATH) | ||
|
||
$(eval $(call add_include,$(ARM32_M_S_ARCH_DIR)/include/)) | ||
|
||
DIR := $(ARM32_M_S_ARCH_DIR) | ||
include mk/obj.mk |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# | ||
# CYANCORE LICENSE | ||
# Copyrights (C) 2023, Cyancore Team | ||
# | ||
# File Name : build.mk | ||
# Description : Build script for this directory. | ||
# Primary Authod : Akash Kollipara [[email protected]] | ||
# Organisation : Cyancore Core-Team | ||
# | ||
|
||
ARM32_M0P_T_ARCH_DIR := $(GET_PATH) | ||
|
||
include $(ARM32_M0P_T_ARCH_DIR)/../../common_v6_v7/supervisor/build.mk | ||
|
||
DIR := $(ARM32_M0P_T_ARCH_DIR) | ||
include mk/obj.mk |
File renamed without changes.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# CYANCORE LICENSE | ||
# Copyrights (C) 2019, Cyancore Team | ||
# | ||
# File Name : build.mk | ||
# Description : This file accumulates sources of console serial | ||
# Primary Author : Akash Kollipara [[email protected]] | ||
# Organisation : Cyancore Core-Team | ||
# | ||
|
||
DIR := $(GET_PATH) | ||
|
||
EARLYCON_SERIAL ?= 0 | ||
CONSOLE_SERIAL ?= 0 | ||
|
||
$(eval $(call add_define,EARLYCON_SERIAL)) | ||
$(eval $(call add_define,CONSOLE_SERIAL)) | ||
|
||
ifeq ($(filter $(CONSOLE_SERIAL) $(EARLYCON_SERIAL),1),1) | ||
include mk/obj.mk | ||
endif |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.