erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Embedded RPC

Results 155 erpc issues
Sort by recently updated
recently updated
newest added

Implement O(1) function lookup using pre-computed hash tables instead of O(n) switch statements. Includes collision resolution and performance monitoring for better scalability with large interfaces. # Pull request ## Choose...

# Pull request This PR introduce rust support for eRPC ## Choose Correct - [ ] bug - [X] feature ## Describe the pull request This PR introduce rust support...

Fix the naming error of erpc_server_add_pre_cb_action and erpc_server_add_post_cb_action # Pull request ## Choose Correct - [x] bug - [ ] feature ## Describe the pull request Fix the naming error...

## Describe the bug A crash is observed when I try to use inter thread message buffer transport. [code.txt](https://github.com/user-attachments/files/21374089/code.txt) ## To Reproduce This is the code being used: #include #include...

bug

## Describe the bug I get the following error when building the Zephyr matrix_multiply_uart example: ```console west build .\matrix_multiply_uart\ -b frdm_kw41z -p always -- west build: making build dir C:\Users\user-1\zephyrproject\modules\lib\erpc\examples\zephyr\build...

bug