Skip to content

Commit 7dc25fc

Browse files
microbuilderurutva
authored andcommitted
Point to ThreadX fork
This commit redirects the ThreadX submodule to point to a fork where changes can be more easily made during porting. Signed-off-by: Kevin Townsend <[email protected]>
1 parent bde81be commit 7dc25fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitmodules

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[submodule "core/lib/threadx"]
22
path = core/lib/threadx
3-
url = https://github.com/azure-rtos/threadx.git
3+
# url = https://github.com/azure-rtos/threadx.git
4+
url = https://github.com/Linaro/threadx.git
5+
branch = mps3_an524
46
[submodule "core/lib/netxduo"]
57
path = core/lib/netxduo
68
url = https://github.com/azure-rtos/netxduo.git

0 commit comments

Comments
 (0)