Berend Ozceri

Results 3 issues of Berend Ozceri

The `Thread` class [constructor](https://github.com/EmbeddedRPC/erpc/blob/932a8aa2ef603ca52a4c37d62bb3f59a60e17c05/erpc_c/port/erpc_threading.h#L101-L102) based on `thread_entry_t` takes `stackSize` and `stackPtr` arguments which default to `0` if omitted. The `stackSize` (which becomes `m_stackSize`) is then used in the `Thread::start()` methods...

question

**Describe the bug** Making whitespace changes or comment text changes in an IDL affects the auto-generated CRC calculation. This is because the expected CRC is calculated without regard to the...

bug