Update to the release notes for the Python wrapper

pull/64/head
Christophe Favergeon 3 years ago
parent f2f099f886
commit 302897a523

@ -7,8 +7,8 @@ The support classes and code is covered by CMSIS-DSP license.
*/ */
#ifndef _SCHED_H_ #ifndef _SCHEDULER_H_
#define _SCHED_H_ #define _SCHEDULER_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"

@ -7,8 +7,8 @@ The support classes and code is covered by CMSIS-DSP license.
*/ */
#ifndef _SCHED_H_ #ifndef _SCHEDULER_H_
#define _SCHED_H_ #define _SCHEDULER_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"

@ -7,8 +7,8 @@ The support classes and code is covered by CMSIS-DSP license.
*/ */
#ifndef _SCHED_H_ #ifndef _SCHEDULER_H_
#define _SCHED_H_ #define _SCHEDULER_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"

@ -7,8 +7,8 @@ The support classes and code is covered by CMSIS-DSP license.
*/ */
#ifndef _SCHED_H_ #ifndef _SCHEDULER_H_
#define _SCHED_H_ #define _SCHEDULER_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"

@ -7,8 +7,8 @@ The support classes and code is covered by CMSIS-DSP license.
*/ */
#ifndef _SCHED_H_ #ifndef _SCHEDULER_H_
#define _SCHED_H_ #define _SCHEDULER_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"

@ -239,6 +239,13 @@ The wrapper is now containing the compute graph Python scripts and you should re
# Change history # Change history
## Version 1.9.2:
* New customization options for the compute graph:
* CAPI
* CMSISDSP
* postCustomCName
## Version 1.9.1: ## Version 1.9.1:
* Small fix to the compute graph generator. The `#ifdef` at beginning of the custom header should be different for different scheduler names * Small fix to the compute graph generator. The `#ifdef` at beginning of the custom header should be different for different scheduler names

Loading…
Cancel
Save