Replies: 1 comment
-
I think I don't understand question. If you want to set your buffer to zero, you can use memset and pass 0. But that's not needed, since it's already done: If you can't use malloc, you can just declare static buffer of memory and pass it to cli. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in embedded_cli setup, malloc is used because it "guarantees alignment". Is there another way to do this so that heap can be set to zero?
Beta Was this translation helpful? Give feedback.
All reactions