Skip to content

Commit f174974

Browse files
authored
Arm backend: Remove hello_world in core_software (#14775)
1 parent 266cfd0 commit f174974

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From f6a7d867212336b3e344c21240a2a03671bffd65 Mon Sep 17 00:00:00 2001
2+
From: Per Held <[email protected]>
3+
Date: Wed, 17 Sep 2025 13:46:05 +0200
4+
Subject: Remove hello_world from applications
5+
6+
---
7+
applications/CMakeLists.txt | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt
11+
index a017575..130f0f7 100644
12+
--- a/applications/CMakeLists.txt
13+
+++ b/applications/CMakeLists.txt
14+
@@ -21,7 +21,7 @@ add_subdirectory(driver_unit_tests)
15+
16+
add_subdirectory(freertos)
17+
18+
-add_subdirectory(hello_world)
19+
+#add_subdirectory(hello_world)
20+
21+
add_subdirectory(threadx_demo)
22+
23+
--
24+
2.43.0
25+

0 commit comments

Comments
 (0)