Added trace record (TS_STATE) for dft transition in composite states
Tested all state machine´s test cases
Working on Pseudostate tests dealing with target state record
Deleted RKH_INIT_ACT_T type and 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
Updated test cases doc
Tested state machine initialization with all vertex
Tested state machine initialization with dft transition to simple and composite states (on equal level and nested)
Tested state machine initialization with dft transition to junction and branch pseudostates
Optimizing dft transition algorithm
Tested state machine initialization with dft transition to simple and composite states (on equal level and nested)
Working on state machine initialization with dft transition to pseudostates
Fixed a minor compiler warning in rkh_sm_clear_history()
Changed type of dft trn action of composite state to RKH_TRN_ACT_T
Test project file
Tested micro steps (dft transition to branch and junction pseudostates)
Tested micro steps (dft transition with history pseudostate as target)
Added mock with strict order to pseudo conditional test group
Resolving transition step and microstep according to UML
Working on micro steps (dft transition with pseudostate as target)
Testing transition step and microstep according to UML
Refactoring initial pseudostate test group
Testing initial pseudostate to deep history pseudostate (loaded with nested state)
Testing initial pseudostate to deep history pseudostate (loaded with nested state)
Testing initial pseudostate to junction and branch pseudostates
Testing initial pseudostate to history pseudostates (dft composite state)
Testing initial pseudostate to history pseudostates
Added files to test initial pseudostates
Fixed execution order of actions on transition test
Enhanced transition algorithm, macro RKH_EXEC_ENTRY_ACTION
Project file
Fixed minor warnings
Changed the transition algorithm, the default states are processed in loop
Refactored minor fragments of code
Working on initial pseudostate
Working on initial pseudostates and its default actions
Working on feature: pseudostate as target of initial pseudostate
Implementing timer allocation
Added test files harness of timer manager
Test cases of base timer module is done
Added test files of new timer module
Added directory structure for testing the new timer module
Changed test project of new timer module
Renamed test files of new timer module
Completed porting section refactoring of refman
Enhanced port files for native scheduler
Rearranged porting section (Dynamic Event Support) of refman
Fixed blinky project for S08
Rearranged porting section of refman
Working on Porting doc
Undefined RKH_EQ_TYPE in ports using native event queues (RKH_CFGPORT_NATIVE_EQUEUE_EN = RKH_ENABLED)
Enhanced win st port files
Merge branch 'master' of https://git.code.sf.net/p/rkh-reactivesys/code
Working on Porting doc
Enhanced porting process when RKH_CFGPORT_NATIVE_SCHEDULER_EN == RKH_DISABLED && RKH_CFGPORT_NATIVE_EQUEUE_EN == RKH_DISABLED && RKH_CFG_QUE_EN == RKH_ENABLED
Working on Porting doc
Working on Porting doc
Working on Porting doc
Working on Porting doc (Interrupt locking mechanism)
Working on Porting doc (Critical sections)
Working on Porting doc (Dynamic event support)
Working on Porting doc
Working on Porting doc
Working on Porting doc
Working on Porting doc
Updated refman images
Updated refman images
Updated ref man images
Updated doxy images with new logo
Fixed README.md file
Converted README to README.md
Replaced '\' by '/' in file path of test port
Replaced rint by rInt because of it is used by <math.h>
Merge branch 'master' of https://git.code.sf.net/p/rkh-reactivesys/code
Fixed Doxyfile to support Linux path
Updated chm file
Deleted .sdf file from shared project of win
Updated contact info
Updated releasing info
Added .gitattributes file, which is used to archive
Fixed test port file, deleting windows.h. Also, fixed unitrazer c modules
Added to doxy the test module groups
Fixed sma test project
Deleted rkhfwk_dynevt.h and rkhfwk_sched.h files from demo and port files, which was included into rkh.h file. Also, fixed s08 project
Fixed trace test project
Fixed fwk test project
Moved RKH_EQ_TYPE definition to rkhsma.h