Skip to content

Commit d867f73

Browse files
committed
Remove Redmule Content from this branch
1 parent fe13842 commit d867f73

File tree

5 files changed

+2
-316
lines changed

5 files changed

+2
-316
lines changed

CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ elseif(platform STREQUAL Siracusa)
3030
message(STATUS "Building for platform 'Siracusa'")
3131
elseif(platform STREQUAL Siracusa_w_neureka)
3232
message(STATUS "Building for platform 'Siracusa_w_neureka'")
33-
elseif(platform STREQUAL Siracusa_w_redmule)
34-
message(STATUS "Building for platform 'Siracusa_w_redmule'")
3533
elseif(platform STREQUAL PULPOpen)
3634
message(STATUS "Building for platform 'PULP-Open'")
3735
elseif(platform STREQUAL Generic)
@@ -178,7 +176,7 @@ if(platform STREQUAL QEMU-ARM)
178176

179177
endif()
180178

181-
if(platform STREQUAL Siracusa OR platform STREQUAL Siracusa_w_neureka OR platform STREQUAL Siracusa_w_redmule OR platform STREQUAL PULPOpen)
179+
if(platform STREQUAL Siracusa OR platform STREQUAL Siracusa_w_neureka OR platform STREQUAL PULPOpen)
182180

183181
if(TOOLCHAIN STREQUAL LLVM)
184182
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/cmake/pulp/toolchain_llvm.cmake)
@@ -188,7 +186,7 @@ if(platform STREQUAL Siracusa OR platform STREQUAL Siracusa_w_neureka OR platfor
188186

189187
include(${CMAKE_CURRENT_LIST_DIR}/cmake/pulp/pulp.cmake)
190188

191-
if(platform STREQUAL Siracusa OR platform STREQUAL Siracusa_w_neureka OR platform STREQUAL Siracusa_w_redmule)
189+
if(platform STREQUAL Siracusa OR platform STREQUAL Siracusa_w_neureka)
192190
include(${CMAKE_CURRENT_LIST_DIR}/cmake/pulp/siracusa/siracusa.cmake)
193191
elseif(platform STREQUAL PULPOpen)
194192
include(${CMAKE_CURRENT_LIST_DIR}/cmake/pulp/pulp-open/pulp-open.cmake)

DeeployTest/testRunner_tiled_siracusa_w_redmule.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

DeeployTest/testUtils/platformMapping.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ def mapPlatform(platformName: str) -> Tuple[DeploymentPlatform, bool]:
6161

6262
elif platformName == "Siracusa_w_neureka":
6363
Platform = NeurekaPlatform()
64-
65-
elif platformName == "Siracusa_w_redmule":
66-
Platform = RedmulePlatform()
6764

6865
elif platformName == "Snitch":
6966
Platform = SnitchPlatform()

TargetLibraries/PULPOpen/inc/kernel/Redmule.h

Lines changed: 0 additions & 66 deletions
This file was deleted.

TargetLibraries/PULPOpen/src/Redmule.c

Lines changed: 0 additions & 193 deletions
This file was deleted.

0 commit comments

Comments
 (0)