-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit_clone_iot6.sh
More file actions
executable file
·29 lines (25 loc) · 996 Bytes
/
Copy pathgit_clone_iot6.sh
File metadata and controls
executable file
·29 lines (25 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh
H3_PATH="https://github.com/Microchip-MPLAB-Harmony"
cd ..
mkdir -p h3
cd h3
git clone -b "v3.3.0" $H3_PATH/bsp.git
git clone -b "10.2.0" https://github.com/ARM-software/CMSIS-FreeRTOS.git
git clone -b "v3.2.1" $H3_PATH/core.git
git clone -b "v3.2.1" $H3_PATH/crypto.git
git clone -b "v3.2.1" $H3_PATH/csp.git
git clone -b "v3.3.0" $H3_PATH/dev_packs.git
git clone -b "v3.3.0" $H3_PATH/mhc.git
git clone -b "v3.3.0" $H3_PATH/net.git
# git clone -b "v4.0.0-stable" https://github.com/wolfSSL/wolfssl.git
cd ..
echo === lab1 ===
git clone https://github.com/sponkytoo/lab1.git
echo === lab2 ===
git clone https://github.com/sponkytoo/lab2.git
echo === lab3 ===
git clone https://github.com/sponkytoo/lab3.git
echo === vm_server ===
git clone https://github.com/sponkytoo/vm_server.git
echo === Lan_Manuals ===
git clone https://github.com/sponkytoo/Lab_Manuals.git