From bc47601dbdfccc1b9302f97b60fc0acdc380883f Mon Sep 17 00:00:00 2001 From: Per Held Date: Wed, 17 Sep 2025 13:47:59 +0200 Subject: [PATCH] Arm backend: Remove hello_world in core_software Change-Id: I4f36dbef929d1d3f55948a01d4a24c3c0233abd9 --- ...Remove-hello_world-from-applications.patch | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/arm/ethos-u-setup/core_platform/0001-Remove-hello_world-from-applications.patch diff --git a/examples/arm/ethos-u-setup/core_platform/0001-Remove-hello_world-from-applications.patch b/examples/arm/ethos-u-setup/core_platform/0001-Remove-hello_world-from-applications.patch new file mode 100644 index 00000000000..11590a8578f --- /dev/null +++ b/examples/arm/ethos-u-setup/core_platform/0001-Remove-hello_world-from-applications.patch @@ -0,0 +1,25 @@ +From f6a7d867212336b3e344c21240a2a03671bffd65 Mon Sep 17 00:00:00 2001 +From: Per Held +Date: Wed, 17 Sep 2025 13:46:05 +0200 +Subject: Remove hello_world from applications + +--- + applications/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt +index a017575..130f0f7 100644 +--- a/applications/CMakeLists.txt ++++ b/applications/CMakeLists.txt +@@ -21,7 +21,7 @@ add_subdirectory(driver_unit_tests) + + add_subdirectory(freertos) + +-add_subdirectory(hello_world) ++#add_subdirectory(hello_world) + + add_subdirectory(threadx_demo) + +-- +2.43.0 +