Dusan Cervenka

Results 310 comments of Dusan Cervenka

> @Hadatko I did a quick compile and code check (lack of my hardware setup right now) and it should be enough to replace `typedef enum` with `enum class` in...

@MichalPrincNXP added c++ enum classes. Not sure if there is anything left. Allow erpc to have enum members with same name in different enum types, function names in interfaces,... we...

It looks like clang has an issue with this implementation. I know why, and i was close to solve it but i didn't finished it. I will try to do...

@MichalPrincNXP i don't see any. Did you finished review?

@MichalPrincNXP I cannot see any comment you provided. I guess you need finish reviewing to enabling them.

@MichalPrincNXP i made changes based on your PR. Let me know if they met your requests. Also i enabled in clang config to keep empty lines between includes, which will...

@MichalPrincNXP @PhilippHaefele for know i want finish this PR and we don't have much time so i reverted commit with enum classes support in shim code. And we can create...

Hi @vonku , Although supporting multiple client is almost ready, i need to appologize that i didn't focus on it last months. I distracted myself with CI which is also...

Hi @vonku, i think i removed it intentionally as the type definitions are now generated into their own files by default. So i can add two bullets to my work:...

Hi @vonku , same as last time. In eRPC is this my main issue right now (finish this task). But eRPC is not my only project. So i couldn't work...