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.
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
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?
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