ctest_tm_14.c will fail
Project has been move to https://github.com/ciaa/Firmware
Status: Inactive
Brought to you by:
cerdeiro
ctest_tm_14.c will not run correctly, the system tries to use unique event ids over all tasks, this is not possible. E.g:
/** \brief Definition of the Event Task8_Event7 */
#define Task8_Event7 4611686018427387904
This is not correct.
The Generator shall be improved:
Os_Cfg.h.php
shall generate events pro task, the generator shall check if a same event is used within multiple task the mask shall be the same.
Diff: