mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-08-28 01:01:34 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
17
Living_SDK/build/checkout_iotx_sdk.sh
Executable file
17
Living_SDK/build/checkout_iotx_sdk.sh
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
origin_path="$(pwd)"
|
||||
cd framework/protocol/linkkit/sdk
|
||||
|
||||
if [ ! -d "iotx-sdk-c_clone" ]; then
|
||||
git clone https://github.com/aliyun/iotkit-embedded.git iotx-sdk-c_clone
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "clone iotx-sdk-c fail!"
|
||||
exit 1
|
||||
fi
|
||||
cd iotx-sdk-c_clone
|
||||
git checkout -b rel_ada --track origin/rel_ada
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "checkout linkplatform_refactor branch fail!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue