EmbeddedRPC / erpc

Embedded RPC
https://github.com/EmbeddedRPC/erpc/wiki
BSD 3-Clause "New" or "Revised" License
776 stars 213 forks source link

fix for issue 420: UART ZEPHYR Transport will (most likely) stop to work after a few transactions when using USB-CDC #421

Closed ghost closed 7 months ago

ghost commented 7 months ago

fixes issue 420.

fixes: https://github.com/EmbeddedRPC/erpc/issues/420

Pull request

Choose Correct

Describe the pull request

To Reproduce

see https://github.com/EmbeddedRPC/erpc/issues/420

Expected behavior

see https://github.com/EmbeddedRPC/erpc/issues/420

Screenshots

N/A

Desktop (please complete the following information):

see https://github.com/EmbeddedRPC/erpc/issues/420

Steps you didn't forgot to do

Additional context

N/a

MichalPrincNXP commented 7 months ago

Hello @rene-becker-setec , thank for preparing this PR, it looks good ... could you format the code as per results of https://github.com/EmbeddedRPC/erpc/actions/runs/8588230594/job/23746634738?pr=421 or to allow the editing for me to do so? Thank you Michal

ghost commented 7 months ago

Hello @rene-becker-setec , thank for preparing this PR, it looks good ... could you format the code as per results of https://github.com/EmbeddedRPC/erpc/actions/runs/8588230594/job/23746634738?pr=421 or to allow the editing for me to do so? Thank you Michal

Hi @MichalPrincNXP , Done. Would give you editing access if I could figure out how to. Cheers, Rene

MichalPrincNXP commented 7 months ago

Hello @rene-becker-setec , thank for preparing this PR, it looks good ... could you format the code as per results of https://github.com/EmbeddedRPC/erpc/actions/runs/8588230594/job/23746634738?pr=421 or to allow the editing for me to do so? Thank you Michal

Hi @MichalPrincNXP , Done. Would give you editing access if I could figure out how to. Cheers, Rene

I am still not able to edit, please use this formatted version: erpc_uart_zephyr_transport.zip

ghost commented 7 months ago

Hello @rene-becker-setec , thank for preparing this PR, it looks good ... could you format the code as per results of https://github.com/EmbeddedRPC/erpc/actions/runs/8588230594/job/23746634738?pr=421 or to allow the editing for me to do so? Thank you Michal

Hi @MichalPrincNXP , Done. Would give you editing access if I could figure out how to. Cheers, Rene

I am still not able to edit, please use this formatted version: erpc_uart_zephyr_transport.zip

OK, updated file with the one you supplied. Reading GitHub documentation it looks like I am not able to 'allow editing' as my fork is organization owned, not individually. Will have to use a different method next time.

MichalPrincNXP commented 7 months ago

Thank you.