Skip to content

Commit

Permalink
fix(mcu-message): size must be known at compile time (#44)
Browse files Browse the repository at this point in the history
set SEResponse.data max size to 512 so that the maximum mcu message size
 is known at compile time

Signed-off-by: Cyril Fougeray <[email protected]>
  • Loading branch information
fouge authored Jan 14, 2025
1 parent 508e53b commit 5b63a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages/sec.options
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
orb.mcu.sec.SERequest.data max_size: 512
orb.mcu.sec.SEResponse.data max_size: 512
orb.mcu.sec.Tamper.unencrypted_json max_size: 640

0 comments on commit 5b63a1f

Please sign in to comment.