Hello,
For the #2, check the Getting started guide :
3 Porting User Applications to MQX RTOS version 4.1.0
Starting with the MQX RTOS version 4.1.0, the standard C99 integer and boolean types (from stdlib.h and stdbool.h) are
used instead of the proprietary MQX types. When porting the application to the MQX RTOS version 4.1.0, compilation
issues could occur. The psptypes_legacy.h header file is available and contains the definition of the MQX legacy types. This
file can be included in the MQX application to overcome most of the compilation problems caused by the change of types.
To avoid potential problems, adopt the C99 types in your application.
For the #1 I use to check the release notes version in the installed folder. But perhaps there is other place to look at.
Luis
Hello,
For the #2, check the Getting started guide :
3 Porting User Applications to MQX RTOS version 4.1.0
Starting with the MQX RTOS version 4.1.0, the standard C99 integer and boolean types (from stdlib.h and stdbool.h) are
used instead of the proprietary MQX types. When porting the application to the MQX RTOS version 4.1.0, compilation
issues could occur. The psptypes_legacy.h header file is available and contains the definition of the MQX legacy types. This
file can be included in the MQX application to overcome most of the compilation problems caused by the change of types.
To avoid potential problems, adopt the C99 types in your application.
For the #1 I use to check the release notes version in the installed folder. But perhaps there is other place to look at.
Luis