- Page Release Notes
- The RKH_TE_SM_NTRNACT trace record is now deprecated and not recommended for new designs. It remains supported for backwards compatibility
- Deleted RKH_INIT_ACT_T type and deprecated its config option RKH_CFG_SMA_INIT_ARG_SMA_EN. Therefore, was replaced RKH_INIT_ACT_T by RKH_TRN_ACT_T and was fixed every demo application according to that
- Removed RKH_TRC_MAX_EVENTS from rkhcfg.h file
- Eliminated rkhdata.h file from demos
- Eliminated RKH_TIM_EN_RESTART from rkhcfg.h.
- Elimate RKH_MP_QUERY definition and change RKH_MP_GET_BLKSIZE to RKH_MP_GET_BSIZE
- Delete the CRR() macro
- Delete trazer.c and trazer.h files
- Eliminated rkhdata.h dependence from rkhtrace.c and rkh.c files
- Global RKH_CREATE_DEEP_HISTORY_STATE (name, parent, dftTrnGuard, dftTrnAction, dftTarget)
- This macro creates a deep history pseudostate. Instead use: RKH_CREATE_COMP_REGION_STATE() macro.
- Global RKH_CREATE_SHALLOW_HISTORY_STATE (name, parent, dftTrnGuard, dftTrnAction, dftTarget)
- This macro creates a shallow history pseudostate. Instead use: RKH_CREATE_COMP_REGION_STATE() macro.
- Global RKH_TR_SM_NTRNACT (actObj_, nta, nts)
-