File tree Expand file tree Collapse file tree
edgeimpulse/edge-impulse-sdk/classifier/inferencing_engines Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <name >EI-SDK</name >
66 <license >LICENSE.3-clause-bsd-clear</license >
77 <description >Edge Impulse SDK</description >
8- <url >https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.93.12 /</url >
8+ <url >https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.93.13 /</url >
99 <supportContact >hello@edgeimpulse.com</supportContact >
1010 <repository type =" git" >https://github.com/edgeimpulse/edge-impulse-sdk-pack.git</repository >
1111 <releases >
12+ <release version =" 1.93.13" tag =" v1.93.13" date =" 2026-06-18" url =" https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.93.13/EdgeImpulse.EI-SDK.1.93.13.pack" >
13+ EI-SDK
14+ </release >
1215 <release version =" 1.93.12" tag =" v1.93.12" date =" 2026-06-18" url =" https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.93.12/EdgeImpulse.EI-SDK.1.93.12.pack" >
1316 EI-SDK
1417 </release >
98101 </release >
99102 <release version =" 1.92.10" tag =" v1.92.10" date =" 2026-04-08" url =" https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.92.10/EdgeImpulse.EI-SDK.1.92.10.pack" >
100103 EI-SDK
101- </release >
102- <release version =" 1.92.9" tag =" v1.92.9" date =" 2026-04-08" url =" https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.92.9/EdgeImpulse.EI-SDK.1.92.9.pack" >
103- EI-SDK
104104 </release >
105105 </releases >
106106 <keywords >
140140 </packages >
141141 </requirements >
142142 <components >
143- <component Cclass =" EdgeImpulse" Cgroup =" SDK" Cversion =" 1.93.12 " >
143+ <component Cclass =" EdgeImpulse" Cgroup =" SDK" Cversion =" 1.93.13 " >
144144 <description >Edge Impulse SDK</description >
145145 <!-- short component description -->
146146 <files >
Original file line number Diff line number Diff line change 22<index schemaVersion =" 1.0.0" xs : noNamespaceSchemaLocation =" PackIndex.xsd" xmlns : xs =" http://www.w3.org/2001/XMLSchema-instance" >
33 <vendor >EdgeImpulse</vendor >
44 <url >https://raw.githubusercontent.com/edgeimpulse/edge-impulse-sdk-pack/main/</url >
5- <timestamp >2026-06-18 12:28:21 </timestamp >
5+ <timestamp >2026-06-18 16:43:08 </timestamp >
66 <pindex >
7- <pdsc url =" https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.93.12 /" vendor =" EdgeImpulse" name =" EI-SDK" version =" 1.93.12 " />
7+ <pdsc url =" https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.93.13 /" vendor =" EdgeImpulse" name =" EI-SDK" version =" 1.93.13 " />
88 </pindex >
99</index >
Original file line number Diff line number Diff line change @@ -114,7 +114,11 @@ static EI_IMPULSE_ERROR inference_tflite_setup(
114114
115115#ifdef EI_CLASSIFIER_ALLOCATION_STATIC
116116 // Assign a no-op lambda to the "free" function in case of static arena
117+ #if defined (EI_TENSOR_ARENA_LOCATION )
117118 static uint8_t tensor_arena [EI_CLASSIFIER_TFLITE_LARGEST_ARENA_SIZE ] ALIGN (16 ) DEFINE_SECTION (STRINGIZE_VALUE_OF (EI_TENSOR_ARENA_LOCATION ));
119+ #else
120+ static uint8_t tensor_arena [EI_CLASSIFIER_TFLITE_LARGEST_ARENA_SIZE ] ALIGN (16 );
121+ #endif
118122 p_tensor_arena = ei_unique_ptr_t (tensor_arena , [](void * ){});
119123#else
120124 // Create an area of memory to use for input, output, and intermediate arrays.
You can’t perform that action at this time.
0 commit comments