[N44] N44 is now deprecated
authorDongju Chae <dongju.chae@samsung.com>
Thu, 25 Jul 2019 07:15:25 +0000 (16:15 +0900)
committer함명주/On-Device Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 26 Jul 2019 04:52:27 +0000 (13:52 +0900)
N44 is now deprecated.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
core/npu-engine/src/meson.build
core/npu-engine/src/ne-armplugin.c

index 4699e2a..2b1ed9f 100644 (file)
@@ -14,7 +14,6 @@ npu_engine_dependencies = [
 npu_engine_common_sources = [
   'ne-conf.c',
   'ne-host-input-service.c',
-  'ne-armplugin.c',
   'ne-handler.c',
   'ne-scheduler.c',
   'ne-inf.c',
index 3db02ec..1fa3b56 100644 (file)
@@ -13,7 +13,9 @@
  * @author MyungJoo Ham <myungjoo.ham@samsung.com>
  * @bug No known bugs except for NYI items
  */
-
+/**
+ * @note This module is deprecated because developing the SW stack for USB-NPU is stopped.
+ */
 #include <NPUARMPlugin.h>
 
 #include "ne-inputservice.h"