CMSIS-DSP: Updated Jupyter notebook example

pull/19/head
Christophe Favergeon 4 years ago
parent fb90fab3e7
commit a27c4d6f54

@ -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."
]
},
{

@ -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

Loading…
Cancel
Save