2.27. Release v02.11.03
¶
2.27.1. File/Folder relocation¶
- Moved this files:
hostLib:
a71ch/src/a71ch_com.c => libCommon/infra/sm_connect.c tstUtil/app_boot.h => libCommon/infra/app_boot.h tstUtil/app_boot_nfc.c => libCommon/infra/app_boot_nfc.c tstUtil/app_boot_nfc.h => libCommon/infra/app_boot_nfc.h tstUtil/a7x_app_boot.c => libCommon/infra/sm_app_boot.c tstUtil/tst_utils_kinetis.c => libCommon/infra/sm_demo_utils.c tstUtil/tst_utils_kinetis.h => libCommon/infra/sm_demo_utils.h tstUtil/tst_utils_rtos.c -> libCommon/infra/sm_demo_utils_rtos.c inc/a71ch_const.h => sm_const.h
hostLib/libCommon/scp:
scp.c split to scp.c and scp_a7x.c
2.27.2. New feature support¶
WiFi and cloud demos support for LPC55S
2.27.3. Scripts and Build changes¶
I2C
is not longer a valid define. UseSCI2C
to selectSCI2C
for A71XX Family.NON Cmake based MCUXPresso projects from
projects/
folder are removed and no longer supported.These examples are now separately released as KSDK Packages.
2.27.4. Documentation Changes¶
Updated API usage description for T1oI2C protocol stack
2.27.5. Other Miscellaneous Changes¶
PKCS#11 Testbench Integration