Skip to content

Commit

Permalink
SDK release v1.49.38
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed May 17, 2024
1 parent 051ef54 commit 5ab13e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions EdgeImpulse.EI-SDK.pdsc
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
<name>EI-SDK</name>
<license>LICENSE-apache-2.0.txt</license>
<description>Edge Impulse SDK</description>
<url>https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.31/</url>
<url>https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.38/</url>
<supportContact>[email protected]</supportContact>
<repository type="git">https://github.com/edgeimpulse/edge-impulse-sdk-pack.git</repository>
<releases>
<release version="1.49.31" tag="v1.49.31" date="2024-05-15" url="https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.31/EdgeImpulse.EI-SDK.1.49.31.pack">
<release version="1.49.38" tag="v1.49.38" date="2024-05-17" url="https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.38/EdgeImpulse.EI-SDK.1.49.38.pack">
EI-SDK
</release>
<release version="1.49.31" tag="v1.49.31" date="2024-05-15" url="https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.31/EdgeImpulse.EI-SDK.1.49.31.pack">
EI-SDK
</release>
<release version="1.49.30" tag="v1.49.30" date="2024-05-14" url="https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.30/EdgeImpulse.EI-SDK.1.49.30.pack">
EI-SDK
</release>
Expand Down Expand Up @@ -140,7 +143,7 @@
</packages>
</requirements>
<components>
<component Cclass="EdgeImpulse" Cgroup="SDK" Cversion="1.49.31">
<component Cclass="EdgeImpulse" Cgroup="SDK" Cversion="1.49.38">
<description>Edge Impulse SDK</description>
<!-- short component description -->
<files>
Expand Down
4 changes: 2 additions & 2 deletions EdgeImpulse.pidx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
<vendor>EdgeImpulse</vendor>
<url>https://raw.githubusercontent.com/edgeimpulse/edge-impulse-sdk-pack/main/</url>
<timestamp>2024-05-15 12:07:36</timestamp>
<timestamp>2024-05-17 15:15:39</timestamp>
<pindex>
<pdsc url="https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.31/" vendor="EdgeImpulse" name="EI-SDK" version="1.49.31"/>
<pdsc url="https://github.com/edgeimpulse/edge-impulse-sdk-pack/releases/download/v1.49.38/" vendor="EdgeImpulse" name="EI-SDK" version="1.49.38"/>
</pindex>
</index>
4 changes: 3 additions & 1 deletion edgeimpulse/edge-impulse-sdk/classifier/ei_model_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,12 @@ typedef struct {
uint32_t suppression_flags;
} ei_model_performance_calibration_t;

typedef int (*extract_fn_t)(ei::signal_t *signal, ei::matrix_t *output_matrix, void *config, float frequency);

typedef struct {
uint32_t blockId;
size_t n_output_features;
int (*extract_fn)(ei::signal_t *signal, ei::matrix_t *output_matrix, void *config, const float frequency);
extract_fn_t extract_fn;
void *config;
uint8_t *axes;
size_t axes_size;
Expand Down

0 comments on commit 5ab13e0

Please sign in to comment.