summaryrefslogtreecommitdiff
path: root/source/application
diff options
context:
space:
mode:
authorKshitij Sisodia <kshitij.sisodia@arm.com>2022-03-24 17:53:34 +0000
committerKshitij Sisodia <kshitij.sisodia@arm.com>2022-03-28 11:55:25 +0000
commit8bc863dd6a7d0937aa66df655a7fe0e235dd2d4f (patch)
tree4556b53e06e0dc731710c93d96ebb6c2118a980f /source/application
parentf98d0628d43b12feb7e05c97da2608d384cfd7ee (diff)
downloadml-embedded-evaluation-kit-8bc863dd6a7d0937aa66df655a7fe0e235dd2d4f.tar.gz
MLECO-2917 Replacing platform CMake definitions with headers
Moving away from CMake description of targets and generation of platform header files (for memory addresses and IRQ numbers). Instead these headers are part of the repository under their respective platform-driver packages under HAL sources. Change-Id: I9bd3e68eb17385f8b93eb3d8d76b212ce0e1a6d5 Signed-off-by: Kshitij Sisodia <kshitij.sisodia@arm.com>
Diffstat (limited to 'source/application')
-rw-r--r--source/application/tensorflow-lite-micro/include/BufAttributes.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/application/tensorflow-lite-micro/include/BufAttributes.hpp b/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
index a3b5890..0146443 100644
--- a/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
+++ b/source/application/tensorflow-lite-micro/include/BufAttributes.hpp
@@ -50,11 +50,6 @@
#define ACTIVATION_BUF_SZ 0x00200000
#endif /* ACTIVATION_BUF_SZ */
-#ifndef ACTIVATION_BUF_SRAM_SZ
- #warning "ACTIVATION_BUF_SRAM_SZ needs to be defined. Using default value = 0"
- #define ACTIVATION_BUF_SRAM_SZ 0x00000000
-#endif /* ACTIVATION_BUF_SRAM_SZ */
-
/* IFM section name. */
#define IFM_BUF_SECTION section("ifm")
@@ -74,4 +69,4 @@
#endif /* HAVE_ATTRIBUTE(aligned) || (defined(__GNUC__) && !defined(__clang__)) */
-#endif /* BUF_ATTRIBUTES_HPP */ \ No newline at end of file
+#endif /* BUF_ATTRIBUTES_HPP */