SDK Version and Source Code MAKE_VERSION

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SDK Version and Source Code MAKE_VERSION

3,619 次查看
Keith4DSmith
Contributor V

SDKs are released with versions such as 2.6, 2.7, 2.4.1, etc.

In the SDK source code are code line like this.

/*! @name Driver version */
/*@{*/
/*! @brief CLOCK driver version 2.2.0. */
#define FSL_CLOCK_DRIVER_VERSION (MAKE_VERSION(2, 2, 0))

or

/*! @name Driver version */
/*@{*/
/*! @brief CLOCK driver version 2.1.5. */
#define FSL_CLOCK_DRIVER_VERSION (MAKE_VERSION(2, 1, 5))

Is there a mapping between the SDK release version and the MAKE_VERSION found in the SDK source code?

Would like to know which SDK the source file came from.

0 项奖励
回复
5 回复数

3,469 次查看
soledad
NXP Employee
NXP Employee

Hi

 

MCUXpresso SDK build only generate SDK for the latest version.

If you downloaded some version before, you can access your MCUXpresso SDK Dashboard, you can download this version again.

 

 

Regards

Soledad

0 项奖励
回复

3,466 次查看
soledad
NXP Employee
NXP Employee

Hi, 

MAKE_VERSION only refers to the version number for drivers. The Change Logs document mentions the current version and what the changes are. 

For example, check the attachment you will find the Change Logs document for the LPC54628.

I hope this helps, 

Have a nice day!

Regards

Soledad

0 项奖励
回复

3,466 次查看
Keith4DSmith
Contributor V

Thank you for the pointer to the MCUXpresso SDK Changexxx.pdf file.

In SDK_2.4.1_EVK-MIMXRT1064 the file MCUXpresso SDK Release Notes Supporting EVK-MIMXRT1064.pdf contains a section called 'Change Logs', after chapter 8.

In SDK_2.6.1_EVK-MIMXRT1064 the file MCUXpresso SDK Release Notes Supporting EVK-MIMXRT1064.pdf no longer contains the section called 'Change Logs' There is not file 'MCUxpresso SDK ChangeLog_xxx.pdf

The same is true for SDK_2.7.0_EVK-MIMXRT1064.

Am I missing something?

0 项奖励
回复

3,466 次查看
soledad
NXP Employee
NXP Employee

Hi,

There is an extra document (MCUXpresso SDK ChangeLog_MIMXRT1064) in the doc zip, where you can check the changes.

Regards

Soledad

0 项奖励
回复

3,466 次查看
Keith4DSmith
Contributor V

OK. I will have to download the doc zip file from now on.

Are the older versions of SDKs available? I'm working with 2.6, but the latest is 2.7

0 项奖励
回复