فهرست منبع

CMSIS-DSP: Updated Jupyter notebook example

Christophe Favergeon 3 سال پیش
والد
کامیت
743f8a3a6d
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      CMSIS/DSP/PythonWrapper/examples/cmsisdsp_tests.ipynb
  2. 1 1
      CMSIS/DSP/cmsisdsp/__init__.py

+ 2 - 2
CMSIS/DSP/PythonWrapper/examples/cmsisdsp_tests.ipynb

@@ -18,10 +18,10 @@
   },
   {
    "cell_type": "markdown",
-   "id": "75d2bac1",
+   "id": "22230ac8",
    "metadata": {},
    "source": [
-    "Installation below may generate an error in google colab. It is related to conflicting versions of the Jinja2 package. It will not prevent the use of the cmsisdsp package in google colab."
+    "The following command may take some time to execute : the full cmsisdsp library is built."
    ]
   },
   {

+ 1 - 1
CMSIS/DSP/cmsisdsp/__init__.py

@@ -23,7 +23,7 @@ cmsis_dsp_version="1.10.0"
 
 
 # Commit hash used to build the wrapper
-commit_hash="f2fb4f86cee3a17fbb394c315c99b833249db44d"
+commit_hash="7106010d41b3bf810403e954c36c2643d98c58e7"
 
 # True if development version used
 developmentVersion=True