-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
Description
Is @Crc annotation supported in Java? (erpc 1.13.0)
It appears that the generated Java code doesn't include the CRC calculated based on the IDL file and eRPC version even if the @Crc annotation is present in the IDL file.
If the @Crc support is indeed currently missing in Java, are there any plans to add it in the future releases?
I just wanted to double check whether there is a reason or some technical limitation before I go and try to add it myself to the erpcgen code.
I would be very grateful for any advice.
Steps you didn't forgot to do
- I checked if there is no related issue opened/closed.
- I checked that there doesn't exist opened/closed PR which is solving this issue.
- I looked in documentation if there is related information.