File tree Expand file tree Collapse file tree
fullstack/freertos-wolfip-wolfssl-https Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # FreeRTOS directories managed by setup script
2+ freertos /FreeRTOS /
3+ freertos /FreeRTOS-Kernel /
4+
5+
6+ # Build directory
7+ build /
8+
9+ # Object files
10+ * .o
11+ * .ko
12+ * .obj
13+ * .elf
14+
15+ # Libraries
16+ * .lib
17+ * .a
18+ * .la
19+ * .lo
20+
21+ # Executables
22+ * .exe
23+ * .out
24+ * .app
25+ * .i * 86
26+ * .x86_64
27+ * .hex
28+
29+ # Debug files
30+ * .dSYM /
Original file line number Diff line number Diff line change 55
66FREERTOS_REPO=" https://github.com/FreeRTOS/FreeRTOS.git"
77FREERTOS_KERNEL_REPO=" https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
8- FREERTOS_POSIX_REPO=" https://github.com/FreeRTOS/FreeRTOS-Plus-POSIX.git"
9-
108echo " Setting up FreeRTOS simulation environment..."
119
1210# Create directories if they don't exist
@@ -22,10 +20,6 @@ if [ ! -d "FreeRTOS-Kernel" ]; then
2220 git clone $FREERTOS_KERNEL_REPO
2321fi
2422
25- if [ ! -d " FreeRTOS-Plus-POSIX" ]; then
26- git clone $FREERTOS_POSIX_REPO
27- fi
28-
2923echo " FreeRTOS repositories cloned successfully"
3024
3125# Create basic directory structure for our project
You can’t perform that action at this time.
0 commit comments