-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use strings / path / names
sdk_3.x
and sdk_2.x
instead of names o…
…f underlying kernels of Talaria TWO SDKs - BUILD_TYPE_FLAG changed from `-DINP_FREERTOS_SDK` to `-DSDK_THREE_DOT_X` as needed for SDK_3.2.1 - removed references of `freertos` and `inno_os` in favor of `sdk_3.x` and `sdk_2.x`
- Loading branch information
1 parent
f21b791
commit ab1d82b
Showing
86 changed files
with
68 additions
and
68 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
Binary file renamed
BIN
+1.71 MB
...b on Talaria TWO Platform with InnoOS.pdf → ...Azure IoT Hub on Talaria TWO Platform.pdf
Binary file not shown.
Binary file renamed
BIN
+1.97 MB
...on Talaria TWO Platform with FreeRTOS.pdf → ...Azure IoT Hub on Talaria TWO Platform.pdf
Binary file not shown.
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
|
||
PLATFORM_TYPE := $(shell cat ../../../build.mak | grep "INP_FREERTOS_SDK") | ||
PLATFORM_TYPE := $(shell cat ../../../build.mak | grep "SDK_THREE_DOT_X") | ||
#$(info PLATFORM_TYPE=$(PLATFORM_TYPE)) | ||
|
||
all: | ||
ifeq ($(PLATFORM_TYPE),BUILD_TYPE_FLAG = -DINP_FREERTOS_SDK) | ||
echo "$(PLATFORM_TYPE) building freertos sample apps..." | ||
cd freertos/ && $(MAKE) all | ||
ifeq ($(PLATFORM_TYPE),BUILD_TYPE_FLAG = -DSDK_THREE_DOT_X) | ||
echo "$(PLATFORM_TYPE) building sample apps for sdk_3.x..." | ||
cd sdk_3.x/ && $(MAKE) all | ||
else | ||
echo "$(PLATFORM_TYPE) building inno_os sample apps..." | ||
cd inno_os/ && $(MAKE) all | ||
echo "$(PLATFORM_TYPE) building sample apps for sdk_2.x..." | ||
cd sdk_2.x/ && $(MAKE) all | ||
endif | ||
|
||
clean: | ||
ifeq ($(PLATFORM_TYPE),BUILD_TYPE_FLAG = -DINP_FREERTOS_SDK) | ||
echo "$(PLATFORM_TYPE) cleaning freertos sample apps..." | ||
cd freertos/ && $(MAKE) clean | ||
ifeq ($(PLATFORM_TYPE),BUILD_TYPE_FLAG = -DSDK_THREE_DOT_X) | ||
echo "$(PLATFORM_TYPE) cleaning sample apps for sdk_3.x..." | ||
cd sdk_3.x/ && $(MAKE) clean | ||
else | ||
echo "$(PLATFORM_TYPE) cleaning inno_os sample apps..." | ||
cd inno_os/ && $(MAKE) clean | ||
echo "$(PLATFORM_TYPE) cleaning sample apps for sdk_2.x..." | ||
cd sdk_2.x/ && $(MAKE) clean | ||
endif | ||
|
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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.
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
Oops, something went wrong.