Skip to content

Commit

Permalink
Firmware and SDK release 09 May 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajchrzycki committed May 9, 2023
1 parent 7ffcb03 commit 244c4ae
Show file tree
Hide file tree
Showing 790 changed files with 25,401 additions and 5,223 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN if [ $(uname -m) = "x86_64" ]; then export ARCH=x86_64; else export ARCH=aar
# GCC ARM
RUN if [ $(uname -m) = "x86_64" ]; then export ARCH=x86_64; else export ARCH=aarch64; fi && \
cd .. && \
wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/gcc-arm-none-eabi-9-2019-q4-major-$ARCH-linux.tar.bz2 && \
wget https://cdn.edgeimpulse.com/build-system/gcc-arm-none-eabi-9-2019-q4-major-$ARCH-linux.tar.bz2 && \
tar xjf gcc-arm-none-eabi-9-2019-q4-major-$ARCH-linux.tar.bz2 && \
echo "PATH=$PATH:/gcc-arm-none-eabi-9-2019-q4-major/bin" >> ~/.bashrc && \
cd /app
Expand Down
2 changes: 1 addition & 1 deletion edge-impulse-sdk/.mbedignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
utensor/CMakeFiles/
tensorflow/lite/micro/mbed/
porting/arduino/
porting/ecm3532/
porting/espressif/
porting/himax/
porting/posix/
porting/silabs/
Expand Down
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_abs_f16.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_abs_f16.c
Expand Down Expand Up @@ -194,3 +196,5 @@ void arm_abs_f16(
/**
@} end of BasicAbs group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_abs_f32.c
Expand Down Expand Up @@ -194,3 +196,5 @@ void arm_abs_f32(
/**
@} end of BasicAbs group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_abs_q15.c
Expand Down Expand Up @@ -176,3 +178,5 @@ void arm_abs_q15(
/**
@} end of BasicAbs group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_abs_q31.c
Expand Down Expand Up @@ -206,3 +208,5 @@ void arm_abs_q31(
/**
@} end of BasicAbs group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_abs_q7.c
Expand Down Expand Up @@ -178,3 +180,5 @@ void arm_abs_q7(
/**
@} end of BasicAbs group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_add_f16.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_add_f16.c
Expand Down Expand Up @@ -165,3 +167,5 @@ void arm_add_f16(
/**
@} end of BasicAdd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_add_f32.c
Expand Down Expand Up @@ -197,3 +199,5 @@ void arm_add_f32(
/**
@} end of BasicAdd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_add_q15.c
Expand Down Expand Up @@ -174,3 +176,5 @@ void arm_add_q15(
/**
@} end of BasicAdd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_add_q31.c
Expand Down Expand Up @@ -157,3 +159,5 @@ void arm_add_q31(
/**
@} end of BasicAdd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/*
* Copyright (C) 2010-2020 ARM Limited or its affiliates. All rights reserved.
*
Expand Down Expand Up @@ -157,3 +159,5 @@ void arm_add_q7(
/**
@} end of BasicAdd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_and_u16.c
Expand Down Expand Up @@ -135,3 +137,5 @@ void arm_and_u16(
/**
@} end of And group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_and_u32.c
Expand Down Expand Up @@ -127,3 +129,5 @@ void arm_and_u32(
/**
@} end of And group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_and_u8.c
Expand Down Expand Up @@ -128,3 +130,5 @@ void arm_and_u8(
/**
@} end of And group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_clip_f16.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_clip_f16.c
Expand Down Expand Up @@ -137,3 +139,5 @@ void arm_clip_f16(const float16_t * pSrc,
/**
@} end of BasicClip group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_clip_f32.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_clip_f32.c
Expand Down Expand Up @@ -139,3 +141,5 @@ void arm_clip_f32(const float32_t * pSrc,
/**
@} end of BasicClip group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_clip_q15.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_clip_q15.c
Expand Down Expand Up @@ -129,3 +131,5 @@ void arm_clip_q15(const q15_t * pSrc,
/**
@} end of BasicClip group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_clip_q31.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_clip_q31.c
Expand Down Expand Up @@ -129,3 +131,5 @@ void arm_clip_q31(const q31_t * pSrc,
/**
@} end of BasicClip group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_clip_q7.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_clip_q7.c
Expand Down Expand Up @@ -129,3 +131,5 @@ void arm_clip_q7(const q7_t * pSrc,
/**
@} end of BasicClip group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_dot_prod_f16.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_dot_prod_f16.c
Expand Down Expand Up @@ -182,3 +184,5 @@ void arm_dot_prod_f16(
/**
@} end of BasicDotProd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_dot_prod_f32.c
Expand Down Expand Up @@ -224,3 +226,5 @@ void arm_dot_prod_f32(
/**
@} end of BasicDotProd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_dot_prod_q15.c
Expand Down Expand Up @@ -170,3 +172,5 @@ void arm_dot_prod_q15(
/**
@} end of BasicDotProd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_dot_prod_q31.c
Expand Down Expand Up @@ -172,3 +174,5 @@ void arm_dot_prod_q31(
/**
@} end of BasicDotProd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_dot_prod_q7.c
Expand Down Expand Up @@ -189,3 +191,5 @@ void arm_dot_prod_q7(
/**
@} end of BasicDotProd group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_f16.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_mult_f16.c
Expand Down Expand Up @@ -167,3 +169,5 @@ void arm_mult_f16(
/**
@} end of BasicMult group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_mult_f32.c
Expand Down Expand Up @@ -198,3 +200,5 @@ void arm_mult_f32(
/**
@} end of BasicMult group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_mult_q15.c
Expand Down Expand Up @@ -190,3 +192,5 @@ void arm_mult_q15(
/**
@} end of BasicMult group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_mult_q31.c
Expand Down Expand Up @@ -166,3 +168,5 @@ void arm_mult_q31(
/**
@} end of BasicMult group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_mult_q7.c
Expand Down Expand Up @@ -166,3 +168,5 @@ void arm_mult_q7(
/**
@} end of BasicMult group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
4 changes: 4 additions & 0 deletions edge-impulse-sdk/CMSIS/DSP/Source/BasicMathFunctions/arm_negate_f16.c
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_negate_f16.c
Expand Down Expand Up @@ -162,3 +164,5 @@ void arm_negate_f16(
/**
@} end of BasicNegate group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_negate_f32.c
Expand Down Expand Up @@ -190,3 +192,5 @@ void arm_negate_f32(
/**
@} end of BasicNegate group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "edge-impulse-sdk/dsp/config.hpp"
#if EIDSP_LOAD_CMSIS_DSP_SOURCES
/* ----------------------------------------------------------------------
* Project: CMSIS DSP Library
* Title: arm_negate_q15.c
Expand Down Expand Up @@ -169,3 +171,5 @@ void arm_negate_q15(
/**
@} end of BasicNegate group
*/

#endif // EIDSP_LOAD_CMSIS_DSP_SOURCES
Loading

0 comments on commit 244c4ae

Please sign in to comment.