-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit_clone_iot6.bat
More file actions
executable file
·28 lines (22 loc) · 903 Bytes
/
Copy pathgit_clone_iot6.bat
File metadata and controls
executable file
·28 lines (22 loc) · 903 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
@ECHO OFF
set H3_PATH="https://github.com/Microchip-MPLAB-Harmony"
cd ..
mkdir 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 ..
git clone https://github.com/zabooh/lab1.git
git clone https://github.com/zabooh/lab2.git
git clone https://github.com/zabooh/lab3.git
git clone https://github.com/zabooh/vm_server.git
git clone https://github.com/zabooh/Lab_Manuals.git
cd scripts
pause